web: basic api interaction & downloading
download button now acts the way it should with various states
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<ClearButton click={() => (link = "")} />
|
||||
{/if}
|
||||
{#if validLink(link)}
|
||||
<DownloadButton />
|
||||
<DownloadButton url={link} />
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user