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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user