ts fixes from reorg + unit test work
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 59s

This commit is contained in:
2025-11-25 15:22:23 -08:00
parent f49d15e449
commit 98a29b17d1
13 changed files with 91 additions and 51 deletions

View File

@@ -54,7 +54,7 @@ export const AdminStatsPage: React.FC = () => {
<p className="text-gray-500 dark:text-gray-400">A high-level overview of key application metrics.</p>
</div>
{isLoading && <div className="flex justify-center items-center h-64"><LoadingSpinner /></div>}
{isLoading && <div role="status" aria-label="Loading stats" className="flex justify-center items-center h-64"><LoadingSpinner /></div>}
{error && <div className="text-red-500 bg-red-100 dark:bg-red-900/20 p-4 rounded-lg">{error}</div>}
{stats && !isLoading && !error && (