Commit Graph

7 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
19493b4cd3 remove: svg from dashboard lists 2025-12-19 20:09:49 +01:00
rasmusq
b80ef2cfea add: color selection on dashboard 2025-12-19 19:33:43 +01:00
4cdaa2e72f fix: responsiveness of title buttons on mobile devices 2025-11-25 22:27:17 +01:00
62ff4826c1 add: better search and better delete locking mechanism 2025-11-25 22:14:27 +01:00
0144e8df1a initial production version 2025-11-25 16:08:50 +01:00