Merge pull request #106 from WardPearce/update/delete-all-button
Added remove all history button to the right
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user