32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
# TODO - Luggage List
|
|
|
|
## Stage
|
|
Improving & Fixing Bugs (V2)
|
|
|
|
## V2 Changes Requested
|
|
- [x] Trip can be selected from everywhere (global trip picker)
|
|
- [x] Fixed trip switching behavior for web by removing aggressive auto-reselect
|
|
- [x] Removed trip image crop (gallery pick without editing)
|
|
- [x] Item updates now happen in a modal
|
|
- [x] Redesigned item cards
|
|
- [x] Moved top nav to bottom and made it mobile-friendly
|
|
- [x] Removed top title block
|
|
- [x] Reworked check-up flow to yes/no checklist
|
|
- [x] “No” now opens update modal for check-up-only changes
|
|
- [x] Added optional toggle to also sync fix into trip item list
|
|
- [x] Removed JSON export feature
|
|
- [x] Improved keyboard behavior with KeyboardAvoidingView + scroll-safe forms
|
|
- [x] Full UI redesign (dark-first minimalist with accent colors)
|
|
- [x] Set new icon from `https://cdn.reversed.dev/pictures/yesnt.png`
|
|
|
|
## Validation
|
|
- [x] `npm install`
|
|
- [x] `npx expo export --platform web`
|
|
|
|
## Progress Log
|
|
- [x] V1 prototype complete and shipped
|
|
- [x] CI adjusted (no `eas init` in workflows)
|
|
- [x] V2 redesign + behavior fixes implemented
|
|
- [x] Removed legacy template src folder
|
|
- [x] Rebuilt app into modular `src/` structure (tabs/components/modals/styles/utils)
|