gpui-component/crates/ui/src/dock
Jason Lee ffa36c1c5b input: Add focused_input, has_focused_input method to Root. #727
Add this to save current focused Input, this used to avoid some special keybinding conflict.

For example: `/` as ToggleSearch, if on this action, we can check is there `has_focused_input` to decide to ignore or handle action.

- dock: Rename toggle button visible method.
2025-03-21 17:34:32 +08:00
..
dock.rs dock: Fixed panels will lose height when dragged to minimum (#718) 2025-03-14 15:55:51 +08:00
invalid_panel.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
mod.rs input: Add focused_input, has_focused_input method to Root. #727 2025-03-21 17:34:32 +08:00
panel.rs panel: Add title_suffix to panel and write a custom container panel example. (#669) 2025-02-27 14:52:28 +08:00
stack_panel.rs chore: Upgrade for GPUI API changes. (#589) 2025-01-29 16:49:17 +08:00
state.rs panel: Add title_suffix to panel and write a custom container panel example. (#669) 2025-02-27 14:52:28 +08:00
tab_panel.rs dock: Support hide dock toggle buttons (#726) 2025-03-21 11:55:02 +08:00
tiles.rs tiles: Fix back panels flick when hover on top panel in tiles. (#708) 2025-03-11 19:56:50 +08:00