Files
canteen-asset-tracker/static
shawn f9f6d9d5ce Fix manual photo UI: both gallery picker + camera button visible
- Manual photo area now shows two clear choices:
  📁 Choose from Gallery — plain accept=image/* (EXIF preserved)
  📸 Take Photo — calls openManualCamera() for quick capture
- Each has a label explaining EXIF behavior
- openManualCamera() now appends input to DOM before click()
  (required by mobile Chrome for programmatic file input clicks)
- Dynamically created camera input is cleaned up after use
- camera-area overflow:visible to not clip the taller placeholder
2026-05-21 23:12:43 -04:00
..