Merge pull request #106 from WardPearce/update/delete-all-button

Added remove all history button to the right
This commit is contained in:
Ward
2024-04-11 22:55:41 +12:00
committed by GitHub
+3 -2
View File
@@ -49,7 +49,8 @@
});
</script>
<div style="display: flex;margin-top: 1em;" class="space">
<div class="space"></div>
<nav class="right-align">
<button
on:click={async () => {
await deleteHistory();
@@ -66,7 +67,7 @@
<i>delete_sweep</i>
<span>{$_('deleteAllHistory')}</span>
</button>
</div>
</nav>
{#if loaded}
<VideoList videos={history} />