gpui-component/crates/ui/src
2024-12-09 20:17:05 +08:00
..
dock dock: Add DockItem::panel (#464) 2024-12-05 11:12:08 +08:00
input input: Add to support multi-line Input. (#463) 2024-12-09 20:17:05 +08:00
list chore: Upgrade GPUI and fix API changes. (#426) 2024-11-18 11:35:49 +08:00
resizable chore: Upgrade GPUI and fix API changes. (#426) 2024-11-18 11:35:49 +08:00
scroll scrollbar: Fix position may out of container bounds when clicked scrollbar bg. (#475) 2024-12-09 17:21:48 +08:00
sidebar button: Rename ButtonStyle to ButtonVariant. (#460) 2024-12-03 19:22:28 +08:00
tab menu: Add scrollable support to menu. (#310) 2024-10-04 14:24:05 +08:00
time button: Rename ButtonStyle to ButtonVariant. (#460) 2024-12-03 19:22:28 +08:00
accordion.rs accordion: Add Accordion. (#355) 2024-10-17 17:31:59 +08:00
animation.rs Add exit animation to Notification. 2024-08-30 11:24:55 +08:00
badge.rs badge: Add Badge. (#462) 2024-12-03 23:07:39 +08:00
breadcrumb.rs breadcrumb: Add Breadcrumb. (#461) 2024-12-03 22:24:44 +08:00
button.rs button: Rename ButtonStyle to ButtonVariant. (#460) 2024-12-03 19:22:28 +08:00
button_group.rs button: Rename ButtonStyle to ButtonVariant. (#460) 2024-12-03 19:22:28 +08:00
checkbox.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
clipboard.rs button: Rename ButtonStyle to ButtonVariant. (#460) 2024-12-03 19:22:28 +08:00
color_picker.rs modal: Only focus modal when it not focused on. (#250) 2024-09-17 18:48:06 +08:00
colors.rs theme: Add color method for default color palette to get color by a scale number. (#447) 2024-11-28 11:36:33 +08:00
context_menu.rs svg_img: Embed the font file (#401) 2024-11-08 15:45:00 +08:00
divider.rs divider: Support custom colors (#459) 2024-12-03 19:06:10 +08:00
drawer.rs button: Rename ButtonStyle to ButtonVariant. (#460) 2024-12-03 19:22:28 +08:00
dropdown.rs list: Add cx argument to ListDelegate. (#361) 2024-10-18 10:17:59 +08:00
event.rs title_bar: Fix TitleBar prefix padding when is zoomed and support double click to toggle zoom. (#357) 2024-10-17 18:22:32 +08:00
focusable.rs Improve focus (#14) 2024-07-04 14:05:14 +08:00
history.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
icon.rs sidebar: Add Sidebar (#452) 2024-12-02 23:21:39 +08:00
indicator.rs feat(indicator): Update icon type (#280) 2024-09-27 11:58:14 +08:00
label.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
lib.rs badge: Add Badge. (#462) 2024-12-03 23:07:39 +08:00
link.rs breadcrumb: Add Breadcrumb. (#461) 2024-12-03 22:24:44 +08:00
modal.rs button: Rename ButtonStyle to ButtonVariant. (#460) 2024-12-03 19:22:28 +08:00
notification.rs button: Rename ButtonStyle to ButtonVariant. (#460) 2024-12-03 19:22:28 +08:00
number_input.rs button: Rename ButtonStyle to ButtonVariant. (#460) 2024-12-03 19:22:28 +08:00
popover.rs sidebar: Add Sidebar (#452) 2024-12-02 23:21:39 +08:00
popup_menu.rs sidebar: Add Sidebar (#452) 2024-12-02 23:21:39 +08:00
prelude.rs Add Popover (#6) 2024-06-29 10:03:59 +08:00
progress.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
radio.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
root.rs chore: Fix clippy warnings. (#465) 2024-12-05 12:03:29 +08:00
skeleton.rs chore: Update controls detail. (#352) 2024-10-16 17:51:39 +08:00
slider.rs chore: Upgrade GPUI and fix API changes. (#426) 2024-11-18 11:35:49 +08:00
styled.rs sidebar: Add Sidebar (#452) 2024-12-02 23:21:39 +08:00
svg_img.rs svg_img: Fix the conversion error of the SVG fill color with alpha (#410) 2024-11-12 19:26:24 +08:00
switch.rs sidebar: Add Sidebar (#452) 2024-12-02 23:21:39 +08:00
tab.rs Add TabBar 2024-06-25 19:07:05 +08:00
table.rs table: Add a theme color to fixed the drag column in dark mode text style (#476) 2024-12-09 20:00:48 +08:00
theme.rs chore: Fix clippy warnings. (#465) 2024-12-05 12:03:29 +08:00
title_bar.rs title_bar: Update on_close_window to support binding with cx.listener. (#388) 2024-11-01 18:39:25 +08:00
tooltip.rs tooltip: Fix Tooltip text line-height. (#304) 2024-10-03 18:01:56 +08:00
webview.rs webview: Add bounds method to WebView to get container bounds. (#411) 2024-11-12 19:31:48 +08:00