Commit Graph

8 Commits

Author SHA1 Message Date
Knee Cola
b9f73e9a90 Restructure application to use /home for authenticated pages
- Move authenticated home page from /[locale] to /[locale]/home
- Move login page from /[locale]/login to /[locale] (new landing page)
- Move all restricted pages (bill, location, year-month, print, account) under /[locale]/home
- Simplify middleware to protect all routes under /home instead of using publicPages array
- Update auth config: change signIn page from /login to /
- Update SignInButton callback URL to redirect to /home after login
- Update all internal links throughout the application to reflect new structure
- Update server action redirects in navigationActions.ts
- Public share routes (/share/*) remain unchanged

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 21:49:01 +01:00
b66d911e11 fixed SingInButton spacing 2024-02-19 09:32:38 +01:00
3ec395dfd3 updated version in compose file 2024-02-19 09:14:29 +01:00
89eb50b61a supported login via linkedin 2024-02-19 09:11:59 +01:00
d30bd50e1a enabled i18n for all components 2024-02-16 21:56:41 +01:00
b11be8e717 Fix: sign-in redirect URL is set 2024-02-14 16:50:16 +01:00
5691cad1d8 BugFix: PAge was exporting extra function 2024-02-13 16:15:36 +01:00
199159c208 added custom login screen 2024-02-13 16:07:50 +01:00