gpui-component/crates/ui/src
2025-05-08 12:01:16 +08:00
..
button Update disabled menu, button, dropdown etc. to use default cursor. (#814) 2025-04-24 21:28:15 +08:00
dock dock: Improve dock, panel to support absolute or fraction size. (#839) 2025-05-08 12:01:16 +08:00
highlighter text_view: Add syntax highlight to CodeBlock. (#684) 2025-03-04 21:50:50 +08:00
input chore: Update getter method to return reference to view components. (#827) 2025-04-30 17:18:44 +08:00
list Update disabled menu, button, dropdown etc. to use default cursor. (#814) 2025-04-24 21:28:15 +08:00
resizable dock: Refactor to use ratio for dock, panel size. (#833) 2025-05-07 01:32:31 +08:00
scroll scrollbar: Improve the scrollbar size. (#830) 2025-05-06 14:45:22 +08:00
sidebar theme: Improve Switch and Sidebar selected item bg color. (#801) 2025-04-17 19:53:32 +08:00
tab Update disabled menu, button, dropdown etc. to use default cursor. (#814) 2025-04-24 21:28:15 +08:00
table chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
text description_list: Add to support border style to DescriptionList vertical layout. (#706) 2025-03-11 17:59:56 +08:00
time Update disabled menu, button, dropdown etc. to use default cursor. (#814) 2025-04-24 21:28:15 +08:00
accordion.rs accordion: Add gap between title and icon. (#813) 2025-04-24 21:01:11 +08:00
actions.rs list: Add secondary confirm support to list. (#769) 2025-04-02 16:45:27 +08:00
alert.rs gallery: Redesign the gallery. (#797) 2025-04-17 17:12:48 +08:00
animation.rs
badge.rs gallery: Redesign the gallery. (#797) 2025-04-17 17:12:48 +08:00
breadcrumb.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
checkbox.rs Update disabled menu, button, dropdown etc. to use default cursor. (#814) 2025-04-24 21:28:15 +08:00
clipboard.rs chore: Update GPUI 2025/03/20 and fix spawn method. (#725) 2025-03-20 21:23:50 +08:00
color_picker.rs chore: Update getter method to return reference to view components. (#827) 2025-04-30 17:18:44 +08:00
colors.rs tag: Add color to Tag to support more colors. (#698) 2025-03-07 21:41:04 +08:00
context_menu.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
description_list.rs description_list: Wrap description value if it’s too long (#779) 2025-04-08 14:57:30 +08:00
divider.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
drawer.rs list: Add secondary confirm support to list. (#769) 2025-04-02 16:45:27 +08:00
dropdown.rs dropdown: Support change options for the dropdown (#824) 2025-04-30 10:33:21 +08:00
event.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
focusable.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
form.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
history.rs history: Fix redo, undo chars order for Input. (#775) 2025-04-03 21:17:17 +08:00
icon.rs notification: Add action button to Notification. (#832) 2025-05-06 16:58:07 +08:00
indicator.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
kbd.rs chore: Add Windows CI (#789) 2025-04-14 20:46:32 +08:00
label.rs label: Fix typo (#722) 2025-03-19 14:15:49 +08:00
lib.rs list: Add secondary confirm support to list. (#769) 2025-04-02 16:45:27 +08:00
link.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
modal.rs modal: Add alert method to create modal with a Ok button. (#829) 2025-05-02 10:28:26 +08:00
notification.rs notification: Add action button to Notification. (#832) 2025-05-06 16:58:07 +08:00
popover.rs list: Add secondary confirm support to list. (#769) 2025-04-02 16:45:27 +08:00
popup_menu.rs scrollbar: Improve the scrollbar size. (#830) 2025-05-06 14:45:22 +08:00
progress.rs theme: Ensure all elements to use radius. (#596) 2025-02-03 19:03:16 +08:00
radio.rs gallery: Redesign the gallery. (#797) 2025-04-17 17:12:48 +08:00
root.rs root: Fix to reset focused_input when close modal or drawer. (#807) 2025-04-22 18:54:07 +08:00
skeleton.rs theme: Ensure all elements to use radius. (#596) 2025-02-03 19:03:16 +08:00
slider.rs chore: Update getter method to return reference to view components. (#827) 2025-04-30 17:18:44 +08:00
styled.rs style: Add smaller, larger method to Size. (#831) 2025-05-06 15:31:11 +08:00
svg_img.rs svg_img: Fix SvgImg first load can work. (#828) 2025-04-30 17:35:11 +08:00
switch.rs chore: Update getter method to return reference to view components. (#827) 2025-04-30 17:18:44 +08:00
tab.rs
table.rs chore: Update getter method to return reference to view components. (#827) 2025-04-30 17:18:44 +08:00
tag.rs chore: Update getter method to return reference to view components. (#827) 2025-04-30 17:18:44 +08:00
theme.rs scrollbar: Improve the scrollbar size. (#830) 2025-05-06 14:45:22 +08:00
title_bar.rs Use normal cursor for buttons. (#760) 2025-04-01 17:59:27 +08:00
tooltip.rs tooltip: Add action, key_binding method to Tooltip. (#787) 2025-04-14 17:38:21 +08:00
virtual_list.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
webview.rs webview: Update visible state when hide or show (#654) 2025-02-25 11:49:29 +08:00
window_border.rs chore: Update GPUI 2025/03/31 (#752) 2025-03-31 10:31:39 +08:00