simplify store, add more feats

This commit is contained in:
wryk
2020-01-16 20:10:40 +01:00
parent cd10193d3e
commit ae187a96ef
10 changed files with 174 additions and 275 deletions

View File

@ -4,7 +4,9 @@
</header>
<section class="viewer">
<Viewer></Viewer>
{#if $current}
<Viewer></Viewer>
{/if}
</section>
<section class="queue">
@ -23,6 +25,8 @@
import Controls from '/components/Controls.svelte'
import Queue from '/components/Queue.svelte'
import Viewer from '/components/Viewer.svelte'
import { current } from '/store.js'
</script>
<style>