From 03e2be9fa8e171f02fbd965ba7de982b20183b25 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 2 Apr 2021 23:48:16 -0500 Subject: [PATCH] Moved submenu to offcanvas --- stashr/templates/all_volumes_page.html | 67 ++++++++++++++++++++++++-- stashr/templates/base.html | 2 + 2 files changed, 66 insertions(+), 3 deletions(-) diff --git a/stashr/templates/all_volumes_page.html b/stashr/templates/all_volumes_page.html index 547bd6f..b62c9f6 100644 --- a/stashr/templates/all_volumes_page.html +++ b/stashr/templates/all_volumes_page.html @@ -132,10 +132,11 @@ Vue.component('volumes', {
- - - + + +
+
+
+
+
Sort/Filter
+ +
+
+
+
+ + Sort +
+ +
+
+
+ + Volume Status +
+ +
+
+
+ + Publisher +
+ +
+
+
+ + Age Rating +
+ +
+
+
`, data() { return { loading: true, search: '', filter: '', sorted: 'volume_sort_title', rating: '', publisher: ''} }, diff --git a/stashr/templates/base.html b/stashr/templates/base.html index afca03c..51e3b10 100644 --- a/stashr/templates/base.html +++ b/stashr/templates/base.html @@ -60,11 +60,13 @@ Volumes + {% if current_user.role == 'admin' %}