From 03f8a5eb351803f0f3b6c516bec4b864cf803b40 Mon Sep 17 00:00:00 2001 From: Bernard Siebens Date: Fri, 9 Jan 2026 23:52:55 +0100 Subject: [PATCH] Refactor base layout: implement responsive navbar with scroll shrink effect, revamp sidebar structure and styles, and refine footer. --- templates/backend/base.html | 58 +++++++++- templates/base.html | 165 ++++++++++++++++----------- templates/members/member_filter.html | 6 +- theme/static_src/src/styles.css | 42 ++++++- 4 files changed, 194 insertions(+), 77 deletions(-) diff --git a/templates/backend/base.html b/templates/backend/base.html index 09f226f..430cbbb 100644 --- a/templates/backend/base.html +++ b/templates/backend/base.html @@ -1,7 +1,61 @@ {% extends "base.html" %} {% block sidebar %} -
+
+
Section 1
+
+
Item 1
+
Item 2
+
Item 3
+
+
+ +
+
Section 1
+
+
Item 1
+
Item 2
+
Item 3
+
+
+ +
+
Section 1
+
+
Item 1
+
Item 2
+
Item 3
+
+
+ +
+
Section 1
+
+
Item 1
+
Item 2
+
Item 3
+
+
+ +
+
Section 2
+
+
Item 1
+
Item 2
+
+
+ +
+
Section 3
+
+
Item 1
+
Item 2
+
+
+ + + + {% comment %}
Members
@@ -31,5 +85,5 @@ Members - + {% endcomment %} {% endblock sidebar %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 1b246a6..fbd3914 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,91 +22,120 @@ {% tailwind_css %} + + - -