diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..082f0bb --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +public/assets/**.png filter=lfs diff=lfs merge=lfs -text diff --git a/public/assets/play.png b/public/assets/play.png new file mode 100644 index 0000000..7262fbd --- /dev/null +++ b/public/assets/play.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed4e1246369a7cb6745fedc39e743d23af78cf564298ca5c7250d63c812cfc0 +size 6616 diff --git a/src/App.svelte b/src/App.svelte index d62190e..9ee6b4a 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,19 +1,32 @@
- + (currentVideo = ev.detail)} + /> + {#if currentVideo} + (currentVideo = undefined)} + /> + {/if}