gpui-component/crates/ui/src
Jason Lee e75c37a1ac
chore: Update List, Tree, Kbd exports. (#1467)
## Break Change

- Removed `Kbd` from root export, use `gpui_component::kbd::Kbd`
instead.
- Removed `List` from root export, use `gpui_component::list::*`
instead.
- Removed `Tree` from root export, use `gpui_component::tree:*` instead.
2025-10-30 07:19:39 +00:00
..
avatar theme: Improve theme color fallbacks based on base colors. (#1069) 2025-07-17 11:43:40 +08:00
button chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
chart chart(bar): Fix the label is not centered (#1448) 2025-10-28 16:53:42 +08:00
dock resizable: Simplify Resizable API. (#1459) 2025-10-29 23:01:05 +08:00
highlighter highlighter: Make SyntaxHighlighter::styles method public for external use (#1415) 2025-10-23 10:34:13 +08:00
input chore: Keep spawn task on it owner. (#1456) 2025-10-29 19:11:49 +08:00
list chore: Update List, Tree, Kbd exports. (#1467) 2025-10-30 07:19:39 +00:00
menu chore: Update List, Tree, Kbd exports. (#1467) 2025-10-30 07:19:39 +00:00
plot chart(pie): Support dynamic inner and outer radius (#1444) 2025-10-28 13:53:28 +08:00
resizable resizable: Simplify Resizable API. (#1459) 2025-10-29 23:01:05 +08:00
scroll theme: Export more theme options for schema. (#1442) 2025-10-28 03:28:18 +00:00
sidebar chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
tab tab: Use on_click instead of action for TabBar dropdown menu. (#1454) 2025-10-29 01:04:14 +00:00
table chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
text chore: Update dependencies to smol = 2 (#1404) 2025-10-21 10:56:48 +08:00
theme chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
time chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
accordion.rs accordion: Fix Accordion hover background. (#1184) 2025-08-29 11:51:32 +08:00
actions.rs tree: Add Tree. (#1373) 2025-10-15 18:39:47 +08:00
alert.rs alert: Fix the icon position and let all size use same text size. (#1175) 2025-08-27 11:06:31 +08:00
animation.rs
badge.rs theme: Improve theme color fallbacks based on base colors. (#1069) 2025-07-17 11:43:40 +08:00
breadcrumb.rs chore: Impl Styled for more elements. (#1007) 2025-06-24 19:36:42 +08:00
checkbox.rs checkbox: Do not stop propagation when click (#1385) 2025-10-16 06:01:06 +00:00
clipboard.rs chore: Remove unnecessary RefCell (#1301) 2025-09-29 14:39:04 +08:00
color_picker.rs chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
description_list.rs inspector: Add Inspector. (#897) 2025-05-26 16:44:11 +08:00
divider.rs divider: Remove the horizontal divider full width style (#1278) 2025-09-23 13:46:35 +08:00
drawer.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
event.rs chore: Update GPUI to fix click_count API changes. (#1123) 2025-08-08 11:53:45 +08:00
form.rs chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
global_state.rs text_view: Add to support selection. (#1169) 2025-08-28 18:09:30 +08:00
group_box.rs group_box: Fix incorrect h_full in GroupBox. (#1253) 2025-09-16 21:23:29 +08:00
history.rs input: Grouping input history to avoid IME placeholder. (#1375) 2025-10-14 13:27:23 +00:00
icon.rs tree: Add Tree. (#1373) 2025-10-15 18:39:47 +08:00
index_path.rs list: Refactor List, Dropdown delegate API to support section. (#1107) 2025-08-05 19:23:32 +08:00
indicator.rs
inspector.rs chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
kbd.rs menu: Add AppMenuBar. (#1338) 2025-10-10 21:03:16 +08:00
label.rs label: Add HighlightsMatch to support prefix matching (#1243) 2025-09-12 18:35:55 +08:00
lib.rs chore: Update List, Tree, Kbd exports. (#1467) 2025-10-30 07:19:39 +00:00
link.rs chore: Impl Styled for more elements. (#1007) 2025-06-24 19:36:42 +08:00
modal.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
notification.rs notification: Fix display issues caused by the taffy upgrade (#1084) 2025-07-23 19:12:13 +08:00
popover.rs menu: Add AppMenuBar. (#1338) 2025-10-10 21:03:16 +08:00
progress.rs chore: Fix Slider, Progress width in horizontal mode. (#1096) 2025-07-28 18:56:09 +08:00
radio.rs checkbox: Do not stop propagation when click (#1385) 2025-10-16 06:01:06 +00:00
root.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
select.rs select: Impl SelectItem for &'static str. (#1451) 2025-10-28 13:37:00 +00:00
skeleton.rs chore: Impl Styled for more elements. (#1007) 2025-06-24 19:36:42 +08:00
slider.rs slider: Add to support range to Slider. (#1121) 2025-08-08 16:59:23 +08:00
styled.rs Bump gpui (#1324) 2025-10-03 14:32:29 +08:00
switch.rs switch: Apply use_keyed_state to store toggle state for animation. (#1091) 2025-07-24 19:22:55 +08:00
tag.rs tag: Implement styled for custom style (#1319) 2025-10-02 14:07:07 +08:00
title_bar.rs title_bar: Add macOS double-click functionality to title bar (#996) (#1002) 2025-06-24 07:45:28 +08:00
tooltip.rs chore: Update List, Tree, Kbd exports. (#1467) 2025-10-30 07:19:39 +00:00
tree.rs chore: Update List, Tree, Kbd exports. (#1467) 2025-10-30 07:19:39 +00:00
virtual_list.rs virtual_list: Fix VirtualList by measure item to get correct content_size to avoid scroll overflow. (#1388) 2025-10-16 07:50:09 +00:00
webview.rs Bump gpui (#1324) 2025-10-03 14:32:29 +08:00
window_border.rs Bump gpui (#1324) 2025-10-03 14:32:29 +08:00