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