feat(ui): reconcile backup UI changes with current routing and interaction features

This commit is contained in:
Dotta
2026-03-02 16:44:03 -06:00
parent 83be94361c
commit 8ee063c4e5
69 changed files with 1591 additions and 666 deletions

View File

@@ -273,7 +273,7 @@ export function NewGoalDialog() {
disabled={!title.trim() || createGoal.isPending}
onClick={handleSubmit}
>
{createGoal.isPending ? "Creating..." : newGoalDefaults.parentId ? "Create sub-goal" : "Create goal"}
{createGoal.isPending ? "Creating" : newGoalDefaults.parentId ? "Create sub-goal" : "Create goal"}
</Button>
</div>
</DialogContent>