From 4eee2611077bc1656ff1bccfd5d6adb385a91d60 Mon Sep 17 00:00:00 2001 From: Sergey Vanyushkin Date: Sat, 2 May 2026 15:47:58 +0300 Subject: [PATCH] fix(mobile): add functional mobile hamburger menu - Add mobile menu button with hamburger/close icons - Add full-screen mobile navigation overlay - Add JavaScript for menu toggle functionality - Prevent body scroll when menu is open - Close menu on link click, escape key, or outside click - Add proper ARIA attributes for accessibility --- .../templates/partials/header.html | 167 +++++++++++++++++- 1 file changed, 165 insertions(+), 2 deletions(-) diff --git a/app/presentation/templates/partials/header.html b/app/presentation/templates/partials/header.html index d73a4de..a97d0da 100644 --- a/app/presentation/templates/partials/header.html +++ b/app/presentation/templates/partials/header.html @@ -7,10 +7,25 @@ Blog - + {% include "partials/nav.html" %} - +
+