From 77312dfdad4bade640b170f4f4cf33c579992cca Mon Sep 17 00:00:00 2001 From: aewing Date: Sun, 11 Jan 2026 06:30:21 +0000 Subject: [PATCH] Add share note functionality with multiselect field support and adjust layout spacing - Added share note input field with comma-separated name parsing - Integrated shared_with and shared boolean fields to note payload - Reduced form spacing (space-y-4 to space-y-2.5) to accommodate new field - Adjusted container positioning: noteContainer translateY(-33px), notesListContainer translateY(-24px) - Share functionality now working with PocketBase multiselect field validation - Note cards will display green background when shared=true --- index.html | 147 +++++++++++++++++++---------------------------------- 1 file changed, 51 insertions(+), 96 deletions(-) diff --git a/index.html b/index.html index b17cb8e..b51b6f2 100644 --- a/index.html +++ b/index.html @@ -369,7 +369,7 @@ -