gpui-component/crates/story/src
Jason Lee ffa36c1c5b input: Add focused_input, has_focused_input method to Root. #727
Add this to save current focused Input, this used to avoid some special keybinding conflict.

For example: `/` as ToggleSearch, if on this action, we can check is there `has_focused_input` to decide to ignore or handle action.

- dock: Rename toggle button visible method.
2025-03-21 17:34:32 +08:00
..
fixtures svg_img: Embed the font file (#401) 2024-11-08 15:45:00 +08:00
accordion_story.rs button: Improve Button to support combine outline with other variants. (#714) 2025-03-12 11:57:25 +08:00
assets.rs tiles: Add Tiles (#435) 2024-12-16 20:33:14 +08:00
button_story.rs button: Improve Button to support combine outline with other variants. (#714) 2025-03-12 11:57:25 +08:00
calendar_story.rs calendar: Differentiate text color of disabled and non-current month (#668) 2025-02-27 11:14:28 +08:00
dropdown_story.rs Rename package from ui to gpui-component (#606) 2025-02-06 17:21:46 +08:00
form_story.rs color_picker: Add icon use icon as color picker button. (#711) 2025-03-11 21:14:14 +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 input: Add insert and replace method to Input. (#721) 2025-03-17 22:40:09 +08:00
lib.rs input: Add focused_input, has_focused_input method to Root. #727 2025-03-21 17:34:32 +08:00
list_story.rs chore: Update GPUI 2025/03/20 and fix spawn method. (#725) 2025-03-20 21:23:50 +08:00
main.rs input: Add focused_input, has_focused_input method to Root. #727 2025-03-21 17:34:32 +08:00
modal_story.rs input: Add focused_input, has_focused_input method to Root. #727 2025-03-21 17:34:32 +08:00
popup_story.rs menu: Fix min_w support to PopupMenu. (#705) 2025-03-11 13:41:41 +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 button: Improve Button to support combine outline with other variants. (#714) 2025-03-12 11:57:25 +08:00
sidebar_story.rs sidebar: Refactor Sidebar API to avoid map call will segmentation fault on release. (#628) 2025-02-14 17:18:39 +08:00
switch_story.rs checkbox: Add children to Radio, Checkbox to display long texts. (#724) 2025-03-20 19:12:48 +08:00
table_story.rs chore: Update GPUI 2025/03/20 and fix spawn method. (#725) 2025-03-20 21:23:50 +08:00
tabs_story.rs tab: Adjust underline tab style. (#720) 2025-03-17 21:50:39 +08:00
text_story.rs kdb: Add min width 20px to Kdb. (#700) 2025-03-10 17:12:43 +08:00
title_bar.rs color_picker: Add icon use icon as color picker button. (#711) 2025-03-11 21:14:14 +08:00
toggle_story.rs toggle: Add Toggle and ToggleGroup. (#691) 2025-03-06 19:10:28 +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