The 'Your storage' footprint used a one-shot query, refetched only at enqueue time — when the job is still queued (0 bytes) and the file lands asynchronously via the worker. So the footprint stayed stale (0 B) until a manual reload. Switch the UsageBar to useLiveQuery(2s), like the library list, so the footprint updates in lockstep the moment a clip/download completes (and after a delete). |
||
|---|---|---|
| .. | ||
| public/welcome | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||