From 8a70038b6406c0bab6ad20b5e6da0c225a941f2d Mon Sep 17 00:00:00 2001 From: aewing Date: Sun, 11 Jan 2026 03:03:12 +0000 Subject: [PATCH] Add camera vs file picker options for image and video attachments - Add separate buttons: 'Attach Image' and 'Take Photo' - Add separate buttons: 'Attach Video' and 'Record Video' - Create separate file inputs: imageInput/imageCameraInput, videoInput/videoCameraInput - imageCameraInput and videoCameraInput have capture="environment" attribute - imageInput and videoInput are for file picker (no capture attribute) - Both note and conversation menus updated with same structure - Update all event listeners and clear handlers for new inputs --- index.html | 70 +++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 64 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 3124944..da4daaf 100644 --- a/index.html +++ b/index.html @@ -232,12 +232,24 @@ Attach Image + + + +