You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AyushDharDubey , to solve this issue we can add a new state (loading state - isLoading) and manage it with React's useState, introducing these changes in the code this is how the website will work.
@AyushDharDubey sir i didn't find a need to change the return object of getTickets function, could you please tell me why do you think it needs to be changed and to what ?
When the home page is loading it currently shows that no tickets are found. Which can be misinterpreted by users.
Hence, add a spinning loading circle which instructs the users to wait for the tickets to be loaded.
Video of current experience -
Screencast from 2024-12-28 14-02-19.webm
The text was updated successfully, but these errors were encountered: