Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: page navigation loading indicator <3 #785

Merged
merged 10 commits into from
Nov 13, 2024
1 change: 1 addition & 0 deletions apps/web/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Body class="font-body" :class="bodyClass" />
<UiNotifications />
<VitePwaManifest v-if="$pwa?.isPWAInstalled" />
<NuxtLoadingIndicator color="repeating-linear-gradient(to right, #008ebd 0%,#80dfff 50%,#e0f7ff 100%)" />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
Expand Down
1 change: 1 addition & 0 deletions docs/changelog/changelog_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### New

- Added PWA cookie hash to sdk client
- Added progress loading indicator animation when navigating between pages.

### 👷 Changed

Expand Down
Loading