From c7ad3023345e4ccafb061562f3638ccf01376a77 Mon Sep 17 00:00:00 2001 From: ijuanes Date: Wed, 24 Jun 2026 19:46:19 +0100 Subject: [PATCH] Phase 3: Mobile hamburger navigation menu - Added responsive hamburger menu button visible on mobile (sm:hidden) - Hidden desktop navigation on mobile (hidden sm:block) - Added mobile menu dropdown with all navigation links - Added mobile language switcher and theme toggle in menu - JavaScript toggle functionality for menu open/close - Auto-close menu when clicking navigation links - Updated theme toggle to work with both desktop and mobile toggles - Proper ARIA attributes for accessibility (aria-expanded, aria-label) --- templates/base.html | 141 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 122 insertions(+), 19 deletions(-) diff --git a/templates/base.html b/templates/base.html index fcf9189..11c5b2c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -291,8 +291,8 @@

{{ _('Tablet Management System') }}

- -
+ + + + + +
+ + + + @@ -346,8 +409,8 @@ {% endif %} {% endwith %} - -