mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-10 19:34:25 +02:00
submission is now a modal
This commit is contained in:
parent
c389a77dfe
commit
10c3dad90f
@ -226,6 +226,8 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if submit}
|
{#if submit}
|
||||||
|
<Modal modalOpen={true}>
|
||||||
|
<svelte:fragment slot="title">Submit</svelte:fragment>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
{#await submitBallot()}
|
{#await submitBallot()}
|
||||||
<h6 in:fly={{ x: transitionDirection, easing: expoOut, duration: 1000 }}>
|
<h6 in:fly={{ x: transitionDirection, easing: expoOut, duration: 1000 }}>
|
||||||
@ -243,6 +245,7 @@
|
|||||||
</h6>
|
</h6>
|
||||||
{/await}
|
{/await}
|
||||||
</div>
|
</div>
|
||||||
|
</Modal>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<div class="buttons-container">
|
<div class="buttons-container">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user