Add 'Folder' FontAwesome icon on the Browse pane.

This commit is contained in:
jcass 2016-04-28 14:45:40 +02:00
parent 64eda54a78
commit 7de3476b5a
2 changed files with 2 additions and 0 deletions

View File

@ -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**

View File

@ -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'],