Add offline caching and refine Live Activity

This commit is contained in:
2026-08-14 16:26:43 -04:00
parent fa3b9bf6a0
commit 31ae51cf9e
12 changed files with 392 additions and 21 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export default function DashboardScreen() {
return <LoadingScreen message="Loading home…" />;
}
if (statsQuery.error) {
if (statsQuery.error && !statsQuery.data) {
return (
<AppBackground>
<Screen>