From 0089790d4118ddf64dcaadddea3b63ffd783566d Mon Sep 17 00:00:00 2001 From: sdarbinyan Date: Sun, 5 Jul 2026 02:50:53 +0400 Subject: [PATCH] feat ui foundation layer for page container sections and grid --- .../category-grid.component.html | 2 +- .../category-grid.component.scss | 8 -- .../product-grid/product-grid.component.html | 2 +- .../product-grid/product-grid.component.scss | 10 --- .../catalog-container.component.html | 2 +- .../dynamic-page-layout.component.ts | 33 +++++--- src/app/pages/home/home.component.html | 8 +- .../pages/public/platform-home.component.ts | 8 +- .../widgets/ui/categories-widget.component.ts | 2 +- .../ui/product-carousel-widget.component.ts | 2 +- src/styles.scss | 81 ++++++++++++++++++- 11 files changed, 114 insertions(+), 44 deletions(-) diff --git a/src/app/features/website/catalog/components/category-grid/category-grid.component.html b/src/app/features/website/catalog/components/category-grid/category-grid.component.html index a46f1f8..c116cb0 100644 --- a/src/app/features/website/catalog/components/category-grid/category-grid.component.html +++ b/src/app/features/website/catalog/components/category-grid/category-grid.component.html @@ -1,4 +1,4 @@ -
+
@for (category of categories; track trackByCategoryId($index, category)) {