From 0236d88b2003d6d59556aa2868ebe1d9bcc2d952 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Thu, 9 Apr 2026 19:00:25 +0700 Subject: [PATCH] Simplify catalog cards and fix product routes --- .../catalog/CatalogProductTypeList.vue | 119 ++---------------- .../{products.vue => products/index.vue} | 0 2 files changed, 12 insertions(+), 107 deletions(-) rename app/pages/{products.vue => products/index.vue} (100%) diff --git a/app/components/catalog/CatalogProductTypeList.vue b/app/components/catalog/CatalogProductTypeList.vue index ab29a37..dc6cb1c 100644 --- a/app/components/catalog/CatalogProductTypeList.vue +++ b/app/components/catalog/CatalogProductTypeList.vue @@ -1,36 +1,21 @@