Skip to content

Commit

Permalink
feat(ceremony): save progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Sep 26, 2024
1 parent 8db460e commit 7ac9881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ceremony/src/lib/components/Terminal/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function autoScroll(node: HTMLElement) {
<Print>{text}</Print>
{/each}
</div>
<Print><br></Print>
{@render children()}
{:else if terminal.tab === 2}
<Activity/>
Expand Down
1 change: 1 addition & 0 deletions ceremony/src/routes/0____0/[hash]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const imagePath = "https://ceremony.union.build/images/ceremony.png"
<Print>{print}</Print>
{/each}
{#if showButtons}
<Print><br></Print>
<Button bind:value={buttons[0]}
onmouseenter={() => focusedIndex = 0}
class={cn(focusedIndex === 0 ? "bg-union-accent-500 text-black" : "")}
Expand Down

0 comments on commit 7ac9881

Please sign in to comment.