From 581d3c437172a9989b8c7e8b8eb12b6a0b556e1b Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Tue, 18 Aug 2026 21:34:27 +0200 Subject: [PATCH] new StoresIndexPage fix 2 --- apps/frontend/src/i18n/locales/en.ts | 1 - apps/frontend/src/i18n/locales/hu.ts | 1 - apps/frontend/src/page/stores/StoresIndexPage.vue | 12 ------------ 3 files changed, 14 deletions(-) diff --git a/apps/frontend/src/i18n/locales/en.ts b/apps/frontend/src/i18n/locales/en.ts index 41b8c91..134eeb6 100644 --- a/apps/frontend/src/i18n/locales/en.ts +++ b/apps/frontend/src/i18n/locales/en.ts @@ -216,7 +216,6 @@ export default { useTitle: 'Use it', uninstallTitle: 'Remove it', platformsTitle: 'What gets installed', - engineLine: 'Every store here is a config file on top of an open engine — point one at your own catalog:', copy: 'Copy', desktop: { diff --git a/apps/frontend/src/i18n/locales/hu.ts b/apps/frontend/src/i18n/locales/hu.ts index 1df5e8a..c9dadc1 100644 --- a/apps/frontend/src/i18n/locales/hu.ts +++ b/apps/frontend/src/i18n/locales/hu.ts @@ -216,7 +216,6 @@ export default { useTitle: 'Használat', uninstallTitle: 'Eltávolítás', platformsTitle: 'Mi kerül fel', - engineLine: 'Minden store egy config egy nyílt motor fölött — állítsd a sajátodra:', copy: 'Másolás', desktop: { diff --git a/apps/frontend/src/page/stores/StoresIndexPage.vue b/apps/frontend/src/page/stores/StoresIndexPage.vue index 234d886..5fb14df 100644 --- a/apps/frontend/src/page/stores/StoresIndexPage.vue +++ b/apps/frontend/src/page/stores/StoresIndexPage.vue @@ -118,15 +118,6 @@ - -

- {{ t('stores.engineLine') }} - {{ e.name }} -

-
{{ t('catalogShow.back') }}
@@ -323,9 +314,6 @@ const engines = [ .st-links-after { @apply mt-6; } -.st-engine-line { - @apply text-sm text-gray-500 mb-6 flex flex-wrap items-center gap-x-3 gap-y-1; -} .st-engine-link { @apply text-indigo-600 hover:underline font-mono text-xs; }