Skip to content

Commit 905f95e

Browse files
Add reminder to use @nextcloud/vue LoadingIcon
Signed-off-by: Marcel Robitaille <[email protected]>
1 parent f1b156b commit 905f95e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/SettingsDialog.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ export default {
283283
</script>
284284

285285
<style scoped>
286+
/* TODO: Use @nextcloud/vue LoadingIcon once we update to 7.0.0 and we won't
287+
* have to do this */
286288
.material-design-icon.loading-icon ::v-deep svg {
287289
animation: rotate var(--animation-duration, 0.8s) linear infinite;
288290
color: var(--color-loading-dark);

0 commit comments

Comments
 (0)