gpui-component/crates/ui/src
2024-09-02 13:56:19 +08:00
..
dock Add close menu to Panel. (#196) 2024-09-01 21:33:50 +08:00
input Update GPUI and fix Input API changes. (#193) 2024-08-31 23:17:14 +08:00
list Add search to List example. (#168) 2024-08-19 16:13:14 +08:00
resizable Fix panel resize when window resized. (#181) 2024-08-28 19:40:35 +08:00
scroll Fix scrollbar to default to invisible on first render. #146 (#158) 2024-08-16 14:07:59 +08:00
tab tab: Improve TabBar border to let active item can override it. (#194) 2024-09-01 00:31:14 +08:00
time date_picker: Reduce DatePicker popup position. (#195) 2024-09-01 00:36:51 +08:00
animation.rs Add exit animation to Notification. 2024-08-30 11:24:55 +08:00
button.rs Fix panel resize when window resized. (#181) 2024-08-28 19:40:35 +08:00
checkbox.rs Fix Checkbox, Radio label color. (#200) 2024-09-02 00:24:57 +08:00
clipboard.rs Upgrade GPUI. (#173) 2024-08-23 18:43:26 +08:00
color_picker.rs Improve ColorPicker to support input hex color. (#201) 2024-09-02 13:56:19 +08:00
colors.rs Improve ColorPicker to support input hex color. (#201) 2024-09-02 13:56:19 +08:00
context_menu.rs popup_menu: Add submenu support. (#165) 2024-08-19 14:58:28 +08:00
divider.rs Cleanup first version impls (#132) 2024-08-11 14:46:55 +08:00
drawer.rs Fix drawer position (#174) 2024-08-23 22:01:52 +08:00
dropdown.rs Improve ColorPicker to support input hex color. (#201) 2024-09-02 13:56:19 +08:00
event.rs Do not preset padding when input with affix (#70) 2024-07-25 11:02:04 +08:00
focusable.rs Improve focus (#14) 2024-07-04 14:05:14 +08:00
history.rs Extract History to a common design to support more cases. (#162) 2024-08-16 17:04:11 +08:00
icon.rs Add ColorPicker (#199) 2024-09-02 00:21:01 +08:00
indicator.rs Add Sizable trait to impl small, xsmall, large and apply to Button, Input, Dropdown, Switch. (#113) 2024-08-06 17:19:54 +08:00
label.rs Cleanup first version impls (#132) 2024-08-11 14:46:55 +08:00
lib.rs Add ColorPicker (#199) 2024-09-02 00:21:01 +08:00
link.rs Add Link (#91) 2024-07-31 14:24:57 +08:00
modal.rs Add exit animation to Notification. 2024-08-30 11:24:55 +08:00
notification.rs Add exit animation to Notification. 2024-08-30 11:24:55 +08:00
popover.rs Support press esc to close popover (#188) 2024-08-29 18:07:26 +08:00
popup_menu.rs Popover content supports setting the maximum width (#180) 2024-08-27 22:08:50 +08:00
prelude.rs Add Popover (#6) 2024-06-29 10:03:59 +08:00
progress.rs Progress use positioning layout 2024-07-12 18:25:09 +08:00
radio.rs Fix Checkbox, Radio label color. (#200) 2024-09-02 00:24:57 +08:00
root.rs Improved Notification to manage autohide on list. (#177) 2024-08-24 00:26:16 +08:00
skeleton.rs Add Animate (#130) 2024-08-09 18:22:06 +08:00
slider.rs slider: Improved bar and thumb position. (#185) 2024-08-29 10:36:47 +08:00
styled.rs Improve ColorPicker to support input hex color. (#201) 2024-09-02 13:56:19 +08:00
svg_img.rs Upgrade GPUI. (#173) 2024-08-23 18:43:26 +08:00
switch.rs Improved id for Switch. (#167) 2024-08-19 15:53:38 +08:00
tab.rs Add TabBar 2024-06-25 19:07:05 +08:00
table.rs Securely handle table load more subtract logic to prevent attempt to subtract with overflow panic (#189) 2024-08-29 23:29:26 +08:00
theme.rs Improve ColorPicker to support input hex color. (#201) 2024-09-02 13:56:19 +08:00
tooltip.rs Fix tooltip padding. (#198) 2024-09-01 21:58:50 +08:00
webview.rs Update WebView to pass wry::WebView instance (#69) 2024-07-24 19:32:05 +08:00