-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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(home-screen): fixes for loading states, flicker issue, and reduction of api calls #11557
chore(home-screen): fixes for loading states, flicker issue, and reduction of api calls #11557
Conversation
Thanks for the fixes! Does this also fix the issue with the |
Yes! It does. There was a issue with the key |
2aad4f2
to
32fbcb1
Compare
Fixes #11588 |
Codecov Report
@@ Coverage Diff @@
## master #11557 +/- ##
==========================================
- Coverage 66.59% 61.97% -4.62%
==========================================
Files 876 878 +2
Lines 42146 42311 +165
Branches 3943 3968 +25
==========================================
- Hits 28066 26224 -1842
- Misses 13977 15906 +1929
- Partials 103 181 +78
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.
Looks like lots of improvements! There might be some minor syntactical nits, but I think we should merge as is... this makes things much better!
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.
…ction of api calls (apache#11557) * fixes for loading states, flicker issue, api calls * fix filter bug * add high res images * bug fixes for cards and face pile, change imgs to svgs, and address comments * update from comments * add stopprop * fix tests * add liscenses * remove unused type * fix types * add license * fix lint
SUMMARY
This Pr is a follow up for community suggestions for home page adding loading states, css updates and reduction of three api calls that are originally called in a batch call on page load.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
Updating units tests