tweaks + notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-09-12 17:21:04 +03:00
parent dd1565d1b8
commit a114775f58
2 changed files with 5 additions and 4 deletions

View File

@ -9,12 +9,13 @@
- ~~Views: Gallery / Details / Lightbox~~
- Details: populate fields
- Details: edit
- toolbar: prevent form overlaping mutiple toolbars
- ~~toolbar: collapsed view icon...~~
- ~~toolbar: floating over gallery~~
- ~~info (current)~~ -- should this be floating over image??
- ~~select / deselect (current / all)~~
- ~~delete / clear deleted (current / all)~~
- crop
- ~~crop~~
- load
- ~~styling and icons...~~
- ~~draggable?~~
@ -56,7 +57,7 @@
- ~~drop files/images~~
- ~~drag to sort~~
- **drag marked**
- touch...
- touch support
- ~~Gallery: remove image~~
- ~~basic delete~~
- ~~delete marked~~
@ -64,8 +65,8 @@
- ~~Gallery: serialize / deserialize~~
- ~~Lightbox: navigation (keyboard / mouse)~~
- ~~Lightbox: fullscreen mode~~
- Gallery: web component (???)
- ~~Would be nice to retain the scroll position on refresh...~~
- Gallery: web component (???)
- ...

View File

@ -126,7 +126,7 @@ For more info see: <a href="./README.md">README.md</a>
<button onclick="gallery.removeQueued()" title="Remove queued (shift-del)">delete<sec>close</sec></button>
</div>
<div>
<button onclick="gallery.clear()" title="clear">close</button>
<button onclick="gallery.clear()" title="clear">grid_on<sec>close</sec></button>
</div>
<button class="collapse" title="Edit gallery (hold to make sticky)">edit_square</button>
</div>