-
Notifications
You must be signed in to change notification settings - Fork 14k
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
chore: Help user to find the input fields in the dataset editor #17824
chore: Help user to find the input fields in the dataset editor #17824
Conversation
…editor, deleted label in expanded Metrics tab
/testenv up |
@betodealmeida Ephemeral environment spinning up at http://52.27.90.65:8080. Credentials are |
Codecov Report
@@ Coverage Diff @@
## master #17824 +/- ##
==========================================
- Coverage 68.49% 66.79% -1.70%
==========================================
Files 1602 1608 +6
Lines 65350 64718 -632
Branches 6992 6863 -129
==========================================
- Hits 44760 43228 -1532
- Misses 18708 19625 +917
+ Partials 1882 1865 -17
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
So much better!
Looks great @lyndsiWilliams. Let's see if @yousoph or a designer have any feedback. Things look a little top aligned on the columns screen, but then the trashcan looks middle aligned for example, now that the row is deeper. |
Good call and I agree, maybe the "Sync columns from source" button can be moved to the bottom with the rest of the buttons to fix this? Although I'm not sure if it's important to keep that button at the top. |
@lyndsiWilliams Agree with @eschutho, let's vertically center align all the row elements. I think the "Sync columns from source" button should stay at the top, though, as there's already a lot of buttons at the bottom and will make it harder for the users to scan. |
@jess-dillard @eschutho Great feedback, thank you! I've vertically aligned the rows in the columns tab in |
Ephemeral environment shutdown and build artifacts deleted. |
…he#17824) * Updated fields in Metrics and Calculated Columns tabs inside dataset editor, deleted label in expanded Metrics tab * Fix tests * Vertically aligned rows in columns tab
…he#17824) * Updated fields in Metrics and Calculated Columns tabs inside dataset editor, deleted label in expanded Metrics tab * Fix tests * Vertically aligned rows in columns tab
SUMMARY
The following editable text areas are now more intuitive to their editable functionality:
I changed the
EditableTitle
components intoTextControl
/TextAreaControl
components where applicable. This leaves the input box borders showing at all times instead of just when the user clicks the area.BEFORE/AFTER SCREENSHOTS
BEFORE:
AFTER:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION