From 92101ca86add6ae4d0c6b8d50bf97235635282c0 Mon Sep 17 00:00:00 2001 From: Bernard Siebens Date: Thu, 8 Jan 2026 23:14:15 +0100 Subject: [PATCH] Update navbar behavior with shrinking effect on scroll, refine layout and styles, and enhance `backend` sidebar for members management. --- templates/backend/base.html | 36 +++++++++++++++++++- templates/base.html | 49 ++++++++++++++++++++++++++-- templates/members/member_filter.html | 4 ++- theme/static_src/src/styles.css | 17 ++++++++++ 4 files changed, 101 insertions(+), 5 deletions(-) diff --git a/templates/backend/base.html b/templates/backend/base.html index 63913c1..09f226f 100644 --- a/templates/backend/base.html +++ b/templates/backend/base.html @@ -1 +1,35 @@ -{% extends "base.html" %} \ No newline at end of file +{% extends "base.html" %} + +{% block sidebar %} +
+ + +
+
Members
+ + + Members + +
+
+ + + +{% endblock sidebar %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 3640d3a..1b246a6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,7 +25,28 @@ -