rasmusq rasmusq
  • Joined on 2025-09-18
rasmusq pushed to master at rasmusq/wishlist 2026-03-16 15:09:59 +00:00
37870c8403 fix: restore padding to wishlist item cards
rasmusq pushed to master at rasmusq/wishlist 2026-03-16 14:51:48 +00:00
07c098df77 refactor: create shared UI components and utilities
rasmusq pushed to master at rasmusq/wishlist 2026-03-16 14:37:44 +00:00
6d3a418525 refactor: convert wishlist creation from API to form action
rasmusq pushed to master at rasmusq/wishlist 2026-03-16 14:21:14 +00:00
563ee5699b refactor: simplify ItemForm API using events instead of callback props
rasmusq pushed to master at rasmusq/wishlist 2026-03-16 13:47:22 +00:00
d63535ad1b feat: auto-load images when ItemForm opens with existing URL
rasmusq pushed to master at rasmusq/wishlist 2026-03-16 13:41:43 +00:00
7084f703dc feat: auto-load images when user stops typing link (500ms debounce)
rasmusq pushed to master at rasmusq/wishlist 2026-03-16 13:11:14 +00:00
1808f6d0ac refactor: merge AddItemForm and EditItemForm into single ItemForm component
rasmusq pushed to master at rasmusq/wishlist 2026-03-16 12:18:15 +00:00
1089a6eb3a migrate: switch from bun to pnpm and add zod dependency
rasmusq pushed to master at rasmusq/wishlist 2026-03-16 10:57:09 +00:00
fad19a9aa0 add: Zod validation schemas for form data and refactor server actions to use them
bc680fb60b refactor: add proper types for all database insert operations
6ae82d758e config: properly configure ESLint for .svelte.ts files
35c1ab64e8 refactor: fix all lint errors and improve code quality
6c73a7740c style: format entire codebase with prettier
Compare 6 commits »
rasmusq pushed to master at rasmusq/wishlist 2026-03-15 20:43:07 +00:00
686b43bc18 update: refactor deployment docs to use Phase instead of Infisical
rasmusq pushed to master at rasmusq/wishlist 2026-03-15 20:33:19 +00:00
83d68b0c58 fix: strengthen password security - increase bcrypt rounds to 14, add notNull constraint to password field, add pull_policy to docker-compose
rasmusq pushed to master at rasmusq/wishlist 2026-03-05 14:19:24 +00:00
988c7ef6b5 update: better image scraping
rasmusq pushed to master at rasmusq/wishlist 2026-03-05 14:04:18 +00:00
9f8ae9a972 add: simple validation and sanitizing
rasmusq pushed to feature/dual-row-scroller at rasmusq/mangowc-rasmusq 2026-01-10 12:24:35 +00:00
47b38294ab resolve upstream merge conflicts
4efb8c5e06 fix: isfloating rule not follow monitor rule
5a714b7562 opt: optimize sloppyfocus
775931a4e1 bump version to 0.10.10
67b37559a8 opt: ensure auto schedule next frame when animaiton not end
Compare 27 commits »
rasmusq pushed to main at rasmusq/mangowc-rasmusq 2026-01-10 12:10:38 +00:00
4efb8c5e06 fix: isfloating rule not follow monitor rule
5a714b7562 opt: optimize sloppyfocus
775931a4e1 bump version to 0.10.10
67b37559a8 opt: ensure auto schedule next frame when animaiton not end
d2894f0bab opt: use int instaead of uint in layout code
Compare 59 commits »
rasmusq pushed to feature/dual-row-scroller at rasmusq/mangowc-rasmusq 2025-12-22 13:55:46 +00:00
a1f4cbb282 Merge branch 'main' into feature/dual-row-scroller
471c71f65c feat: add windowrule option isnoradius
df0e18481b opt: reduce cursor resize request
a67083bdb4 opt: no force center x11 window when map
9aa8dab8ac opt: reset float geom record when remap
Compare 34 commits »
rasmusq pushed to master at rasmusq/wishlist 2025-12-21 16:37:57 +00:00
d046c66bc7 update: hide empty claimed wishlists, move local wishlists, cleanup comments
rasmusq pushed to master at rasmusq/wishlist 2025-12-21 15:14:50 +00:00
0b1e2b8dd3 update: generalize docker deployment
rasmusq commented on issue rasmusq/wishlist#8 2025-12-20 16:53:14 +00:00
Local Wishlists list should hide when there are no local wishlists

The My Wishlists list should also only be visible when the user is logged in When there are no local or user owned wishlists, there should be an option to create a wishlist When there are no…

rasmusq commented on issue rasmusq/wishlist#9 2025-12-19 23:15:14 +00:00
Local Wishlists are not deleted from local storage when deleted

They should only be deleted if they are deleted via the Local Wishlists list. If the wishlist is deleted by someone else or through the edit page, the Local Wishlists wishlist card should indicate…