feat: update dashboard view

This commit is contained in:
2026-07-16 02:05:36 +05:00
parent 1d1f11c3f8
commit bda6c6b2e0
14 changed files with 338 additions and 136 deletions
+1 -2
View File
@@ -30,5 +30,4 @@ export type DashboardOutboundMessage =
sortDirection: TaskSortDirection;
availableScopes: TaskScope[];
}
| { variant: "error"; error: AppError }
| { variant: "saved"; task: Task };
| { variant: "error"; error: AppError };