feat: add trip edit/archive flow and item bulk filters
All checks were successful
Luggage List Build / build-web (push) Successful in 28s
Luggage List Build / build-android (push) Successful in 6m32s
Luggage List Build / release (push) Successful in 12s

This commit is contained in:
2026-04-18 14:53:02 +02:00
parent 3080c3affd
commit 61b0a3d1fa
5 changed files with 361 additions and 30 deletions

View File

@@ -39,11 +39,14 @@ Improving & Fixing Bugs (V3)
- [x] Extra UI polish pass (spacing, cards, hierarchy)
- [x] Centered and enlarged edit/check-up modals to fully overlay nav
- [x] Fixed modal keyboard glitching (stable centered keyboard-aware layout)
- [x] Added trip view editing in modal (name/location/date/image)
- [x] Added trip archive/unarchive flow with archived section
- [x] Added item filters + bulk pack/unpack actions
## Next Improvements (Requested)
- [ ] Edit trip directly in the trip view modal (name/location/dates/image)
- [ ] Add archive flow for trips (hide from active list without deleting history)
- [x] Edit trip directly in the trip view modal (name/location/dates/image)
- [x] Add archive flow for trips (hide from active list without deleting history)
- [ ] Enhance check-up modal UX (progress bar + back/skip controls)
- [ ] Add bulk item actions and filters (pack all/unpack all + status/category chips)
- [x] Add bulk item actions and filters (pack all/unpack all + status/category chips)
- [ ] Add image optimization controls before save (compress/crop)
- [ ] Add JSON export/import backup + restore flow