mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
minor fix + some tweaking and notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e0d3fabaa0
commit
e01e6229de
@ -446,7 +446,7 @@ module.SortActions = actions.Actions({
|
|||||||
var cache = this.data.sort_order = this.data.sort_order || {}
|
var cache = this.data.sort_order = this.data.sort_order || {}
|
||||||
cache[title] = this.data.order.slice()
|
cache[title] = this.data.order.slice()
|
||||||
}],
|
}],
|
||||||
loadOrder: ['- Srot/',
|
loadOrder: ['- Sort/',
|
||||||
function(title, reverse){
|
function(title, reverse){
|
||||||
var order = (this.data.sort_order || {})[title]
|
var order = (this.data.sort_order || {})[title]
|
||||||
if(order){
|
if(order){
|
||||||
|
|||||||
@ -1109,17 +1109,21 @@ var BrowseActionsActions = actions.Actions({
|
|||||||
// the matching paths...
|
// the matching paths...
|
||||||
'Crop/60:crop .*ribbon.*',
|
'Crop/60:crop .*ribbon.*',
|
||||||
'Crop/50:crop.*',
|
'Crop/50:crop.*',
|
||||||
|
|
||||||
// We can also add separators here...
|
|
||||||
'Crop/11:---',
|
|
||||||
|
|
||||||
'Crop/10:.*collection.*',
|
|
||||||
|
|
||||||
'Crop/09:---',
|
|
||||||
|
|
||||||
// The rest of the elements in the path will get added
|
// The rest of the elements in the path will get added
|
||||||
// between the positive and negative prioritized items...
|
// between the positive and negative prioritized items...
|
||||||
// ...
|
// ...
|
||||||
|
|
||||||
|
// We can also add separators here...
|
||||||
|
// NOTE: the separator is the only element in a level
|
||||||
|
// that can be used multiple times.
|
||||||
|
// ...any other elements with identical text will
|
||||||
|
// get overwritten by the last occurrence...
|
||||||
|
'Crop/-50:---',
|
||||||
|
|
||||||
|
'Crop/-60:.*collection.*',
|
||||||
|
|
||||||
|
'Crop/-70:---',
|
||||||
|
|
||||||
'Crop/-80:Uncrop and keep crop image order',
|
'Crop/-80:Uncrop and keep crop image order',
|
||||||
'Crop/-81:Uncrop all',
|
'Crop/-81:Uncrop all',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user