-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
When the agent list page loads, there is a brief blank screen before data appears. Adding a skeleton loading state would improve the user experience.
What to do
- Create a skeleton component in
frontend/src/components/ - Show the skeleton in the agent list page while data is loading
- Match the existing dark theme style
Resources
- Agent list page:
frontend/src/pages/ - Styles:
frontend/src/index.css - Data fetching uses TanStack React Query (
useQuerywithisLoadingstate)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers