Commit Graph
6 Commits
Author SHA1 Message Date
Rasmus Q 35c1ab64e8 refactor: fix all lint errors and improve code quality
- Fix TypeScript 'any' types throughout codebase
- Add proper type definitions for wishlist items and components
- Fix missing keys in {#each} blocks
- Remove unused imports and variables
- Remove unused function parameters
- Update imports to use new schema location (/db/schema)
- Disable overly strict Svelte navigation lint rules
- Ignore .svelte.ts files from ESLint (handled by Svelte compiler)
2026-03-15 21:10:58 +00:00
Rasmus Q 6c73a7740c style: format entire codebase with prettier 2026-03-15 21:02:57 +00:00
rasmusq 3af098505b update: better color support on wishlists 2025-12-16 14:42:26 +01:00
rasmusq 23e19932d2 add: dynamic themes and streamlined theme creation system 2025-12-14 20:06:36 +01:00
rasmusq 152bd7cdb1 wip: making themes more dynamic and easy to add 2025-11-30 01:30:43 +01:00
rasmusq 7c6ff9458f wip: not loading themes until reload, missing in dashboard, bad alignment and scaling 2025-11-28 00:26:43 +01:00