-
Notifications
You must be signed in to change notification settings - Fork 6k
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][Dashboard] Fix Place Group Table table cells overflow #47323
[Fix][Dashboard] Fix Place Group Table table cells overflow #47323
Conversation
@kevin85421 PTAL |
e2c0099
to
320d8df
Compare
@alanwguo would you mind taking a look? Thanks! |
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.
Thanks for the fix. The approach looks good.
@scottsun94 , can you review the UX design?
overflow: "hidden", | ||
textOverflow: "ellipsis", | ||
width: "100%", | ||
whiteSpace: "nowrap", |
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.
this rowStyles is it used by multiple tables? Have you verified if other tables don't break their layout due to this change?
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.
2fd994d
to
e5ac7f4
Compare
@scottsun94 I've updated the design. See the following video for details. pr47323.mp4 |
@MortalHappiness Cool. LGTM. Thanks! |
cc @alanwguo does the code change look good to you? |
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.
thanks, lgtm!
Closes: ray-project#47315 Signed-off-by: Chi-Sheng Liu <[email protected]>
Closes: ray-project#47315 Signed-off-by: Chi-Sheng Liu <[email protected]>
Closes: ray-project#47315 Signed-off-by: Chi-Sheng Liu <[email protected]>
e5ac7f4
to
c645923
Compare
…ect#47323) Signed-off-by: Chi-Sheng Liu <[email protected]>
…ect#47323) Signed-off-by: Chi-Sheng Liu <[email protected]> Signed-off-by: mohitjain2504 <[email protected]>
Why are these changes needed?
See the description in the corresponding issue for details.
In this PR, the ID will never be cut, and the bundles will display differently according to the array length.
Before:
After:
-
)Related issue number
Closes: #47315
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.