mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 14:04:45 -04:00
Cleans CSS, adds new grid and list view, replaces small parent-folder icon.
This commit is contained in:
parent
842bca74f9
commit
1f3d501a04
14 changed files with 303 additions and 320 deletions
|
@ -2,7 +2,7 @@
|
|||
modulejs.define('view/viewmode', ['_', '$', 'core/settings', 'core/resource', 'core/store'], function (_, $, allsettings, resource, store) {
|
||||
|
||||
var defaults = {
|
||||
modes: ['details', 'list', 'icons'],
|
||||
modes: ['details', 'list', 'grid', 'icons'],
|
||||
setParentFolderLabels: false
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue