diff --git a/CHANGELOG.md b/CHANGELOG.md index 4029a71..153b3f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/css/main.css b/css/main.css index 2ab175c..5e276e6 100644 --- a/css/main.css +++ b/css/main.css @@ -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; diff --git a/img/sound_full.png b/img/sound_full.png new file mode 100644 index 0000000..86ef221 Binary files /dev/null and b/img/sound_full.png differ diff --git a/img/sound_mid.png b/img/sound_mid.png new file mode 100644 index 0000000..b64f483 Binary files /dev/null and b/img/sound_mid.png differ diff --git a/img/sound_silent.png b/img/sound_silent.png new file mode 100644 index 0000000..935ce9c Binary files /dev/null and b/img/sound_silent.png differ diff --git a/img/systemtags.svg b/img/systemtags.svg new file mode 100644 index 0000000..ad79c05 --- /dev/null +++ b/img/systemtags.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/js/main.js b/js/main.js index 784034f..36c52f1 100644 --- a/js/main.js +++ b/js/main.js @@ -411,4 +411,5 @@ $(function(){ } else { load_menu_state(); }; + }); diff --git a/templates/main.php b/templates/main.php index 31ad2cc..ff20395 100755 --- a/templates/main.php +++ b/templates/main.php @@ -19,7 +19,7 @@ Favorites