From 55f87661760d909ecc7f3b97132f2721a612987a Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Thu, 26 Mar 2026 20:47:11 +0000 Subject: [PATCH] future-plans: image gallery with drag-drop, paste, URL, and shared images Co-Authored-By: Claude Sonnet 4.6 --- future-plans.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/future-plans.md b/future-plans.md index f93e344..d1354ca 100644 --- a/future-plans.md +++ b/future-plans.md @@ -276,6 +276,21 @@ Views would be named, saved, and accessible from the nav or a dedicated views section. The expression receives the full component object and returns truthy to include it. Could later be extended to also control sort order and displayed columns. +## Images + +### Image gallery / browser +The current image upload for components is minimal. Replace with a proper image +gallery dialog (mirroring the PDF file picker) that shows all uploaded images with +thumbnails and supports: +- File input upload (existing) +- Drag and drop onto the gallery area +- Clipboard paste (Ctrl+V — useful for pasting screenshots directly) +- URL entry (fetch and store server-side) + +Images should be manageable from the gallery: rename, delete, link/unlink from +component, open full-size in lightbox. Like the PDF picker, the gallery should be +reusable across components (an image can be shared between components). + ## PDF / files ### Auto-select file after upload in file picker