-
Notifications
You must be signed in to change notification settings - Fork 14k
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: better styling alerts/reports modal #24558
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24558 +/- ##
===========================================
+ Coverage 55.26% 69.08% +13.81%
===========================================
Files 1906 1906
Lines 74157 74156 -1
Branches 8161 8161
===========================================
+ Hits 40985 51232 +10247
+ Misses 31053 20805 -10248
Partials 2119 2119
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 327 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -17,14 +17,14 @@ | |||
"""update_tag_model_w_description | |||
|
|||
Revision ID: 240d23c7f86f | |||
Revises: 6fbe660cac39 | |||
Revises: 8e5b0fb85b9a |
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.
What's this fixing?
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.
We currently have 2 heads in Alembic, this chains the 2 (independent heads) so there's just one.
SUMMARY
Improve styling of the alerts/reports modal.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION