feat: home view and list per url
TS Lint / Oxlint (push) Successful in 45s
TS Lint / TypeScript (push) Successful in 52s
TS Lint / ESLint (push) Successful in 57s

This commit is contained in:
2026-07-14 12:56:55 +02:00
parent 64232dfaca
commit ab41b5d024
9 changed files with 95 additions and 34 deletions
+4 -2
View File
@@ -3,8 +3,10 @@ import { CircleQuestionMarkIcon } from "@lucide/vue";
</script>
<template>
<div class="italic text-xl font-extralight mb-2">
<div class="italic text-xl font-extralight mb-4">
<circle-question-mark-icon class="inline" /> {{ $t('not_found') }}
</div>
<router-link to="/" class="btn mb-4">{{ $t('not_found_button') }}</router-link>
<div class="w-full px-4">
<router-link to="/" class="btn mb-4">{{ $t('not_found_button') }}</router-link>
</div>
</template>