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": "Mercado abierto",
|
||||
"yourInventory": "Tu inventario"
|
||||
},
|
||||
"photo": {
|
||||
"camera": "Hacer una foto",
|
||||
"gallery": "Elegir de la galería"
|
||||
},
|
||||
"menu": {
|
||||
"inventory": "Inventario",
|
||||
"market": "Mercado",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue