Commit Graph

10 Commits

Author SHA1 Message Date
Per Stark
b25cfb4633 feat: add user theme preference
- Add theme field to User model (common)
- Create migration for theme field
- Add theme selection to Account Settings (html-router)
- Implement server-side theme rendering in base template
- Update JS for system/preference theme handling
- Remove header theme toggle for authenticated users
2026-01-16 13:54:07 +01:00
Per Stark
99b88c3063 chore: clippy html-router 2025-10-16 20:30:17 +02:00
Per Stark
69954cf78e chore: clippy helps out 2025-09-06 21:00:39 +02:00
Per Stark
1624c08397 fix: response redirect of non hx req 2025-05-09 12:22:15 +02:00
Per Stark
776a454a88 updated dependencies application wide 2025-04-24 13:50:20 +02:00
Per Stark
d4f097ab98 fix: chat push url and references 2025-04-15 12:41:45 +02:00
Per Stark
804461ac01 feat: improved configuration
configuration now works with both env variables and config file
2025-04-09 11:32:23 +02:00
Per Stark
c3c0f69bba fix: htmx aware error handling 2025-04-08 16:12:08 +02:00
Per Stark
c000ac07b3 refactor: uniform toast and better error display 2025-04-08 15:45:16 +02:00
Per Stark
5bc48fb30b refactor: better separation of dependencies to crates
node stuff to html crate only
2025-04-04 12:50:38 +02:00