gpui-component/crates/ui/src/table
Jason Lee 5e504d10bb
chore: Refactor tab key to switch focus. (#991)
Wait https://github.com/zed-industries/zed/pull/33008,
https://github.com/zed-industries/zed/pull/34804 to merge.


https://github.com/user-attachments/assets/3c21ebc9-44a0-4311-bb0f-5f63fe8d4bb3

- Improved `focus_ring` to render like an outline.
- Added to support press `Enter`, `Space` key to trigger Checkbox,
Button, Radio.

## Break Changes

- The `FocusableExt` has been changed to only for crate internal.
- The `FocusableCycle` has been removed, now GPUI has it own tab stop
implementation.
2025-09-29 16:48:24 +08:00
..
column.rs table: Refactor the Table API for describe the columns. (#1072) 2025-07-21 11:16:35 +08:00
delegate.rs list: Refactor List, Dropdown delegate API to support section. (#1107) 2025-08-05 19:23:32 +08:00
loading.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
mod.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00