Skip to content

Commit

Permalink
Refactor download and save
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Nov 12, 2024
1 parent 6de3c86 commit 4e79dbe
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions popgetter-browser/web/src/routes/DownloadMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -490,12 +490,17 @@
<div
style="text-align: left; margin-top: 0.5%; margin-bottom: 0.5%; "
>
<Button
color="light"
on:click={() => {
downloadAndSave();
}}>Download</Button
>
<Label class="space-y-2">
Download and save data
<ButtonGroup class="w-full">
<Button
color="light"
on:click={() => {
downloadAndSave();
}}>Download and save</Button
>
</ButtonGroup>
</Label>
</div>
</TabItem>
</Tabs>
Expand Down

0 comments on commit 4e79dbe

Please sign in to comment.