-
Notifications
You must be signed in to change notification settings - Fork 59
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 Confirmation Buttons Overflow on Execution Table #368
Fix Confirmation Buttons Overflow on Execution Table #368
Conversation
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
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.
Thank you a lot for contributing! 🎉
I did a smoke test and it's definitely looks better now :)
Can you please sign off your PR, it is usually needed for open source contributions. Afterwards I would be able to merge in the changes.
To sign it -> run git rebase HEAD~1 --signoff
on your branch and then force push it to this PR.
Codecov Report
@@ Coverage Diff @@
## master #368 +/- ##
=======================================
Coverage 66.00% 66.00%
=======================================
Files 402 402
Lines 8964 8964
Branches 1580 1580
=======================================
Hits 5917 5917
Misses 3047 3047
Continue to review full report at Codecov.
|
… table Signed-off-by: Eugene Jahn <[email protected]>
a34dd42
to
8439351
Compare
Got it! Pushed! |
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, Thank you! 🚀
Congrats on merging your first pull request! 🎉 |
## [0.50.3](http://github.com/lyft/flyteconsole/compare/v0.50.2...v0.50.3) (2022-04-09) ### Bug Fixes * fixed the css to avoid overflow and add the duration back to the table ([#368](http://github.com/lyft/flyteconsole/issues/368)) ([55c63d2](http://github.com/lyft/flyteconsole/commit/55c63d2145b9faafade9132aec6db06cd632eb95)) * return back static assets folder ([#366](http://github.com/lyft/flyteconsole/issues/366)) ([067e61d](http://github.com/lyft/flyteconsole/commit/067e61d83c7b6e50378c13fb0616abf4614f1348))
🎉 This PR is included in version 0.50.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
In the execution table, the cancel button is overflowing, and half of the text can't be seen. Also, the duration data is not rendered.
what it looks like now.
Type
Are all requirements met?
Complete description
Added back the duration data to render in the row
Fixed the width for the Confirmation Buttons. Use % for width, so it won't overflow
Tracking Issue
fixes https://github.com/flyteorg/flyteconsole/issues/367
Follow-up issue