-
Notifications
You must be signed in to change notification settings - Fork 357
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
fix: show -
for empty data in run table
#9871
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9871 +/- ##
==========================================
- Coverage 54.75% 50.61% -4.14%
==========================================
Files 1261 938 -323
Lines 156333 126990 -29343
Branches 3600 3599 -1
==========================================
- Hits 85604 64280 -21324
+ Misses 70598 62579 -8019
Partials 131 131
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
- Forked column doesn't have dashes
- I think it would look better if the dashes were centered in the column, if possible
- It doesn't make much sense to allow users to right click and copy the "value" of
-
for an empty column. That's confusing behavior and it would be better if the dash was display only.
fixed Screen.Recording.2024-08-30.at.11.01.23.PM.mov
it's difficult to make them centered.
fixed. removed copy button if data is empty. |
Couldn't you create a
And then you could just the following, which should fix both of the above problems:
|
@EmilyBonar thats a good idea. made some changes. |
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.
I feel like an empty column marker being centered is fairly standard, but I suppose it doesn't matter. This looks good, but should it be applied to the Searches table as well?
I think so. The ticket specifies run table, and i don't have enough capacities now. Made a ticket https://hpe-aiatscale.atlassian.net/browse/ET-749, so hope someone else can work on it. |
Ticket
ET-80
Related PR: determined-ai/hew#135
Description
Empty entries in the run table should contain a dash
Test Plan
-
in the run tableChecklist
docs/release-notes/
See Release Note for details.