From e6e16f61d3bc9e04dae16837dc64adf79318ac6b Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 25 Mar 2021 10:58:00 -0700 Subject: [PATCH] Adds filters ui --- bookwyrm/templates/directory.html | 44 +++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/bookwyrm/templates/directory.html b/bookwyrm/templates/directory.html index fe523c52a..fa0e6c633 100644 --- a/bookwyrm/templates/directory.html +++ b/bookwyrm/templates/directory.html @@ -28,6 +28,50 @@ {% endif %} +
+

+ Filters + + + {% trans "Show filters" as text %} + {% include 'snippets/toggle/open_button.html' with text=text controls_text="filters" icon="arrow-down" class="is-small" %} + {% trans "Hide filters" as text %} + {% include 'snippets/toggle/close_button.html' with text=text controls_text="filters" icon="x" class="is-small" %} + +

+ + +
+
{% for user in users %}