Skip to content

fix: Show active tasks list on Dashboard when day is in progress#129

Merged
AdamJ merged 4 commits into
mainfrom
claude/show-active-tasks-dashboard-7HLKa
May 15, 2026
Merged

fix: Show active tasks list on Dashboard when day is in progress#129
AdamJ merged 4 commits into
mainfrom
claude/show-active-tasks-dashboard-7HLKa

Conversation

@AdamJ
Copy link
Copy Markdown
Owner

@AdamJ AdamJ commented May 15, 2026

Replaces the "N tasks tracked today" count card with a full TaskItem
list so users can see task details, active status, and duration without
navigating to the Tasks page. The "Add Task" button still routes to
/tasks where the NewTaskForm lives.

https://claude.ai/code/session_01Az2638DrX4j3RrixD4yz6Y

Replaces the "N tasks tracked today" count card with a full TaskItem
list so users can see task details, active status, and duration without
navigating to the Tasks page. The "Add Task" button still routes to
/tasks where the NewTaskForm lives.

https://claude.ai/code/session_01Az2638DrX4j3RrixD4yz6Y
@AdamJ AdamJ changed the title Show active tasks list on Dashboard when day is in progress fix: Show active tasks list on Dashboard when day is in progress May 15, 2026
When a day is started but no tasks have been added, the Dashboard now
renders the NewTaskForm (defaultOpen) inline so the user can start their
first task immediately without clicking through to the Tasks page.

https://claude.ai/code/session_01Az2638DrX4j3RrixD4yz6Y
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 15, 2026

Deploying timetrackerpro with  Cloudflare Pages  Cloudflare Pages

Latest commit: ae790e9
Status: ✅  Deploy successful!
Preview URL: https://0832272b.timetrackerpro.pages.dev
Branch Preview URL: https://claude-show-active-tasks-das.timetrackerpro.pages.dev

View logs

claude added 2 commits May 15, 2026 04:04
Removed the navigate("/tasks") call from handleStartDayWithDateTime so
the user remains on the Dashboard where the NewTaskForm is rendered
inline when no tasks exist yet.

https://claude.ai/code/session_01Az2638DrX4j3RrixD4yz6Y
The "Add Task" button in the Day In Progress card now toggles a
showAddTaskForm flag, rendering NewTaskForm inline below the card.
After submission the form is dismissed. The form also auto-opens when
no tasks exist yet (existing behaviour).

https://claude.ai/code/session_01Az2638DrX4j3RrixD4yz6Y
@AdamJ AdamJ merged commit c250891 into main May 15, 2026
1 check passed
@AdamJ AdamJ deleted the claude/show-active-tasks-dashboard-7HLKa branch May 15, 2026 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants