-
Notifications
You must be signed in to change notification settings - Fork 376
Expand Overview stories with empty, loading, and error states #3412
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
base: main
Are you sure you want to change the base?
Expand Overview stories with empty, loading, and error states #3412
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 1012Charan The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @1012Charan! |
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.
Thanks @1012Charan . Can you adapt the commit title to be more consistent with our current format:
frontend: Expand Overview stories with empty, loading, and error states
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.
Thanks @joaquimrocha, I've updated the commit message as suggested. Please let me know if anything else is needed.
0b42c67
to
752234f
Compare
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 solid, would be nice to have screenshots in the description for the new stories
Also good to rebase against main to pull the latest changes
Thanks for the suggestion @skoeva! I've updated this branch added the screenshots, but I noticed that all three states — Empty, Loading, and Error — look almost the same in Storybook. I’m not sure if that’s okay or if I might have missed something, so please let me know if any changes are needed! |
Adds 3 Storybook stories for the Overview component:
Screenshots for new stories :



EmptyState
LoadingState
ErrorState
Note: I noticed that the Empty, Loading, and Error states all look quite similar in Storybook — they seem to show the same fallback message or UI. I'm assuming this is expected because the Overview component handles these cases in a similar way with mock data, but please let me know if I might have missed something!