-
Notifications
You must be signed in to change notification settings - Fork 91
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
Missing close icon for modals #2130
Comments
We should check if this is still an issue now that |
I just tested shared folders when reviewing something else - and indeed the bug is still there on latest Nextcloud 24 with latest Text 😢 |
I think the close button it is missing everywhere (whenever a modal is opened after the 5.0 upgrade) |
@vinicius73 Looked into that at nextcloud-libraries/nextcloud-vue#2529 Possible fix is waiting for a review in nextcloud-libraries/nextcloud-vue#2532 |
This got fixed in @nextcloud/vue 5.1.1, which we're using since 9f8bfc9. |
The close icon of all our modals is missing since we upgraded to
vue-material-design-icons
5.0.0.After some debugging it seems like the icon slot of ActionButton, as used by the
@nextcloud/vuejs
Modal component, is empty for some reason.Downgrading
vue-material-design-icons
to 4.12.0 brings back the Close icon, but I honestly don't understand what's happening there.The text was updated successfully, but these errors were encountered: