Commit 9378fce
feat(ui): fuzzy column finder with
Press `/` to open a centered overlay that fuzzy-filters all columns
in the current tab. Matched characters are highlighted in accent color.
Typing narrows the list; up/down navigates; enter jumps (auto-unhides
hidden columns); esc cancels. Blocked on dashboard where no table is
visible. 26 new tests.
Co-authored-by: Cursor <cursoragent@cursor.com>/ in Nav mode1 parent 3c8b7d5 commit 9378fce
File tree
7 files changed
+816
-5
lines changed- docs/content
- guide
- reference
- internal/app
7 files changed
+816
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
885 | 885 | | |
886 | 886 | | |
887 | 887 | | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
888 | 904 | | |
889 | 905 | | |
890 | 906 | | |
| |||
1062 | 1078 | | |
1063 | 1079 | | |
1064 | 1080 | | |
| 1081 | + | |
1065 | 1082 | | |
1066 | 1083 | | |
1067 | 1084 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments