From 21786d7b3431ec7439208d86472a2b5f0f171519 Mon Sep 17 00:00:00 2001 From: ncoronel Date: Wed, 5 Aug 2026 12:18:50 -0300 Subject: [PATCH] feat: enhance store header layout for better responsiveness and add mobile menu functionality --- .../store-header/store-header.component.html | 172 +++++++++++------- .../store-header/store-header.component.scss | 39 +++- .../store-header/store-header.component.ts | 27 ++- .../components/button/button.component.scss | 8 - .../icon-button/icon-button.component.scss | 3 +- .../icon-button/icon-button.component.ts | 4 +- 6 files changed, 171 insertions(+), 82 deletions(-) diff --git a/src/app/core/layout/store-layout/store-header/store-header.component.html b/src/app/core/layout/store-layout/store-header/store-header.component.html index 5131259..f6578d4 100644 --- a/src/app/core/layout/store-layout/store-header/store-header.component.html +++ b/src/app/core/layout/store-layout/store-header/store-header.component.html @@ -1,81 +1,83 @@
-
- - @if (logoUrl()) { - - } @else { - - } - - -
-
- - - @if (showSearchError()) { - - } +
+
+ - @if (ticketsMenu(); as menu) { - - {{ menu.label }} - - } +
+
+
+ +
+
+ + + @if (showSearchError()) { + + } +
+
+ +
+ @if (ticketsMenu(); as menu) { + + {{ menu.label }} + + } -
-
+ +
}
+ +
+ + + @if (isMobileMenuOpen()) { +
+ + + Mi cuenta + + +
+ + @for (category of categories(); track category.id) { + + {{ category.nombre }} + + } +
+ } +
-
+