gpui-component/crates/ui/src/list
Jason Lee 413d156ef4
input: Update Input text method to return &SharedString type. (#800)
## Break Changes

- input: Now the `text` method `Input` changed return type from
`SharedString` to `&SharedString`.
- list: Remove `set_query` and `query` method from `List`, you can use
`query_input` to instead.
2025-04-17 19:52:14 +08:00
..
list.rs input: Update Input text method to return &SharedString type. (#800) 2025-04-17 19:52:14 +08:00
list_item.rs Use normal cursor for buttons. (#760) 2025-04-01 17:59:27 +08:00
loading.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
mod.rs list, table: Add default loading animation to List and Table. (#546) 2025-01-14 11:36:33 +08:00