mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-02 04:10:11 +00:00
basic group discription...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3c5521dece
commit
3aeaf6e36e
@ -1477,6 +1477,22 @@ var DataPrototype = {
|
|||||||
|
|
||||||
|
|
||||||
/****************************************************** Groups ***/
|
/****************************************************** Groups ***/
|
||||||
|
// A group is a small set of images...
|
||||||
|
//
|
||||||
|
// All images in a group are in ONE ribbon but can be at any location
|
||||||
|
// in order.
|
||||||
|
//
|
||||||
|
// It can be in one of two states:
|
||||||
|
// - collapsed
|
||||||
|
// - group images are not loaded
|
||||||
|
// - group cover is loaded
|
||||||
|
// - expanded
|
||||||
|
// - group cover is not loaded
|
||||||
|
// - group images are loaded
|
||||||
|
//
|
||||||
|
// XXX group cover -- which image and should this question be asked
|
||||||
|
// on this level???
|
||||||
|
//
|
||||||
// XXX experimental...
|
// XXX experimental...
|
||||||
// ...not sure if storing groups in .groups here is the right
|
// ...not sure if storing groups in .groups here is the right
|
||||||
// way to go...
|
// way to go...
|
||||||
|
|||||||
@ -1056,6 +1056,7 @@ actions.Actions(Client, {
|
|||||||
groupMarked: [ reloadAfter() ],
|
groupMarked: [ reloadAfter() ],
|
||||||
expandGroup: [ reloadAfter() ],
|
expandGroup: [ reloadAfter() ],
|
||||||
collapseGroup: [ reloadAfter() ],
|
collapseGroup: [ reloadAfter() ],
|
||||||
|
// XXX might be a good idea to do this in a new viewer in an overlay...
|
||||||
cropGroup: [ reloadAfter() ],
|
cropGroup: [ reloadAfter() ],
|
||||||
|
|
||||||
// XXX experimental: not sure if this is the right way to go...
|
// XXX experimental: not sure if this is the right way to go...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user