future-plans: image gallery with drag-drop, paste, URL, and shared images

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-26 20:47:11 +00:00
parent 2405be6a66
commit 55f8766176

View File

@@ -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 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. 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 ## PDF / files
### Auto-select file after upload in file picker ### Auto-select file after upload in file picker