gpui-component/crates/ui/src
2025-10-10 19:28:59 +08:00
..
avatar theme: Improve theme color fallbacks based on base colors. (#1069) 2025-07-17 11:43:40 +08:00
button button: Fix the on_hover does not respond (#1346) 2025-10-10 10:52:05 +08:00
chart Bump gpui (#1324) 2025-10-03 14:32:29 +08:00
dock Bump gpui (#1324) 2025-10-03 14:32:29 +08:00
highlighter chore: Bump crate version. (#1340) 2025-10-09 15:20:34 +08:00
input editor: Fix code actions not display. (#1347) 2025-10-10 19:28:59 +08:00
list chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
menu menu: Fix submenu item selection when multiple submenus exist (#1342) 2025-10-09 21:32:51 +08:00
plot Bump gpui (#1324) 2025-10-03 14:32:29 +08:00
resizable Bump gpui (#1324) 2025-10-03 14:32:29 +08:00
scroll Bump gpui (#1324) 2025-10-03 14:32:29 +08:00
sidebar list: Update ListItem and DropdownListItem style. (#1095) 2025-07-28 18:38:39 +08:00
tab tab_bar: Let normal/active tab has same border to avoid flash on active change. (#1327) 2025-10-03 16:30:28 +08:00
table chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
text theme: Update macos-clasic dark theme color. (#1320) 2025-10-02 14:46:27 +08:00
theme chore: Bump crate version. (#1340) 2025-10-09 15:20:34 +08:00
time chore: Disable tab stop for some popover elements. (#1306) 2025-09-29 18:11:25 +08:00
accordion.rs accordion: Fix Accordion hover background. (#1184) 2025-08-29 11:51:32 +08:00
actions.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +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 Add exit animation to Notification. 2024-08-30 11:24:55 +08:00
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 chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
clipboard.rs chore: Remove unnecessary RefCell (#1301) 2025-09-29 14:39:04 +08:00
color_picker.rs chore: Disable tab stop for some popover elements. (#1306) 2025-09-29 18:11:25 +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
dropdown.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: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +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 history: Fix redo, undo chars order for Input. (#775) 2025-04-03 21:17:17 +08:00
icon.rs input: Add to support search and replace. (#1252) 2025-09-17 19:02:00 +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 chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
inspector.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
kbd.rs input: Disable context menu item for disabled input. (#1280) 2025-09-25 16:36:57 +08:00
label.rs label: Add HighlightsMatch to support prefix matching (#1243) 2025-09-12 18:35:55 +08:00
lib.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08: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 chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
progress.rs chore: Fix Slider, Progress width in horizontal mode. (#1096) 2025-07-28 18:56:09 +08:00
radio.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
root.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08: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: Impl Styled for more elements. (#1007) 2025-06-24 19:36:42 +08:00
virtual_list.rs Bump gpui (#1324) 2025-10-03 14:32:29 +08: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