add a blank settings view

- use for loop to render l-sidebar content
- add current track image on l-sidebar
- other minor changes
This commit is contained in:
geoffrey45
2022-02-11 11:53:46 +03:00
parent e7741937a3
commit 15d5e1476a
12 changed files with 128 additions and 88 deletions
@@ -59,7 +59,6 @@ export default {
setup() {
const current = ref(perks.current);
const putCommas = perks.putCommas;
const pos = playAudio.pos;
const {playNext} = playAudio;
const {playPrev} = playAudio;
@@ -76,7 +75,6 @@ export default {
playNext,
playPrev,
playPause,
pos,
seek,
isPlaying,
formatSeconds: perks.formatSeconds,