Commit 8e648e0
Fix folder search navigation and add visible filter status badge
Navigation fix (root causes, not workarounds):
- Same file + filter active: clear filter then navigateTo — no re-open
- File in another tab: switchToTab, clear any restored filter, navigateTo
- File not open: loadFile (clears filter on fresh open) then navigateTo
- Replaced goToLine (sync, no cache warming) with navigateTo (async,
pre-warms cache before scroll — eliminates blank-line flash)
Filter indicator:
- Status bar now shows a yellow "⊘ Filtered: N lines" pill when a filter
is active, with an × button to clear it immediately
- Replaces the subtle "(N filtered)" text that was easy to miss
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2b2268b commit 8e648e0
3 files changed
Lines changed: 58 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
684 | | - | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
685 | 691 | | |
686 | 692 | | |
687 | 693 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4742 | 4742 | | |
4743 | 4743 | | |
4744 | 4744 | | |
4745 | | - | |
4746 | | - | |
4747 | | - | |
4748 | | - | |
4749 | | - | |
4750 | | - | |
4751 | | - | |
4752 | | - | |
4753 | | - | |
| 4745 | + | |
| 4746 | + | |
| 4747 | + | |
| 4748 | + | |
| 4749 | + | |
| 4750 | + | |
| 4751 | + | |
| 4752 | + | |
| 4753 | + | |
4754 | 4754 | | |
| 4755 | + | |
| 4756 | + | |
| 4757 | + | |
| 4758 | + | |
| 4759 | + | |
| 4760 | + | |
| 4761 | + | |
| 4762 | + | |
| 4763 | + | |
| 4764 | + | |
| 4765 | + | |
| 4766 | + | |
| 4767 | + | |
4755 | 4768 | | |
4756 | 4769 | | |
4757 | 4770 | | |
| |||
14003 | 14016 | | |
14004 | 14017 | | |
14005 | 14018 | | |
| 14019 | + | |
14006 | 14020 | | |
14007 | 14021 | | |
14008 | 14022 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2586 | 2586 | | |
2587 | 2587 | | |
2588 | 2588 | | |
| 2589 | + | |
| 2590 | + | |
| 2591 | + | |
| 2592 | + | |
| 2593 | + | |
| 2594 | + | |
| 2595 | + | |
| 2596 | + | |
| 2597 | + | |
| 2598 | + | |
| 2599 | + | |
| 2600 | + | |
| 2601 | + | |
| 2602 | + | |
| 2603 | + | |
| 2604 | + | |
| 2605 | + | |
| 2606 | + | |
| 2607 | + | |
| 2608 | + | |
| 2609 | + | |
| 2610 | + | |
| 2611 | + | |
| 2612 | + | |
| 2613 | + | |
| 2614 | + | |
| 2615 | + | |
| 2616 | + | |
2589 | 2617 | | |
2590 | 2618 | | |
2591 | 2619 | | |
| |||
0 commit comments