feat(FN-4415): revert todo aging indicator from FN-4316

Reverts the FN-4316 todo aging indicator feature, removing the `TodoAgingSummary` component and its CSS, the `todoAging` utility, all associated tests, and the corresponding documentation. The revert is accompanied by a changeset confirming the patch-level reversal.

Fusion-Task-Id: FN-4415
This commit is contained in:
Fusion
2026-05-13 19:18:58 -07:00
committed by gsxdsm
parent ab4df2a72f
commit f790436c95
10 changed files with 15 additions and 488 deletions

View File

@@ -1,8 +0,0 @@
---
"@runfusion/fusion": minor
---
Add a Todo aging indicator on the board. The Todo column header now shows
per-bucket counts (07d, 830d, 31+d) derived from `columnMovedAt`
(falling back to `createdAt`, then `updatedAt`). Clicking a bucket filters
the Todo column to that bucket; clicking it again clears the filter.

View File

@@ -0,0 +1,8 @@
---
"@runfusion/fusion": patch
---
Revert the Todo aging indicator added in FN-4316. The Todo column header
no longer shows age-bucket counts or supports click-to-filter by bucket;
Column rendering and pagination behave exactly as they did before
FN-4316.