gpui-component/crates/ui/src
2025-07-29 14:42:46 +08:00
..
avatar theme: Improve theme color fallbacks based on base colors. (#1069) 2025-07-17 11:43:40 +08:00
button list: Update ListItem and DropdownListItem style. (#1095) 2025-07-28 18:38:39 +08:00
chart plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00
dock tab_bar: Fix some incorrect style in TabBar. (#1078) 2025-07-22 13:30:04 +08:00
highlighter theme: Improve theme color fallbacks based on base colors. (#1069) 2025-07-17 11:43:40 +08:00
input input(state): Provide context to the validate method (#1082) 2025-07-23 14:30:16 +08:00
list list: Update ListItem and DropdownListItem style. (#1095) 2025-07-28 18:38:39 +08:00
menu list: Update ListItem and DropdownListItem style. (#1095) 2025-07-28 18:38:39 +08:00
plot plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00
resizable chore: Upgrade GPUI 2025/05/26 with inspector changes. (#895) 2025-05-26 13:40:27 +08:00
scroll scrollbar: Fix content size (#1086) 2025-07-24 10:20:04 +08:00
sidebar list: Update ListItem and DropdownListItem style. (#1095) 2025-07-28 18:38:39 +08:00
tab tab: Fix tab text vertical center in small, xsmall size. (#1097) 2025-07-28 19:33:04 +08:00
table table: Fix table head size. (#1099) 2025-07-29 10:03:25 +08:00
text table: Refactor the Table API for describe the columns. (#1072) 2025-07-21 11:16:35 +08:00
theme tabs: Fix tab_bar_segmented default fallback color to secondary. (#1101) 2025-07-29 14:42:46 +08:00
time input: Add appearance option to NumberInput, Dropdown, DatePicker to render without style. (#1054) 2025-07-14 19:57:56 +08:00
accordion.rs accordion: Fix accordion to size full. (#1083) 2025-07-23 10:45:02 +00:00
actions.rs chore: Upgrade GPUI and fix action API changes. (#1008) 2025-06-25 11:06:12 +08:00
alert.rs alert: Improve Alert styles. (#1044) 2025-07-04 15:29:05 +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 list: Update ListItem and DropdownListItem style. (#1095) 2025-07-28 18:38:39 +08:00
clipboard.rs chore: Upgrade GPUI 2025/05/26 with inspector changes. (#895) 2025-05-26 13:40:27 +08:00
color_picker.rs theme: Improve theme color fallbacks based on base colors. (#1069) 2025-07-17 11:43:40 +08:00
description_list.rs inspector: Add Inspector. (#897) 2025-05-26 16:44:11 +08:00
divider.rs chore: Impl Styled for more elements. (#1007) 2025-06-24 19:36:42 +08:00
drawer.rs scrollbar: Improve Scrollbar to get correct scroll size. (#985) 2025-06-18 19:09:34 +08:00
dropdown.rs list: Update ListItem and DropdownListItem style. (#1095) 2025-07-28 18:38:39 +08:00
event.rs chore: Update GPUI and fix FocusableWrapper removed error. (#1026) 2025-07-02 11:06:04 +08:00
focusable.rs
form.rs tab_bar: Fix some incorrect style in TabBar. (#1078) 2025-07-22 13:30:04 +08:00
history.rs history: Fix redo, undo chars order for Input. (#775) 2025-04-03 21:17:17 +08:00
icon.rs avatar: Add Avatar element. (#1028) 2025-07-02 18:58:06 +08:00
indicator.rs
inspector.rs highlighter: Use tree-sitter to highlight code. (#904) 2025-05-29 19:54:52 +08:00
kbd.rs chore: Impl Styled for more elements. (#1007) 2025-06-24 19:36:42 +08:00
label.rs label: Streamline the test cases (#1074) 2025-07-18 17:10:36 +08:00
lib.rs theme: Add theme schema to support JSON theme config. (#1050) 2025-07-07 19:40:00 +08:00
link.rs chore: Impl Styled for more elements. (#1007) 2025-06-24 19:36:42 +08:00
modal.rs modal: Refine enter animation (#1080) 2025-07-23 10:29:42 +08:00
notification.rs notification: Fix display issues caused by the taffy upgrade (#1084) 2025-07-23 19:12:13 +08:00
popover.rs list: Update ListItem and DropdownListItem style. (#1095) 2025-07-28 18:38:39 +08:00
progress.rs chore: Fix Slider, Progress width in horizontal mode. (#1096) 2025-07-28 18:56:09 +08:00
radio.rs check, radio: Add fade in animation to Checkbox and Radio. (#1092) 2025-07-24 11:41:34 +00:00
root.rs notification: Fix display issues caused by the taffy upgrade (#1084) 2025-07-23 19:12:13 +08:00
skeleton.rs chore: Impl Styled for more elements. (#1007) 2025-06-24 19:36:42 +08:00
slider.rs chore: Fix Slider, Progress width in horizontal mode. (#1096) 2025-07-28 18:56:09 +08:00
styled.rs list: Update ListItem and DropdownListItem style. (#1095) 2025-07-28 18:38:39 +08:00
svg_img.rs chore: Upgrade GPUI 2025/05/26 with inspector changes. (#895) 2025-05-26 13:40:27 +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 chore: Impl Styled for more elements. (#1007) 2025-06-24 19:36:42 +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 virtual_list: Fix scrollable size calculate in VirtualList. (#1087) 2025-07-24 08:30:42 +00:00
webview.rs chore: Switch gpui to depends on Zed official. (#912) 2025-06-02 10:05:45 +08:00
window_border.rs chart: Draw dashed lines using gpui PathBuilder (#927) 2025-06-09 11:55:32 +08:00