add icon for categories
This commit is contained in:
parent
c703ee603a
commit
b7e711955b
@ -1,11 +1,15 @@
|
||||
## 0.6.2 – 2018-08-11
|
||||
### Added
|
||||
- Remember last menu state
|
||||
[#26](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/26) @onny
|
||||
- Navigation by hash location
|
||||
[#63](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/63) @onny
|
||||
|
||||
### Fixed
|
||||
- Fix styling issue (overflow hidden) player area
|
||||
[#65](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/65) @onny
|
||||
- Fix styling issue colum width on Chrome browsers
|
||||
[#37](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/37) @onny
|
||||
- Remember last menu state
|
||||
[#26](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/26) @onny
|
||||
- Don't scroll to top when clicking on station
|
||||
[#62](https://git.project-insanity.org/onny/nextcloud-app-radio/issues/62) @onny
|
||||
- Fix Nextcloud 14 compatibility
|
||||
|
@ -129,6 +129,9 @@
|
||||
.nav-icon-trashbin {
|
||||
background-image: url('../img/delete.svg?v=1');
|
||||
}
|
||||
.nav-icon-systemtagsfilter {
|
||||
background-image: url('../img/systemtags.svg?v=1');
|
||||
}
|
||||
|
||||
#app-navigation .nav-files a.nav-icon-files {
|
||||
width: auto;
|
||||
|
BIN
img/sound_full.png
Normal file
BIN
img/sound_full.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
img/sound_mid.png
Normal file
BIN
img/sound_mid.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
img/sound_silent.png
Normal file
BIN
img/sound_silent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
1
img/systemtags.svg
Normal file
1
img/systemtags.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1" viewBox="0 0 16 16"><path color="#000" fill="none" d="M-62.897-32.993h163.31v97.986h-163.31z"/><path d="M6.186.96L1.38.975c-.273 0-.347.21-.348.346l-.015 4.802 8.723 8.722a.498.498 0 0 0 .71 0l4.456-4.457a.5.5 0 0 0 .002-.71v.01L6.54 1.318 6.186.964zM4.02 2.814a1.144 1.144 0 0 1 1.143 1.144A1.144 1.144 0 0 1 4.02 5.1a1.144 1.144 0 0 1-1.145-1.143A1.144 1.144 0 0 1 4.02 2.813z" fill="#000"/></svg>
|
After Width: | Height: | Size: 474 B |
@ -411,4 +411,5 @@ $(function(){
|
||||
} else {
|
||||
load_menu_state();
|
||||
};
|
||||
|
||||
});
|
||||
|
@ -19,7 +19,7 @@
|
||||
Favorites </a>
|
||||
</li>
|
||||
<li data-id="categories" class="nav-categories">
|
||||
<a href="#categories" class="nav-icon-sharingin svg">
|
||||
<a href="#categories" class="nav-icon-systemtagsfilter svg">
|
||||
Categories </a>
|
||||
</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user