Integrate drag-and-drop task scheduling and time logging functionality

Refactors `TaskList` to `TasksWithCalendar` and introduces `TimeCompletionModal` to support drag-and-drop task scheduling onto a calendar view and prompt users to log time spent on completed tasks, offering both clock and manual input methods.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: ceced2fc-aa46-458d-ba87-ddd4b7bb1518
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/659922a9-0087-461c-90dd-6d9a58b81d4d/ceced2fc-aa46-458d-ba87-ddd4b7bb1518/sqJIbnU
This commit is contained in:
paul-nothaft
2025-09-11 09:40:31 +00:00
parent 28ad3f1535
commit edd02e0693
4 changed files with 619 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ localPort = 5000
externalPort = 80
[[ports]]
localPort = 38607
localPort = 39317
externalPort = 3000
[env]