-
Notifications
You must be signed in to change notification settings - Fork 17
Remove dialog header and duplicate title #257
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
base: main
Are you sure you want to change the base?
Conversation
If we have enough similar instances we should probably upstream these changes to the NcModal component, and provide a prop to hide the header there. Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
It looks nicer indeed. |
I have no way to test this yet because I don't have any model setup so I don't see these actions. Is it a regression from this pr @julien-nc? |
You can enable the "testing" app which contains some providers. Yes it is a regression. The close button can be clicked when building the main branch. |
Hmm, the reason is that the modal header div overlays the button, blocking it |
Yes it's mounted inside the smart picker modal (which contains nothing, it's a trick) to make sure it is displayed on top of it. |
Oh, so that's the header of the smart picker modal :) |
On which the assistant has no control 😞 |
Here you go @julien-nc, could you test with this? https://github.com/nextcloud-libraries/nextcloud-vue/pull/7036/files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The combination of this and the change in nextcloud/vue works fine. Thanks
requires https://github.com/nextcloud-libraries/nextcloud-vue/pull/7036/files
If we have enough similar instances we should probably upstream these changes to the NcModal component, and provide a prop to hide the header there.