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:
vjrj 2026-07-08 14:15:13 +02:00
parent 4b209d6752
commit c789cd1027
8 changed files with 136 additions and 40 deletions

View file

@ -14,6 +14,10 @@
"openMarket": "Open market",
"yourInventory": "Your inventory"
},
"photo": {
"camera": "Take a photo",
"gallery": "Choose from gallery"
},
"menu": {
"inventory": "Inventory",
"market": "Market",