From 7ff73467b66c33c7e84ec16ece5bc459fb9d39e2 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 7 Jul 2026 14:42:23 +0000 Subject: [PATCH] Add chronological sort button for projects and tasks Sort projects by earliest task start date and reorder each project's tasks (and subtasks) by bar start date. Undated items sink to the bottom; order is persisted via the existing undo/save snapshot. Co-authored-by: Tanops --- index.html | 6 ++++++ src/app/main.js | 15 +++++++++++++++ tests/smoke.test.js | 1 + 3 files changed, 22 insertions(+) diff --git a/index.html b/index.html index dca73ca..8dd132d 100644 --- a/index.html +++ b/index.html @@ -708,6 +708,12 @@
+
+ +
Sorted by start date
+