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:
@@ -1,8 +0,0 @@
|
||||
---
|
||||
"@runfusion/fusion": minor
|
||||
---
|
||||
|
||||
Add a Todo aging indicator on the board. The Todo column header now shows
|
||||
per-bucket counts (0–7d, 8–30d, 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.
|
||||
8
.changeset/fn-4415-revert-todo-aging-indicator.md
Normal file
8
.changeset/fn-4415-revert-todo-aging-indicator.md
Normal 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.
|
||||
Reference in New Issue
Block a user