refactor(errors): redesign error pages in editorial style

Replace the emoji/gradient card with an editorial layout: small lucide
glyph, oversized error code, hairline-divided serif bible quote.

Extract shared ErrorView + SectionError components and a bilingual
string helper. Add +error.svelte at each section root (faith, recipes,
fitness, tasks, cospend) so errors render inside the correct layout and
inherit the section-specific header/nav. Catch-all [...rest]/+page.ts
stubs route unmatched URLs through the section layout so the right
error page catches them.
This commit is contained in:
2026-04-20 19:53:50 +02:00
parent 97e8734709
commit fbd09fbdae
16 changed files with 505 additions and 788 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.36.3",
"version": "1.37.0",
"private": true,
"type": "module",
"scripts": {