forked from 0x2620/pandora
save UI state
This commit is contained in:
parent
fddc4d29d3
commit
2430638cde
7 changed files with 259 additions and 169 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"findKeys": [
|
||||
{"id": "all", "title": "All"},
|
||||
{"id": "title", "title": "Title", "autocomplete": true},
|
||||
{"id": "title", "title": "Title", "autocomplete": true, "autocompleteSortKey": "votes"},
|
||||
{"id": "director", "title": "Director", "autocomplete": true},
|
||||
{"id": "country", "title": "Country", "autocomplete": true},
|
||||
{"id": "year", "title": "Year", "autocomplete": true},
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
{"id": "featured", "title": "Featured Lists"}
|
||||
],
|
||||
"sortKeys": [
|
||||
{"id": "title", "title": "Title", "width": 180, "removable": false, "type": "title", "autocompleteSortKey": "votes"},
|
||||
{"id": "title", "title": "Title", "width": 180, "removable": false, "type": "title"},
|
||||
{"id": "director", "title": "Director", "width": 180, "removable": false, "type": "person"},
|
||||
{"id": "country", "title": "Country", "width": 120, "type": "string"},
|
||||
{"id": "year", "title": "Year", "width": 60, "type": "year"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue