feat(photos): camera-or-gallery picker + swipeable full-screen viewer
- Adding a photo (quick-add and detail) now offers a Camera / Gallery chooser (shared pickPhoto helper); camera errors on desktop degrade gracefully. - Full-screen viewer: pinch-to-zoom pans only while zoomed, so a plain horizontal swipe pages between photos again. 54 tests green; Linux runs.
This commit is contained in:
parent
4b209d6752
commit
c789cd1027
8 changed files with 136 additions and 40 deletions
|
|
@ -14,6 +14,10 @@
|
|||
"openMarket": "Open market",
|
||||
"yourInventory": "Your inventory"
|
||||
},
|
||||
"photo": {
|
||||
"camera": "Take a photo",
|
||||
"gallery": "Choose from gallery"
|
||||
},
|
||||
"menu": {
|
||||
"inventory": "Inventory",
|
||||
"market": "Market",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue