- Added pagination support for guest fetching in the admin dashboard, enhancing performance with large datasets.
- Updated API endpoints to handle pagination parameters and return structured responses with total counts and pagination info.
- Improved error handling for non-JSON responses and JSON parsing errors in the admin content.
- Refactored admin layout to utilize shared stats context, reducing redundant API calls and improving data consistency.
- Implemented dynamic imports for heavy components in the admin dashboard to optimize loading times.