Commit Graph

15 Commits

Author SHA1 Message Date
Rasmus Q
6c73a7740c style: format entire codebase with prettier 2026-03-15 21:02:57 +00:00
Rasmus Q
06c96f4b35 update: improve project structure and add linting/formatting
- Remove duplicate lucide-svelte package, keep @lucide/svelte
- Move schema from src/lib/server/ to src/lib/db/ for better organization
- Add path aliases to svelte.config.js (, , , , )
- Add ESLint and Prettier configuration with 2-space indentation
- Update all imports to use new schema location and icon package
2026-03-15 20:58:55 +00:00
d046c66bc7 update: hide empty claimed wishlists, move local wishlists, cleanup comments 2025-12-21 17:37:54 +01:00
rasmusq
b80ef2cfea add: color selection on dashboard 2025-12-19 19:33:43 +01:00
rasmusq
d165e5992a fix: missing theme on local wishlists in dashboard page 2025-11-28 13:03:13 +01:00
rasmusq
eb7ccdf7a2 add: themes for wishlists and dashboards 2025-11-28 12:45:20 +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
rasmusq
85f8671c72 add: local wishlists stored in local storage for anonymous users 2025-11-27 21:35:28 +01:00
rasmusq
86c0665aed refactor: abstract dashboard lists into components 2025-11-27 21:12:16 +01:00
a6724a0f22 update: hide claimed wishlists when no wishlists are claimed 2025-11-26 00:50:05 +01:00
911f9c4936 update: improve dashboard and distinction between saved and claimed wishlists 2025-11-26 00:37:30 +01:00
82632eba4c fix: responsive buttons on dashboard wishlist lists on mobile 2025-11-25 22:47:03 +01:00
62ff4826c1 add: better search and better delete locking mechanism 2025-11-25 22:14:27 +01:00
615f2dbb8d add: multiple ownership of wishlists 2025-11-25 17:33:10 +01:00
0144e8df1a initial production version 2025-11-25 16:08:50 +01:00