Commit 168b086
fix(dashboard): improve task filter wording to distinguish "No Task" from real tasks (#502)
Previously, the filter text showed "filtered by 1 task" when only "No Task"
was selected, which was confusing because it implied there was 1 real task.
Now the filter text clearly distinguishes:
- "unassigned only" - when only "No Task" is selected
- "filtered by X tasks" - when only real tasks are selected
- "filtered by X tasks + unassigned" - when both are selected
Before:
(filtered by 1 task) ← confusing, looks like there's a real task
After:
(unassigned only) ← clear, shows messages without task
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent c04370b commit 168b086
1 file changed
Lines changed: 20 additions & 6 deletions
Lines changed: 20 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | | - | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
740 | 754 | | |
741 | 755 | | |
742 | 756 | | |
| |||
0 commit comments