Skip to content

Commit

Permalink
Add skeleton loading for module configuration form
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Dec 13, 2023
1 parent 71e6b74 commit 236fc05
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@
<cv-row>
<cv-column>
<cv-tile light>
<cv-form @submit.prevent="configureModule">
<cv-skeleton-text
v-if="loading.getConfiguration || loading.configureModule"
heading
paragraph
:line-count="15"
width="80%"
></cv-skeleton-text>
<cv-form v-else @submit.prevent="configureModule">
<cv-text-input
:label="$t('settings.roundcubemail_fqdn')"
placeholder="roundcubemail.example.org"
Expand Down

0 comments on commit 236fc05

Please sign in to comment.