Skip to content

Commit

Permalink
add Reveal funds button
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed May 22, 2024
1 parent 907da10 commit ed31f10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions web/src/lib/ui/menu/Menu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@
{#if debugTools}
<button class="error" on:click={() => addTokenToWallet()}>Show Tokens in Wallet</button>
{/if}

<a
role="button"
on:click={() => {
$menu.open = false;
return true;
}}
href="/fuzd">Reveal Funds</a
>
</div>

<div class="category">
Expand Down
2 changes: 1 addition & 1 deletion web/src/routes/(pages)/fuzd/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
{#await schedulingResponse}
subbmitting...
{:then scheduleInfo}
wait until {new Date(scheduleInfo.checkinTime * 1000).toLocaleString()}
wait a couple of minutes
<button on:click={() => location.reload()}>reload</button>
{:catch err}
{err}
Expand Down

0 comments on commit ed31f10

Please sign in to comment.