fix: sort thread list newest-first and differentiate status colors #192
Reference in New Issue
Block a user
Delete Branch "fix/191-dashboard-thread-sort"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Sort dashboard thread list in reverse chronological order and use distinct status label colors.
Why
Threads appeared in insertion order making it hard to find recent ones (#191). Completed and active status badges used the same muted color.
Changes
packages/workflow-dashboard/src/components/thread-list.tsx— sort threads bystartedAtdescending; completed uses green (0.7 opacity), active uses accent color (blue)Ref
Fixes #191