Skip to content

Commit

Permalink
feat: added loading skeleton on redirects page
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Apr 25, 2024
1 parent 2d67e9c commit ed6675c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/views/RedirectsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ const defaultEndpoint = (redirect: Redirect) => {
<p>All links</p>
</hgroup>
<div>
<card-element
v-if="isLoading"
:title="$t('Magic links')"
:subtitle="$t('Magic links')"
:loading="true"
></card-element>
<card-element
v-for="redirect in redirects"
:key="redirect.uuid"
Expand Down

0 comments on commit ed6675c

Please sign in to comment.