Add 'Folder' FontAwesome icon on the Browse pane.
This commit is contained in:
parent
64eda54a78
commit
7de3476b5a
@ -86,6 +86,7 @@ v2.3.0 (UNRELEASED)
|
|||||||
- Optimized updating of 'now playing' icons in tracklists.
|
- Optimized updating of 'now playing' icons in tracklists.
|
||||||
(Addresses: `#184 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/184>`_).
|
(Addresses: `#184 <https://github.com/pimusicbox/mopidy-musicbox-webclient/issues/184>`_).
|
||||||
- Optimized rendering of large lists of tracks to make UI more responsive.
|
- Optimized rendering of large lists of tracks to make UI more responsive.
|
||||||
|
- Added 'Folder' FontAwesome icon on the Browse pane for browsing the filesystem.
|
||||||
|
|
||||||
**Fixes**
|
**Fixes**
|
||||||
|
|
||||||
|
|||||||
@ -76,6 +76,7 @@ var uriClassList = [
|
|||||||
['spotify', 'fa-spotify'],
|
['spotify', 'fa-spotify'],
|
||||||
['spotifytunigo', 'fa-spotify'],
|
['spotifytunigo', 'fa-spotify'],
|
||||||
['local', 'fa-file-sound-o'],
|
['local', 'fa-file-sound-o'],
|
||||||
|
['file', 'fa-folder-o'],
|
||||||
['m3u', 'fa-file-sound-o'],
|
['m3u', 'fa-file-sound-o'],
|
||||||
['podcast', 'fa-rss-square'],
|
['podcast', 'fa-rss-square'],
|
||||||
['dirble', 'fa-microphone'],
|
['dirble', 'fa-microphone'],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user