Skip to content
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

Feature/Handle Loading And Empty Data Message #464

Merged
merged 2 commits into from
Oct 6, 2023
Merged

Feature/Handle Loading And Empty Data Message #464

merged 2 commits into from
Oct 6, 2023

Commits on Oct 3, 2023

  1. Add Loading Spinner For Components In Explore Route

    - What: Add spinner when the 'Users', 'Blogs', 'CFT' components are loading
    - Why: Better user experience
    - How: Check the loading state property of each data and act accordingly
    ArkadiK94 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ba3a028 View commit details
    Browse the repository at this point in the history
  2. Add Data Not Found message

    -What: Notify users by message that an object data is not found of components in Explore Route
    -How: Make NotFound component get title and description by props
    -Why: Better User experience
    ArkadiK94 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4eb890a View commit details
    Browse the repository at this point in the history