-
Notifications
You must be signed in to change notification settings - Fork 29
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
enhancement: UI fixes for create/edit row dialogs #1621
base: main
Are you sure you want to change the base?
Conversation
87dccc5
to
531cad1
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.
reverts a change that was purposefully done recently
src/modules/modals/EditRow.vue
Outdated
@@ -6,7 +6,7 @@ | |||
<NcDialog v-if="showModal" | |||
data-cy="editRowModal" | |||
:name="t('tables', 'Edit row')" | |||
size="large" | |||
size="normal" |
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.
That was done intentionally in #1611
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 rich text editor looks weird though. If we're keeping this size, then we change the "Create row" modal size too for consistency
Adding @marcoambrosini for review. Maybe the size of the modals need a discussion. Or maybe expand/narrow buttons, maybe remembering users preference (in browser). |
Please remember to add labels |
We talked about this in our 1on1 with @enjeck, I think it's fine to keep size large for all these dialogs |
Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
531cad1
to
814f3a1
Compare
Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
Add labels where? The dialogs themselves already have the |
Before
After
Before
After