fix: booking duration calculation, tip page auth, and UI polish across frontend
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -13,7 +13,11 @@
|
||||
</script>
|
||||
|
||||
<div class="flex justify-between">
|
||||
<Button variant="outline" disabled={!canBack} onclick={() => dispatch('back')}>Back</Button>
|
||||
{#if canBack}
|
||||
<Button variant="outline" onclick={() => dispatch('back')}>Back</Button>
|
||||
{:else}
|
||||
<div></div>
|
||||
{/if}
|
||||
|
||||
{#if showSubmit}
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user