Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add reminder to use @nextcloud/vue LoadingIcon
Signed-off-by: Marcel Robitaille <[email protected]>
  • Loading branch information
MarcelRobitaille committed Nov 30, 2022
commit 749e558c8c74e280fae60b15db4f8a9412e08aa4
2 changes: 2 additions & 0 deletions src/components/SettingsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ export default {
</script>

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