gpui-component/crates/story
Jason Lee 9aa593ce0b
chore: Apply Styled to elements to support flexable style refinement. (#1005)
## Break Changes

- date_picker, dropdown: Removed `width` method, use `w`, `w_full`
instead.

    ```diff
    - .width(px(100.))
    + .w(px(100.))
    ```

- calendar: Removed `bordered` method, use `border` method from GPUI
instead.

    ```diff
    - .bordered(false)
    + .border_0()
    ```
2025-06-24 18:56:35 +08:00
..
examples chore: Fix button example so that it scrolls in the y direction (#999) 2025-06-24 11:54:51 +08:00
src chore: Apply Styled to elements to support flexable style refinement. (#1005) 2025-06-24 18:56:35 +08:00
Cargo.toml code-editor: Update CodeEditor to support external language. (#928) 2025-06-09 14:27:33 +08:00