-
Notifications
You must be signed in to change notification settings - Fork 23
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
Migrate NcModal
to NcDialog
#1239
Migrate NcModal
to NcDialog
#1239
Conversation
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.
Sorry for being picky, just a few things
adf2762
to
3bd4b7a
Compare
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.
Looks wonderful, great fixes :)
3bd4b7a
to
02fcb31
Compare
Took the liberty to rebase and push a small adjustment for the cypress selectors that read the heading of the modals so we can get this in :) |
02fcb31
to
873fd22
Compare
<NcModal v-if="showModal" size="large" @close="actionCancel"> | ||
<NcDialog v-if="showModal" | ||
:name="t('tables', 'Create column')" | ||
size="large" |
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.
Could we also pass the buttons to the actions slot? That should make them sticky at the bottom of the modal so they are not hidden behind scroll bars
873fd22
to
e3602a0
Compare
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
e3602a0
to
41148d0
Compare
Fixes #1213
Reviewers: please test
FileActionImport.vue
dialog, because i was not able to see it in UI