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

style(vue): replace css spinner by a built-in spinner of Nextcloud #887

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

acdmft
Copy link
Collaborator

@acdmft acdmft commented Jul 25, 2023

removed lds-ring class and corresponding styles and added NcLoadingIcon

removed lds-ring class and corresponding styles and added NcLoadingIcon
@@ -46,11 +45,13 @@ import showNotificationError from './services/Notifications/NotificationError.js
import { get, formatGroups, formatUsers } from './services/groupfoldersService.js'
import NcAppContent from '@nextcloud/vue/dist/Components/NcAppContent.js'
import NcAppContentDetails from '@nextcloud/vue/dist/Components/NcAppContentDetails.js'
import NcLoadingIcon from '@nextcloud/vue/dist/Components/NcLoadingIcon'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you replace it by `import NcLoadingIcon from '@nextcloud/vue/dist/Components/NcLoadingIcon.js' ?

It's very important for the linter.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's done

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks I will accept it tomorrow.
Good job !!! 😉

@acdmft acdmft self-assigned this Jul 27, 2023
@zak39 zak39 merged commit 008b3f4 into main Jul 28, 2023
@zak39 zak39 deleted the style/loading-ring branch July 28, 2023 15:58
zak39 added a commit that referenced this pull request Jul 28, 2023
I added the PR #887 (replace the loading icon) and #872 (import users
via csv file).

Signed-off-by: Baptiste Fotia <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants