From d64bc9eb93d842739671c0de8b6266e787531085 Mon Sep 17 00:00:00 2001
From: Mantas <11616378+mistermantas@users.noreply.github.com>
Date: Thu, 9 May 2019 20:00:36 +0300
Subject: Categories FULLY WORKING
---
layouts/partials/index/components.html | 15 +++++++++------
layouts/partials/meta.html | 9 ++++++---
2 files changed, 15 insertions(+), 9 deletions(-)
(limited to 'layouts')
diff --git a/layouts/partials/index/components.html b/layouts/partials/index/components.html
index 47da96c..803c44f 100644
--- a/layouts/partials/index/components.html
+++ b/layouts/partials/index/components.html
@@ -11,14 +11,17 @@
{{ $categories := .Site.Params.categories }}
{{ range $categories }}
-
+
{{ if not .untitled }}
-
-
- {{ if .closed }}⯈{{ else }}⯆{{ end }}
+
+
+ ⯈
+ ⯆
-
{{ .name }}
+
+ {{ .name }}
+
{{ with .description }}
@@ -37,7 +40,7 @@
{{ $categorySystems := where $systems "category" "=" .name }}
-
+
{{ range $categorySystems }}
{{ $activeComponentIssues := where $active "Params.affected" "intersect" (slice .name) }}
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index 9acc554..1acf474 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -111,17 +111,20 @@
.right { text-align: right; }
.padding-s { padding: 6px; }
.padding { padding: 12px; }
-
.clicky { cursor: pointer; }
- .hidden { display: none; }
-
/**
* Categories
*/
+ /* Categories themselves */
+ .js .category--open .category__closed-marker { display: none; }
+ .js .category--closed .components { display: none; }
+ .js .category--closed .category__open-marker { display: none; }
+ /* Markers */
+ .js .hidden-with-js { display: none; }
.hide-without-js { display: none; }
.js span.hide-without-js { display: inline; }
.js div.hide-without-js { display: block; }
--
cgit v1.2.3-70-g09d2