diff --git a/client/src/pages/JourneyPage.tsx b/client/src/pages/JourneyPage.tsx index dbd6d818..c0638322 100644 --- a/client/src/pages/JourneyPage.tsx +++ b/client/src/pages/JourneyPage.tsx @@ -150,39 +150,72 @@ export default function JourneyPage() { )} - {/* Header — desktop */} -
-
-

{t('journey.title')}

-

{t("journey.frontpage.subtitle")}

-
-
- {searchOpen && ( - setSearchQuery(e.target.value)} - onKeyDown={e => { if (e.key === 'Escape') { setSearchQuery(''); setSearchOpen(false) } }} - placeholder={t('journey.search.placeholder')} - autoFocus - className="w-52 px-3 py-2 border border-zinc-200 dark:border-zinc-700 rounded-[10px] text-[13px] bg-white dark:bg-zinc-800 text-zinc-900 dark:text-white focus:border-zinc-400 focus:outline-none" - /> - )} - - + {/* Header — desktop (unified toolbar) */} +
+
+

+ {t('journey.title')} +

+
+ + {t('journey.frontpage.subtitle')} + + +
+ {searchOpen && ( + setSearchQuery(e.target.value)} + onKeyDown={e => { if (e.key === 'Escape') { setSearchQuery(''); setSearchOpen(false) } }} + placeholder={t('journey.search.placeholder')} + autoFocus + className="w-52 px-3 py-2 rounded-[10px] text-[13px] bg-white dark:bg-zinc-800 text-zinc-900 dark:text-white focus:outline-none" + style={{ border: '1px solid var(--border-primary)' }} + /> + )} + + +
diff --git a/client/src/pages/VacayPage.tsx b/client/src/pages/VacayPage.tsx index b3a524ed..fec226c4 100644 --- a/client/src/pages/VacayPage.tsx +++ b/client/src/pages/VacayPage.tsx @@ -138,19 +138,15 @@ export default function VacayPage(): React.ReactElement {
- {/* Header */} -
+ {/* Mobile header */} +
-
-

{t('admin.addons.catalog.vacay.name')}

-

{t('vacay.subtitle')}

-
+

{t('admin.addons.catalog.vacay.name')}

- {/* Mobile sidebar toggle */}
+ {/* Desktop header — unified toolbar */} +
+
+

+ {t('admin.addons.catalog.vacay.name')} +

+
+ + {t('vacay.subtitle')} + +
+ + +
+
+
+ {/* Main layout */}
{/* Desktop Sidebar */}