ZIm/crates/ui_input
Alex Shi 31b7786be7
Fix IndentGuides story (#32781)
This PR updates the `Model` to `Entity` also fixes the
`IndentGuidesStory`. In this
[commit](6fca1d2b0b),
`Entity<T>` replaces `View<T>`/`Model<T>`.

Other than this, I noticed the storybook fails on my MacOS and Ubuntu,
see error below

```
thread 'main' panicked at crates/gpui/src/colors.rs:99:15:
called `Result::unwrap()` on an `Err` value: no state of type gpui::colors::GlobalColors exists
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```

This was resolved by explicitly specifying `GlobalColors` in Storybook.

Release Notes:

- N/A
2025-07-01 15:43:39 +00:00
..
src Fix IndentGuides story (#32781) 2025-07-01 15:43:39 +00:00
Cargo.toml component: Replace linkme with inventory (#30705) 2025-05-14 23:29:11 +02:00
LICENSE-GPL Rename ui_text_field crate to ui_input (#13949) 2024-07-08 17:05:30 -04:00