gpui-component/crates/story
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
..
examples gallery: Redesign the gallery. (#797) 2025-04-17 17:12:48 +08:00
src input: Update Input text method to return &SharedString type. (#800) 2025-04-17 19:52:14 +08:00
Cargo.toml gallery: Redesign the gallery. (#797) 2025-04-17 17:12:48 +08:00