gpui-component/crates/story/examples
Jason Lee 8fa210bc21
text_view: Update Switch, Checkbox, Radio to let label method support TextView. (#649)
- Add `style` method to TextView.
- Add `inline` method to TextView to use default inline style.
2025-02-24 15:49:54 +08:00
..
html.html text: Add TextView with Markdown and Simple HTML support. (#639) 2025-02-20 20:08:59 +08:00
html.rs text_view: Refactor TextView to RenderOnce to easy usage. (#647) 2025-02-24 14:13:50 +08:00
input.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
list.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
markdown.md text: Add TextView with Markdown and Simple HTML support. (#639) 2025-02-20 20:08:59 +08:00
markdown.rs text_view: Refactor TextView to RenderOnce to easy usage. (#647) 2025-02-24 14:13:50 +08:00
modal.rs example: Add modal example. (#625) 2025-02-14 14:44:26 +08:00
scrollable.rs theme: Add to support always show scrollbar mode and default to match with system style. (#621) 2025-02-12 15:15:33 +08:00
sidebar.rs sidebar: Fix sidebar example and add right side example. (#626) 2025-02-14 15:06:37 +08:00
switch.rs text_view: Update Switch, Checkbox, Radio to let label method support TextView. (#649) 2025-02-24 15:49:54 +08:00
table.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
text.rs label: Avoid String alloc and remove custom text-align. (#616) 2025-02-11 10:30:45 +08:00
tiles.rs dock: Add drag drop event for tiles (#640) 2025-02-19 22:20:48 +08:00
webview.rs webview: Let webview as a feature and not default enable. (#648) 2025-02-24 14:24:22 +08:00