gpui-component/crates/ui/src
2024-12-24 11:40:50 +08:00
..
dock dock: Add visible method to Panel trait to control panel visible. (#503) 2024-12-20 10:21:21 +08:00
input input: Up, Down to keep the same column if it possible (#500) 2024-12-20 18:21:22 +08:00
list chore: Update GPUI with AnchorCorner renamed to Corner. (#497) 2024-12-18 18:02:47 +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 drawer: Render notification at the side of drawer when drawer (top, right) it opened. (#512) 2024-12-24 09:46:40 +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 chore: Update controls detail. (#352) 2024-10-16 17:51:39 +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 virtual_list: Add VirtualList (#495) 2024-12-18 16:38:58 +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 chore: Update GPUI with AnchorCorner renamed to Corner. (#497) 2024-12-18 18:02:47 +08:00
popup_menu.rs chore: Update GPUI with AnchorCorner renamed to Corner. (#497) 2024-12-18 18:02:47 +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 drawer: Render notification at the side of drawer when drawer (top, right) it opened. (#512) 2024-12-24 09:46:40 +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 theme: Fix secondary active color in light mode. (#498) 2024-12-18 18:13:46 +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
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