-
Notifications
You must be signed in to change notification settings - Fork 356
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: TrialsComparisonModal style fixes [WEB-1919] [WEB-1909] #8674
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #8674 +/- ##
==========================================
- Coverage 51.51% 47.32% -4.19%
==========================================
Files 887 570 -317
Lines 156209 117679 -38530
Branches 2088 2088
==========================================
- Hits 80466 55693 -24773
+ Misses 74250 60493 -13757
Partials 1493 1493
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
minor bug
the x
button's z-index value looks incorrect
Screen.Recording.2024-01-16.at.8.55.51.AM.mov
af8e559
to
90483f2
Compare
@keita-determined good catch! I selected more experiments in Uncategorized so that the issue would be visible. Then I added a z-index css rule to the top-left table header (adding z-index to the button did not help) |
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.
one more little thing: header z-index should be bigger than dropdown
Screen.Recording.2024-01-16.at.11.10.25.AM.mov
also X
button in the header doesnt do anything.
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.
LGTM
4e013f5
to
be17113
Compare
be17113
to
1b9438d
Compare
Description
Addresses an Antd / UI Kit ticket, plus a bug ticket, around the
TrialsComparisonModal
antd.Tag
withRow
containingLabel
and close icon buttoncolSpan
to cover multiple experiments or multiple trialIds (+1 to include original column)As used in multi-trial experiment trials table:
As used in the experiments Glide Table:
Test Plan
Open a multi-trial experiment such as
/det/experiments/1290/trials
. Check to select multiple trial rows. In the action menu, select Compare trials to open the modalOpen a project such as
/det/projects/1/experiments
. Check multiple successful / completed experiments which can be compared.Open the Compare section using the button at top right of the table.
In the Compare section, click the Details tab to see the table as used here
Checklist
docs/release-notes/
.See Release Note for details.