Commit Graph
26 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
Rasmus Q 686b43bc18 update: refactor deployment docs to use Phase instead of Infisical 2026-03-15 20:43:01 +00:00
Rasmus Q 83d68b0c58 fix: strengthen password security - increase bcrypt rounds to 14, add notNull constraint to password field, add pull_policy to docker-compose 2026-03-15 20:33:12 +00:00
Rasmus Q 7453c356bb update: wishlist docker compose file 2025-12-19 23:02:34 +00:00
rasmusq a5e47cdc1f update: readme with images 2025-12-20 00:02:10 +01:00
rasmusq b3f123388f update: more visual consistency 2025-12-19 23:48:23 +01:00
rasmusq 8f574380ce update: theme switcher button use new generalized button 2025-12-19 23:35:43 +01:00
rasmusq cb4539a982 update: generalize button components 2025-12-19 23:23:46 +01:00
rasmusq 466704a23a fix: dropdown theme colors 2025-12-19 23:13:03 +01:00
rasmusq b381a6d669 update: reduce theme pattern prescence 2025-12-19 22:53:41 +01:00
rasmusq bdfcdcc15b add: snow theme 2025-12-19 22:34:23 +01:00
rasmusq b848477729 update: consistent round button sizing 2025-12-19 21:01:17 +01:00
rasmusq ed9da14fa5 add: create, update and login dates in database 2025-12-19 20:50:06 +01:00
rasmusq ac81b8175c fix: missing color on empty lists in edit and wishlist pages 2025-12-19 20:20:11 +01: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
rasmusq 152bd7cdb1 wip: making themes more dynamic and easy to add 2025-11-30 01:30: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 8dcf26b1d3 update: use better effect pattern for sorted wishlist in edit page 2025-11-27 21:21:23 +01:00
rasmusq 93c5b839d3 refactor: abstract edit page components and functions 2025-11-27 21:17:30 +01:00
rasmusq 86c0665aed refactor: abstract dashboard lists into components 2025-11-27 21:12:16 +01:00
Rasmus Q c5ece3d6bb fix: missing wrap on unsave button in wishlist reservation page 2025-11-26 07:47:22 +00:00