feat: add gallery upload and fix mobile header issues
- Added 'Upload from Gallery' button to CameraCapture component - Implemented secondary file input without 'capture' attribute to allow gallery selection on mobile - Fixed overlapping header elements on mobile by making the header responsive - Compacted 'Dram of the Day' button on small screens - Added translations for the new gallery upload feature
This commit is contained in:
@@ -128,6 +128,7 @@ export type TranslationKeys = {
|
||||
toVault: string;
|
||||
authRequired: string;
|
||||
processingError: string;
|
||||
uploadGallery: string;
|
||||
};
|
||||
tasting: {
|
||||
addNote: string;
|
||||
|
||||
Reference in New Issue
Block a user