diff --git a/src/components/dashboard/SiteHeader.vue b/src/components/dashboard/SiteHeader.vue index eb3ed29..96236bc 100644 --- a/src/components/dashboard/SiteHeader.vue +++ b/src/components/dashboard/SiteHeader.vue @@ -1,11 +1,79 @@ @@ -20,6 +88,58 @@ const { t } = useI18n() {{ t('siteHeader.title') }} + + + + {{ t('siteHeader.search') }} + + + + + {{ t('siteHeader.search') }} + + + + + + {{ t('siteHeader.searching') || 'Searching...' }} + + + {{ t('siteHeader.noResults') || 'No results found' }} + + + + + {{ type }} + + + + + {{ typeColors[result.type].label }} + + + {{ result.title }} + + {{ result.description }} + + + + + + + + @@ -35,6 +155,102 @@ const { t } = useI18n() Toggle theme + + + + + + + + + {{ t('settings.title') }} + + + + {{ t('settings.title') }} + + + + + + + + + + + {{ t('settings.language') }} + + + + {{ lang.label }} + + + + + + + + + + + + + + + + + + + + + + + {{ t('settings.theme') }} + + + + + + + + {{ t('settings.light') }} + + + + + + + + + + + + + + + {{ t('settings.dark') }} + + + + + + + + + + + + + {{ t('settings.system') }} + + + + +
{{ result.title }}
+ {{ result.description }} +