mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 05:02:14 +00:00
Tree selector improvements: active line highlight and tool filter
- Add inverse background highlight for selected/active line - Add 'no-tools' filter mode to hide tool results - Add isShiftCtrlO to cycle filters backwards - Filter order: default → no-tools → user-only → labeled-only → all
This commit is contained in:
parent
04ce66951e
commit
e4df5d14b5
3 changed files with 28 additions and 4 deletions
|
|
@ -51,6 +51,7 @@ export {
|
|||
isEscape,
|
||||
isHome,
|
||||
isShiftCtrlD,
|
||||
isShiftCtrlO,
|
||||
isShiftCtrlP,
|
||||
isShiftEnter,
|
||||
isShiftTab,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue