-
Notifications
You must be signed in to change notification settings - Fork 48
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
Empty states for Overview page #467
Empty states for Overview page #467
Conversation
…command for jest test Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #467 +/- ##
==========================================
- Coverage 35.36% 35.21% -0.15%
==========================================
Files 116 116
Lines 3133 3149 +16
Branches 492 501 +9
==========================================
+ Hits 1108 1109 +1
- Misses 1905 1920 +15
Partials 120 120
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
* added empty state UX for overview summary vis; added snapshot update command for jest test Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated sort direction for overview widgets Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated empty states for all widgets Signed-off-by: Amardeepsingh Siglani <[email protected]> * refactored component Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit a88c791)
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.5 2.5
# Navigate to the new working tree
cd .worktrees/backport-2.5
# Create a new branch
git switch --create backport/backport-467-to-2.5
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 a88c79176a33e9ee93aad718ca8d4a6f18b8f80a
# Push it to GitHub
git push --set-upstream origin backport/backport-467-to-2.5
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.5 Then, create a pull request where the |
* added empty state UX for overview summary vis; added snapshot update command for jest test Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated sort direction for overview widgets Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated empty states for all widgets Signed-off-by: Amardeepsingh Siglani <[email protected]> * refactored component Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit a88c791)
* added empty state UX for overview summary vis; added snapshot update command for jest test Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated sort direction for overview widgets Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated empty states for all widgets Signed-off-by: Amardeepsingh Siglani <[email protected]> * refactored component Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit a88c791) Co-authored-by: Amardeepsingh Siglani <[email protected]>
* added empty state UX for overview summary vis; added snapshot update command for jest test Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated sort direction for overview widgets Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated empty states for all widgets Signed-off-by: Amardeepsingh Siglani <[email protected]> * refactored component Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit a88c791) Co-authored-by: Amardeepsingh Siglani <[email protected]>
…roject#476) * added empty state UX for overview summary vis; added snapshot update command for jest test Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated sort direction for overview widgets Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated empty states for all widgets Signed-off-by: Amardeepsingh Siglani <[email protected]> * refactored component Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit a88c791) Co-authored-by: Amardeepsingh Siglani <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
Description
This PR makes following changes to the Overview page:
Issues Resolved
#464
Output screenshot
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.