gpui-component/crates/ui/src
2025-01-03 16:57:00 +08:00
..
dock tiles: Add History<I> to track changes with undo, redo methods. (#510) 2024-12-31 18:47:21 +08:00
input input: Fix TextInput cursor getting stuck on Down key press (#526) 2025-01-03 14:46:51 +08:00
list list: Fix selected and confirmed list item detail. (#520) 2024-12-27 18:41:27 +08:00
resizable panel: Fix panel to unexpected size chagnes when moved some panel. (#506) 2024-12-20 19:15:31 +08:00
scroll chore: Removed ScrollableAxis use Axis instead. (#509) 2024-12-23 15:30:36 +08:00
sidebar button: Rename ButtonStyle to ButtonVariant. (#460) 2024-12-03 19:22:28 +08:00
tab panel: Avoid render panel when TabPanel is collapsed. (#492) 2024-12-13 11:23:00 +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 theme: Fix secondary active color in light mode. (#498) 2024-12-18 18:13:46 +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 chore: Update GPUI with AnchorCorner renamed to Corner. (#497) 2024-12-18 18:02:47 +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 chore: Update GPUI with AnchorCorner renamed to Corner. (#497) 2024-12-18 18:02:47 +08:00
divider.rs divider: Support custom colors (#459) 2024-12-03 19:06:10 +08:00
drawer.rs modal: Fix Model, Drawer overlay size on tiling mode. (#518) 2024-12-27 17:22:02 +08:00
dropdown.rs chore: Update GPUI with AnchorCorner renamed to Corner. (#497) 2024-12-18 18:02:47 +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 history: Export undos, redos methods, and add clear method. (#527) 2025-01-03 16:57:00 +08:00
icon.rs tiles: Add Tiles (#435) 2024-12-16 20:33:14 +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 root: Add window shadow to Root for support window border style on Linux. (#514) 2024-12-24 13:33:06 +08:00
link.rs breadcrumb: Add Breadcrumb. (#461) 2024-12-03 22:24:44 +08:00
modal.rs modal: Fix Model, Drawer overlay size on tiling mode. (#518) 2024-12-27 17:22:02 +08:00
notification.rs button: Rename ButtonStyle to ButtonVariant. (#460) 2024-12-03 19:22:28 +08:00
number_input.rs number_input: Fix Number Input border to use cx.theme.input. (#521) 2024-12-27 19:03:24 +08:00
popover.rs chore: Update GPUI with AnchorCorner renamed to Corner. (#497) 2024-12-18 18:02:47 +08:00
popup_menu.rs list: Fix selected and confirmed list item detail. (#520) 2024-12-27 18:41:27 +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 modal: Fix modal, drawer overlay position on Linux. (#515) 2024-12-24 14:43:37 +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 fix: wrong size variant in sizable trait (#493) 2024-12-17 09:22:48 +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: Use deferred to render scrollbar to avoid some element overflow it. (#513) 2024-12-24 11:40:50 +08:00
theme.rs root: Fix window border and add cx.theme().window_border 2024-12-24 13:48:28 +08:00
title_bar.rs root: Add window shadow to Root for support window border style on Linux. (#514) 2024-12-24 13:33:06 +08:00
tooltip.rs tooltip: Fix Tooltip text line-height. (#304) 2024-10-03 18:01:56 +08:00
virtual_list.rs virtual_list: Try to use second item to measure. (#504) 2024-12-20 18:15:33 +08:00
webview.rs webview: Add bounds method to WebView to get container bounds. (#411) 2024-11-12 19:31:48 +08:00
window_border.rs modal: Fix Model, Drawer overlay size on tiling mode. (#518) 2024-12-27 17:22:02 +08:00