zerobyte/app/routes/(dashboard)
theluckystrike 3484d063c8 fix: lazy load repository stats on-demand
The repositories page was eagerly fetching restic stats on every page load,
which causes high CPU/Memory usage for large repositories (especially multi-TB
Backblaze repos). This fix removes the eager loading from the route loader,
so stats are now fetched on-demand by the frontend component instead.

This resolves the issue where:
- Loading the repository page would trigger restic stats immediately
- Refreshing the page would trigger additional calls to restic stats
- Resource consumption would ramp up significantly

Fixes #614
2026-03-04 22:01:54 +07:00
..
admin refactor: add error components at page level 2026-02-28 17:05:27 +01:00
backups refactor: ensure server preloading 2026-03-02 21:13:32 +01:00
notifications refactor: add error components at page level 2026-02-28 17:05:27 +01:00
repositories fix: lazy load repository stats on-demand 2026-03-04 22:01:54 +07:00
settings fix(sso): prevent auto-linking with an existing account in a different org (#607) 2026-03-03 20:27:50 +01:00
volumes refactor: add error components at page level 2026-02-28 17:05:27 +01:00
route.tsx refactor: ensure server preloading 2026-03-02 21:13:32 +01:00