gpui-component/crates/ui/src
Jason Lee ce10a0340c
table: Set fixed height to table head to fix some case table head disappear bug. (#300)
Closes #299 

- Improved sort icon to better color.
- Improved table story.
- Disable `horizontal_scroll_handle.scroll_to_item` on select_col, there
have a bug need to fix.
2024-10-03 10:14:44 +08:00
..
dock dock: Fix incorrect toggle button shown, when there is not have left or right dock. (#297) 2024-10-02 23:00:26 +08:00
input input: Move caret to line start or end with selected content (#288) 2024-10-02 17:35:27 +08:00
list feat(list_item): Add stop_propagation/prevent_default when trigger click event (#273) 2024-09-26 11:55:02 +08:00
resizable dock: Add left, bottom, right fixed dock and support toggle. (#291) 2024-10-02 17:42:52 +08:00
scroll scrollbar: Smaller the scrollbar size. (#294) 2024-10-02 18:15:53 +08:00
tab Update GPUI and apply opacity feature. (#215) 2024-09-04 19:29:51 +08:00
time feat(button): Remove track_focus (#282) 2024-09-27 14:39:48 +08:00
animation.rs Add exit animation to Notification. 2024-08-30 11:24:55 +08:00
button.rs button: Fix Button text to align vertical center. (#286) 2024-09-27 20:44:23 +08:00
button_group.rs button: Improve ButtonGroup to add style, size methods. (#241) 2024-09-13 12:00:47 +08:00
checkbox.rs Try fix Button, Checkbox, Radio text line-height (#240) 2024-09-16 10:36:18 +08:00
clipboard.rs feat(button): Remove track_focus (#282) 2024-09-27 14:39:48 +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 Correcting shacn to shadcn to uniformly use shadcn ui names (#210) 2024-09-03 23:31:34 +08:00
context_menu.rs menu: Blocking mouse move event to back view, when PopupMenu has open. (#277) 2024-09-26 21:38:52 +08:00
divider.rs Fix bugs (#230) 2024-09-09 22:05:02 +08:00
drawer.rs feat(button): Remove track_focus (#282) 2024-09-27 14:39:48 +08:00
dropdown.rs theme: Add shadow option to support toggle shadow for base controls, default: true. (#268) 2024-09-24 10:52:01 +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 dock: Add left, bottom, right fixed dock and support toggle. (#291) 2024-10-02 17:42:52 +08:00
indicator.rs feat(indicator): Update icon type (#280) 2024-09-27 11:58:14 +08:00
label.rs Cleanup first version impls (#132) 2024-08-11 14:46:55 +08:00
lib.rs theme: Simplify init (#237) 2024-09-12 16:14:41 +08:00
link.rs Update GPUI and apply opacity feature. (#215) 2024-09-04 19:29:51 +08:00
modal.rs feat(button): Remove track_focus (#282) 2024-09-27 14:39:48 +08:00
notification.rs feat(button): Remove track_focus (#282) 2024-09-27 14:39:48 +08:00
popover.rs popover: Fix PopoverContent content build to use ViewContext<Self>. (#254) 2024-09-19 10:54:04 +08:00
popup_menu.rs windows: Fix keybinding display on Windows. (#289) 2024-09-29 23:07:45 +08:00
prelude.rs Add Popover (#6) 2024-06-29 10:03:59 +08:00
progress.rs Update GPUI and apply opacity feature. (#215) 2024-09-04 19:29:51 +08:00
radio.rs Try fix Button, Checkbox, Radio text line-height (#240) 2024-09-16 10:36:18 +08:00
root.rs modal: Only focus modal when it not focused on. (#250) 2024-09-17 18:48:06 +08:00
skeleton.rs Update GPUI and apply opacity feature. (#215) 2024-09-04 19:29:51 +08:00
slider.rs theme: Add shadow option to support toggle shadow for base controls, default: true. (#268) 2024-09-24 10:52:01 +08:00
styled.rs table: Set fixed height to table head to fix some case table head disappear bug. (#300) 2024-10-03 10:14:44 +08:00
svg_img.rs Upgrade GPUI. (#173) 2024-08-23 18:43:26 +08:00
switch.rs Deduplicate Switch animations (#287) 2024-09-29 20:21:56 +08:00
tab.rs
table.rs table: Set fixed height to table head to fix some case table head disappear bug. (#300) 2024-10-03 10:14:44 +08:00
theme.rs table: Set fixed height to table head to fix some case table head disappear bug. (#300) 2024-10-03 10:14:44 +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