gpui-component/crates/story/src
Jason Lee a5db381ef4
chore: Upgrade GPUI 2025/02/10 (#610)
- Replace `Window::parent_view_id()` with `Window::current_view()`
https://github.com/zed-industries/zed/pull/24212
- Fix SvgImg crash by move `use_asset` to `request_layout`.
- Fix Input to implement `character_index_for_point` method
https://github.com/zed-industries/zed/pull/23989
- Fix Input IME position to under the cursor line.
  <img width="504" alt="image"
src="https://github.com/user-attachments/assets/8a6f56c8-6aae-4c0c-8c5a-3959d6a9d224"
/>
- Fix Input overflow sub crash.
2025-02-10 11:53:25 +08:00
..
fixtures svg_img: Embed the font file (#401) 2024-11-08 15:45:00 +08:00
accordion_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
assets.rs tiles: Add Tiles (#435) 2024-12-16 20:33:14 +08:00
button_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
calendar_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
dropdown_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
form_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
icon_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
image_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
input_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
lib.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
list_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
main.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
modal_story.rs chore: Upgrade GPUI 2025/02/10 (#610) 2025-02-10 11:53:25 +08:00
popup_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
progress_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
resizable_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
scrollable_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
sidebar_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
switch_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
table_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
text_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
title_bar.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
tooltip_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
webview_story.rs chore: Upgrade GPUI 2025/02/10 (#610) 2025-02-10 11:53:25 +08:00