feat: Implement Elegant "No Data Found" Empty States for Admin Dashboard Live Activity#476
Conversation
…n dashboard live activity
|
Hi @Nsanjayboruds , I have successfully resolved this issue! I created a highly reusable and responsive Please review it at your convenience. Thank you! |
|
@DeepeshKafalatiya FIX THE FRONTEND LINT |
|
Hi @Nsanjayboruds, I have fixed the linting error by removing the unused The Lint check is now passing successfully. Could you please take a look and merge the PR when you are free? Thank you! |
|
@DeepeshKafalatiya please star the repo |
|
@Nsanjayboruds done I star the repo. |
Pull Request
Summary
Implements a clean, responsive, and reusable
EmptyStateUI component designed with Tailwind CSS to gracefully handle scenarios when database arrays or socket streams are empty.Description
EmptyState.jsxcomponent to the admin dashboard components structure.Home.jsxto swap out the basic, static"Waiting for user activity..."text with the newly created<EmptyState />component whenever the live socket activity stream is empty.Related Issue
Fixes #469
Type of Change
Checklist