feat: add AuthModal component with login, register and social tabs

- Add AuthModal with login/register tabs and social buttons
- Add forgot-password and reset-password routes
- Add Sonner toaster to root layout
- Add auth search schemas to @lila/shared
- Add ESLint overrides for TanStack Router generics
This commit is contained in:
lila 2026-04-30 19:38:43 +02:00
parent 6297dff399
commit 32ee1edf80
6 changed files with 261 additions and 18 deletions

View file

@ -43,6 +43,9 @@ export default defineConfig([
rules: {
"react-refresh/only-export-components": "off",
"@typescript-eslint/only-throw-error": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-call": "off",
},
},
{