gpui-component/crates/ui/src
2025-03-07 21:41:04 +08:00
..
button toggle: Add Toggle and ToggleGroup. (#691) 2025-03-06 19:10:28 +08:00
dock dock: Fix incorrect extra inner padding in Panels. (#682) 2025-03-04 17:22:17 +08:00
highlighter text_view: Add syntax highlight to CodeBlock. (#684) 2025-03-04 21:50:50 +08:00
input input: Add h, h_full to Input for multi-line mode. (#642) 2025-02-25 16:17:39 +08:00
list dropdown: Do not reset the selected index when cancelling (#618) 2025-02-11 18:54:52 +08:00
resizable panel: Only highlight resize handle when dragging. (#629) 2025-02-14 18:42:56 +08:00
scroll scrollbar: Update Scrollbar default to use hover to show on Linux. (#687) 2025-03-05 10:34:16 +08:00
sidebar sidebar: Refactor Sidebar API to avoid map call will segmentation fault on release. (#628) 2025-02-14 17:18:39 +08:00
tab tab: Add new pill style, renamed old pill tab to outline. (#696) 2025-03-07 18:46:47 +08:00
table chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
text text_view: Add syntax highlight to CodeBlock. (#684) 2025-03-04 21:50:50 +08:00
time calendar: Differentiate text color of disabled and non-current month (#668) 2025-02-27 11:14:28 +08:00
accordion.rs theme: Ensure all elements to use radius. (#596) 2025-02-03 19:03:16 +08:00
animation.rs
badge.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
breadcrumb.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
checkbox.rs checkbox, switch: Improve Checkbox, Switch to use wrap text and TextView. (#651) 2025-02-24 18:04:06 +08:00
clipboard.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
color_picker.rs color_picker: Fix popup does not close by clicking color button again. (#608) 2025-02-09 11:07:46 +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: Add DescriptionList. (#658) 2025-02-25 15:32:59 +08:00
divider.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
drawer.rs chore: Upgrade GPUI 2025/02/10 (#610) 2025-02-10 11:53:25 +08:00
dropdown.rs chore: Fix focusd_border typo in #635 (#637) 2025-02-17 17:29:40 +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: Add unique mode to keep unique item in History. (#529) 2025-01-06 19:19:36 +08:00
icon.rs icon: Fix icon to support style size. (#693) 2025-03-07 10:52:57 +08:00
indicator.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
kbd.rs kbd: Add Kdb to show keystroke. (#695) 2025-03-07 14:29:50 +08:00
label.rs label: Avoid String alloc and remove custom text-align. (#616) 2025-02-11 10:30:45 +08:00
lib.rs kbd: Add Kdb to show keystroke. (#695) 2025-03-07 14:29:50 +08:00
link.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
modal.rs modal: Do not occlude when overlay is not enable. (#657) 2025-02-25 12:25:46 +08:00
notification.rs chore: Fix subscriptions leak. (#597) 2025-02-04 15:43:26 +08:00
popover.rs chrome: Refactor state fields to remove is_ prefix. (#627) 2025-02-14 15:20:18 +08:00
popup_menu.rs kbd: Add Kdb to show keystroke. (#695) 2025-03-07 14:29:50 +08:00
progress.rs theme: Ensure all elements to use radius. (#596) 2025-02-03 19:03:16 +08:00
radio.rs checkbox, switch: Improve Checkbox, Switch to use wrap text and TextView. (#651) 2025-02-24 18:04:06 +08:00
root.rs chore: Upgrade for GPUI API changes. (#589) 2025-01-29 16:49:17 +08:00
skeleton.rs theme: Ensure all elements to use radius. (#596) 2025-02-03 19:03:16 +08:00
slider.rs chore: Upgrade for GPUI API changes. (#589) 2025-01-29 16:49:17 +08:00
styled.rs tab: Add xsmall, large style to Tab. (#680) 2025-03-04 10:26:12 +08:00
svg_img.rs chore: Upgrade GPUI 2025/02/10 (#610) 2025-02-10 11:53:25 +08:00
switch.rs checkbox, switch: Improve Checkbox, Switch to use wrap text and TextView. (#651) 2025-02-24 18:04:06 +08:00
tab.rs
table.rs scrollbar: Update scrollbar hitbox to it bounds, not fill the full of parent view. (#624) 2025-02-14 13:54:02 +08:00
tag.rs tag: Add color to Tag to support more colors. (#698) 2025-03-07 21:41:04 +08:00
theme.rs tag: Add color to Tag to support more colors. (#698) 2025-03-07 21:41:04 +08:00
title_bar.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
tooltip.rs text_view: Update Switch, Checkbox, Radio to let label method support TextView. (#649) 2025-02-24 15:49:54 +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: Avoid some unnecessary window.refresh call. (#617) 2025-02-11 17:06:17 +08:00