show sidebar controls
This commit is contained in:
parent
6a310997cf
commit
a42fc18ae6
2 changed files with 5 additions and 15 deletions
|
@ -189,11 +189,7 @@
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
<div class="app-sidebar-footer display--small app-sidebar-footer--controls">
|
<div class="app-sidebar-footer display--small app-sidebar-footer--controls">
|
||||||
<div
|
<div class="app-playback-controls" @contextmenu="$root.nowPlayingContextMenu">
|
||||||
class="app-playback-controls"
|
|
||||||
v-if="$root.mkReady()"
|
|
||||||
@contextmenu="$root.nowPlayingContextMenu"
|
|
||||||
>
|
|
||||||
<div class="control-buttons">
|
<div class="control-buttons">
|
||||||
<div class="app-chrome-item">
|
<div class="app-chrome-item">
|
||||||
<button
|
<button
|
||||||
|
@ -295,15 +291,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div class="app-sidebar-notification backgroundNotification" v-if="$root.library.backgroundNotification.show" >
|
||||||
class="app-sidebar-notification backgroundNotification"
|
|
||||||
v-if="$root.library.backgroundNotification.show"
|
|
||||||
>
|
|
||||||
<div class="message">
|
<div class="message">
|
||||||
{{ $root.library.backgroundNotification.message }} ({{
|
{{ $root.library.backgroundNotification.message }} ({{$root.library.backgroundNotification.progress }} / {{ $root.library.backgroundNotification.total }})
|
||||||
$root.library.backgroundNotification.progress
|
|
||||||
}}
|
|
||||||
/ {{ $root.library.backgroundNotification.total }})
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -311,6 +301,6 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
Vue.component("cider-app-sidebar", {
|
Vue.component("cider-app-sidebar", {
|
||||||
template: "#cider-app-sidebar"
|
template: "#cider-app-sidebar",
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue