From 1d3d42d67074171330c1a0368db1572e536d0768 Mon Sep 17 00:00:00 2001 From: aewing Date: Sat, 10 Jan 2026 20:48:47 +0000 Subject: [PATCH] feat(notes): multi-attachment support, card icons, and inline previews\n\n- Allow selecting and uploading multiple attachments per note (images, videos, docs)\n- Batch audio segments and files into PocketBase multi-file field (Attachments.file)\n- Fallback to read files directly from input; per-file error logging\n- Note cards show clickable attachment-type icons (image/video/file/audio)\n- Inline preview panel in notes list + full attachment rendering in detail\n- Keep existing Notes/Attachments collections and pb_id association --- index.html | 515 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 488 insertions(+), 27 deletions(-) diff --git a/index.html b/index.html index 9ff87d8..0e08e59 100644 --- a/index.html +++ b/index.html @@ -62,6 +62,7 @@
+
@@ -74,6 +75,14 @@
+ +
@@ -101,6 +110,11 @@
+
+
Attachments
+
+
+
@@ -158,15 +172,17 @@ -
+
-
+
+
+ + +
+ +
No attachments selected.
+
+
+
+ + + + + +