gpui-component/crates/ui/src
2025-11-06 22:23:55 +08:00
..
avatar chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
button button: Remove duplicate disabled style (#1529) 2025-11-06 18:47:59 +08:00
chart chart(bar): Fix the label is not centered (#1448) 2025-10-28 16:53:42 +08:00
dock chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
highlighter highlighter: Make SyntaxHighlighter::styles method public for external use (#1415) 2025-10-23 10:34:13 +08:00
input spinner: Rename Indicator to Spinner. (#1526) 2025-11-06 11:36:39 +08:00
list chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
menu chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
plot chart(pie): Support dynamic inner and outer radius (#1444) 2025-10-28 13:53:28 +08:00
resizable chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
scroll chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
sidebar chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
tab chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
table table: Fix missing border on first frame (#1533) 2025-11-06 22:01:55 +08:00
text chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
theme theme: Allows to use alpha color for active_border but at least 0.3. (#1531) 2025-11-06 22:23:55 +08:00
time chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
accordion.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
actions.rs tree: Add Tree. (#1373) 2025-10-15 18:39:47 +08:00
alert.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +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 breadcrumb: Rename item to child and add children method. (#1519) 2025-11-05 15:13:29 +08:00
checkbox.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
clipboard.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
collapsible.rs collapsible: Add Collapsible. (#1525) 2025-11-06 10:57:18 +08:00
color_picker.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
description_list.rs description_list: Renamed child to item, and add child to add DescriptionItem. (#1521) 2025-11-05 07:26:17 +00:00
divider.rs divider: Remove the horizontal divider full width style (#1278) 2025-09-23 13:46:35 +08:00
event.rs chore: Update GPUI to fix click_count API changes. (#1123) 2025-08-08 11:53:45 +08:00
form.rs form: Renamed column to columns. (#1522) 2025-11-05 07:32:15 +00:00
global_state.rs text_view: Add to support selection. (#1169) 2025-08-28 18:09:30 +08:00
group_box.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
history.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
icon.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
index_path.rs list: Refactor List, Dropdown delegate API to support section. (#1107) 2025-08-05 19:23:32 +08:00
inspector.rs description_list: Renamed child to item, and add child to add DescriptionItem. (#1521) 2025-11-05 07:26:17 +00:00
kbd.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
label.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
lib.rs sheet: Rename Drawer to Sheet. (#1527) 2025-11-06 07:19:10 +00:00
link.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
modal.rs modal: Adjust close button position. (#1532) 2025-11-06 13:10:49 +00:00
notification.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
popover.rs popover: Renamed no_style to appearance like the Input. (#1523) 2025-11-05 08:01:27 +00:00
progress.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
radio.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
root.rs sheet: Rename Drawer to Sheet. (#1527) 2025-11-06 07:19:10 +00:00
select.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
sheet.rs sheet: Rename Drawer to Sheet. (#1527) 2025-11-06 07:19:10 +00:00
skeleton.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
slider.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
spinner.rs spinner: Rename Indicator to Spinner. (#1526) 2025-11-06 11:36:39 +08:00
styled.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
switch.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
tag.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
title_bar.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
tooltip.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
tree.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
virtual_list.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
webview.rs chore: Standardize the overall API and improve docs. (#1516) 2025-11-05 19:10:30 +08:00
window_border.rs Bump gpui (#1324) 2025-10-03 14:32:29 +08:00