tweaks + notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
dd1565d1b8
commit
a114775f58
@ -9,12 +9,13 @@
|
|||||||
- ~~Views: Gallery / Details / Lightbox~~
|
- ~~Views: Gallery / Details / Lightbox~~
|
||||||
- Details: populate fields
|
- Details: populate fields
|
||||||
- Details: edit
|
- Details: edit
|
||||||
|
- toolbar: prevent form overlaping mutiple toolbars
|
||||||
- ~~toolbar: collapsed view icon...~~
|
- ~~toolbar: collapsed view icon...~~
|
||||||
- ~~toolbar: floating over gallery~~
|
- ~~toolbar: floating over gallery~~
|
||||||
- ~~info (current)~~ -- should this be floating over image??
|
- ~~info (current)~~ -- should this be floating over image??
|
||||||
- ~~select / deselect (current / all)~~
|
- ~~select / deselect (current / all)~~
|
||||||
- ~~delete / clear deleted (current / all)~~
|
- ~~delete / clear deleted (current / all)~~
|
||||||
- crop
|
- ~~crop~~
|
||||||
- load
|
- load
|
||||||
- ~~styling and icons...~~
|
- ~~styling and icons...~~
|
||||||
- ~~draggable?~~
|
- ~~draggable?~~
|
||||||
@ -56,7 +57,7 @@
|
|||||||
- ~~drop files/images~~
|
- ~~drop files/images~~
|
||||||
- ~~drag to sort~~
|
- ~~drag to sort~~
|
||||||
- **drag marked**
|
- **drag marked**
|
||||||
- touch...
|
- touch support
|
||||||
- ~~Gallery: remove image~~
|
- ~~Gallery: remove image~~
|
||||||
- ~~basic delete~~
|
- ~~basic delete~~
|
||||||
- ~~delete marked~~
|
- ~~delete marked~~
|
||||||
@ -64,8 +65,8 @@
|
|||||||
- ~~Gallery: serialize / deserialize~~
|
- ~~Gallery: serialize / deserialize~~
|
||||||
- ~~Lightbox: navigation (keyboard / mouse)~~
|
- ~~Lightbox: navigation (keyboard / mouse)~~
|
||||||
- ~~Lightbox: fullscreen mode~~
|
- ~~Lightbox: fullscreen mode~~
|
||||||
- Gallery: web component (???)
|
|
||||||
- ~~Would be nice to retain the scroll position on refresh...~~
|
- ~~Would be nice to retain the scroll position on refresh...~~
|
||||||
|
- Gallery: web component (???)
|
||||||
- ...
|
- ...
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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>
|
<button onclick="gallery.removeQueued()" title="Remove queued (shift-del)">delete<sec>close</sec></button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button onclick="gallery.clear()" title="clear">close</button>
|
<button onclick="gallery.clear()" title="clear">grid_on<sec>close</sec></button>
|
||||||
</div>
|
</div>
|
||||||
<button class="collapse" title="Edit gallery (hold to make sticky)">edit_square</button>
|
<button class="collapse" title="Edit gallery (hold to make sticky)">edit_square</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user