-
Couldn't load subscription status.
- Fork 885
Tracking: Manage changes dialog alignments #13271
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: master
Are you sure you want to change the base?
Conversation
a055206 to
92af29e
Compare
|
can we have visual test with some complex content ? |
-Fixed misalignment between ui-treeview-headers and ui-treeview-entries by setting consistent grid-template-columns -Apply progressive left padding using ch units to .ui-treeview-expander-column and .ui-treeview-icon-column based on aria-level for a consistent treeview Signed-off-by: Banobe Pascal <[email protected]> Change-Id: I2f01913f09f19485c3cab703b7a5d16ebcdd70e8
92af29e to
bcd9d2f
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.
Please add cypress visual test showing complex tree in that dialog with some expanded nodes
- Add visual regression test for the manage changes dialog treeview - Opens the dialog from the Review tab in notebookbar - Expands all tree view entries to show the complete change history - Captures a snapshot to detect visual regressions Signed-off-by: Banobe Pascal <[email protected]> Change-Id: Iff75345375e392ef9b6ea37aeb35ed9797233ed4
| } | ||
|
|
||
| #AcceptRejectChangesDialog .ui-treeview-headers { | ||
| grid-template-columns: 120px 120px 150px 130px; |
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.
isn't that a bit like "we delay the problem"? so when long enought comment appears in the table it will again cover some other column? :)
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.

Change-Id: I159dc6b28c5837bcc7820389546bd04ec532d768
Summary
-Fixed misalignment between ui-treeview-headers and ui-treeview-entries by setting consistent grid-template-columns
-Apply progressive left padding using ch units to .ui-treeview-expander-column and .ui-treeview-icon-column based on aria-level for a consistent treeview
PREVIEW
Checklist
make prettier-writeand formatted the code.make checkmake runand manually verified that everything looks okay