Update app to fetch and display tasks and labels from the server

Introduce useEffect to fetch tasks and labels on component mount, normalize date data, and implement task editing functionality in the modal.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: ceced2fc-aa46-458d-ba87-ddd4b7bb1518
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/659922a9-0087-461c-90dd-6d9a58b81d4d/ceced2fc-aa46-458d-ba87-ddd4b7bb1518/XZ04DPQ
This commit is contained in:
paul-nothaft
2025-10-23 11:29:42 +00:00
parent bcb43a0ae7
commit 8986785d9a
3 changed files with 255 additions and 25 deletions
+8
View File
@@ -18,10 +18,18 @@ externalPort = 80
localPort = 35345
externalPort = 3002
[[ports]]
localPort = 39063
externalPort = 3001
[[ports]]
localPort = 41353
externalPort = 3000
[[ports]]
localPort = 43181
externalPort = 4200
[[ports]]
localPort = 44261
externalPort = 3003