Skip to content

Commit

Permalink
add preloading indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-brandao committed Aug 7, 2024
1 parent 44479e5 commit 6eaacdb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/routes/Transition.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
})
</script>
<!-- TODO: fix duplicating page bug -->
<!-- or $navigating -->
{#if $navigating}
<PreLoadingIndicator />
{/if}
{#key key}
<div
in:fly={{
Expand Down

0 comments on commit 6eaacdb

Please sign in to comment.