Improve dashboard prefetching and analytics charts
All checks were successful
Build Frontend / build (push) Successful in 1m14s

Removed dashboard prefetching from the login page to avoid unnecessary middleware redirects for unauthenticated users. Added delayed prefetching of dashboard routes after initial load for better navigation performance. Updated AdminAnalytics to use AreaChart instead of BarChart for daily metrics, improving visual clarity. Enhanced middleware to allow prefetch requests through without redirecting to login, supporting better caching and navigation.
This commit is contained in:
g
2026-01-13 05:49:14 +00:00
parent 4c15f433d9
commit a07ca55a1e
5 changed files with 132 additions and 58 deletions

View File

@@ -1,4 +1,4 @@
{
"commitHash": "a6e6cd0",
"buildTime": "2026-01-13T04:57:00.870Z"
"commitHash": "4c15f43",
"buildTime": "2026-01-13T05:27:43.269Z"
}