Complete daisyUI migration with CSS fixes

- Migrate all pages to daisyUI components
- Add data-theme="light" to app.html for proper theme
- Fix config to load .env from multiple locations
- Update avatar to use avatar-placeholder pattern
- Use @tailwindcss/vite plugin instead of PostCSS
This commit is contained in:
Christoph Haas 2026-03-23 21:09:32 +01:00
parent 70aa813c7f
commit 0217f0b4c4
14 changed files with 739 additions and 1564 deletions

View file

@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html lang="en" data-theme="light">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />