zerobyte/app/routes
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
..
(auth) refactor: add error components at page level 2026-02-28 17:05:27 +01:00
(dashboard) fix: lazy load repository stats on-demand 2026-03-04 22:01:54 +07:00
__root.tsx refactor: ensure server preloading 2026-03-02 21:13:32 +01:00
api.$.ts feat: OIDC (#564) 2026-02-27 23:13:54 +01:00
index.tsx refactor: add error components at page level 2026-02-28 17:05:27 +01:00