gpui-component/crates/ui/src/list
Jason Lee 8d37716b88
list: Export query_input for support update the default Query Input. (#794)
## Break Change

- Updated `set_placeholder` and `set_pattern` method to add `window` and
`cx` argument.

    ```diff
- fn set_placeholder(&mut self, placeholder: impl Into<SharedString>)
+ fn set_placeholder(&mut self, placeholder: impl Into<SharedString>, _:
&Window, cx: &mut Context<Self>)

    - fn set_pattern(&mut self, pattern: regex::Regex)
+ fn set_pattern(&mut self, pattern: regex::Regex, window: &mut Window,
cx: &mut Context<Self>)
    ```
2025-04-15 20:36:04 +08:00
..
list.rs list: Export query_input for support update the default Query Input. (#794) 2025-04-15 20:36:04 +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