-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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: Change chart_is_fav to chart_is_favorite #12075
chore: Change chart_is_fav to chart_is_favorite #12075
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12075 +/- ##
==========================================
- Coverage 66.31% 63.90% -2.42%
==========================================
Files 994 484 -510
Lines 49033 29759 -19274
Branches 4977 0 -4977
==========================================
- Hits 32515 19016 -13499
+ Misses 16373 10743 -5630
+ Partials 145 0 -145
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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 should probably update instances of this filter in the frontend too, so we don't break any pages between commits.
what other instances on the front-end are there? |
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. @nytai I'm not seeing any other instances of this either... are we missing something?
Oh never mind, I thought you were doing |
Converting to draft, awaiting merge of #12060 first. |
@nikolagigic Maybe you want to give the same treatment to |
will do |
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
SUMMARY
Change chart_is_fav to chart_is_favorite
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION