zerobyte/app/routes/(dashboard)/repositories
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
..
$repositoryId fix: lazy load repository stats on-demand 2026-03-04 22:01:54 +07:00
create.tsx refactor: add error components at page level 2026-02-28 17:05:27 +01:00
index.tsx refactor: react-router -> tanstack start (#498) 2026-02-11 21:41:06 +01:00