mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-19 12:14:47 +02:00
proper folder ui system
This commit is contained in:
@@ -66,6 +66,14 @@ const NAV_ENTRIES: {
|
||||
icon: 'musical-notes',
|
||||
keywords: ['library', 'tracks', 'songs', 'browse', 'collection'],
|
||||
},
|
||||
{
|
||||
id: 'nav:library-folders',
|
||||
label: 'Browse folders',
|
||||
href: '/library',
|
||||
icon: 'folder-open-outline',
|
||||
keywords: ['folders', 'folder explorer', 'browse folders', 'library folders'],
|
||||
libraryViewMode: 'folders',
|
||||
},
|
||||
{
|
||||
id: 'nav:eq',
|
||||
label: 'Equalizer',
|
||||
@@ -109,12 +117,11 @@ const SETTING_ENTRIES: {
|
||||
},
|
||||
{
|
||||
id: 'setting:folders',
|
||||
label: 'Library folders',
|
||||
subtitle: 'Scanned music folders',
|
||||
href: '/library',
|
||||
label: 'Manage folders',
|
||||
subtitle: 'Add / rescan / remove folders',
|
||||
href: '/settings',
|
||||
icon: 'folder-open-outline',
|
||||
keywords: ['folders', 'scan', 'rescan', 'local files', 'storage'],
|
||||
libraryViewMode: 'folders',
|
||||
keywords: ['folders', 'scan', 'rescan', 'add folder', 'remove folder', 'local files', 'storage'],
|
||||
},
|
||||
{
|
||||
id: 'setting:sources',
|
||||
|
||||
Reference in New Issue
Block a user