You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make escape key clear filters one layer at a time (#111)
## Summary
- When both hide-addressed and project filter are active, escape now
clears only the project filter first
- Pressing escape again clears the hide-addressed filter
- Fixes visual flash where "No jobs matching filters" briefly appeared
while loading after clearing a filter - now shows "Loading..." instead
## Test plan
- [x] Enable hide-addressed filter (`h`)
- [x] Apply a project filter (`f` → select repo)
- [x] Press escape → verify only project filter clears, hide-addressed
remains active
- [x] Press escape again → verify hide-addressed clears
- [x] Verify no "No jobs matching filters" flash during filter clearing
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments