gpui-component/crates/ui/src
Jason Lee 9f429592ce
text_view: Remove last paragraph bottom margin. (#660)
Now, we can be easy to use TextView for 1 line text.

## Break Changes

- Removed `inline` method by previous #649 added, this is not needed.
2025-02-25 14:27:59 +08:00
..
button theme: Add to support always show scrollbar mode and default to match with system style. (#621) 2025-02-12 15:15:33 +08:00
dock dock: Panel trait set_active with mutable window and cx (#659) 2025-02-25 14:15:42 +08:00
input chore: Fix focusd_border typo in #635 (#637) 2025-02-17 17:29:40 +08:00
list dropdown: Do not reset the selected index when cancelling (#618) 2025-02-11 18:54:52 +08:00
resizable panel: Only highlight resize handle when dragging. (#629) 2025-02-14 18:42:56 +08:00
scroll scrollbar: Update scrollbar hitbox to it bounds, not fill the full of parent view. (#624) 2025-02-14 13:54:02 +08:00
sidebar sidebar: Refactor Sidebar API to avoid map call will segmentation fault on release. (#628) 2025-02-14 17:18:39 +08:00
tab chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
table chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
text text_view: Remove last paragraph bottom margin. (#660) 2025-02-25 14:27:59 +08:00
time chore: Fix focusd_border typo in #635 (#637) 2025-02-17 17:29:40 +08:00
accordion.rs theme: Ensure all elements to use radius. (#596) 2025-02-03 19:03:16 +08:00
animation.rs Add exit animation to Notification. 2024-08-30 11:24:55 +08:00
badge.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
breadcrumb.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
checkbox.rs checkbox, switch: Improve Checkbox, Switch to use wrap text and TextView. (#651) 2025-02-24 18:04:06 +08:00
clipboard.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
color_picker.rs color_picker: Fix popup does not close by clicking color button again. (#608) 2025-02-09 11:07:46 +08:00
colors.rs color: Add mix method and merge ColorExt to Colorize. (#561) 2025-01-21 18:31:01 +08:00
context_menu.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
divider.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
drawer.rs chore: Upgrade GPUI 2025/02/10 (#610) 2025-02-10 11:53:25 +08:00
dropdown.rs chore: Fix focusd_border typo in #635 (#637) 2025-02-17 17:29:40 +08:00
event.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
focusable.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
form.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
history.rs history: Add unique mode to keep unique item in History. (#529) 2025-01-06 19:19:36 +08:00
icon.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
indicator.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
label.rs label: Avoid String alloc and remove custom text-align. (#616) 2025-02-11 10:30:45 +08:00
lib.rs webview: Let webview as a feature and not default enable. (#648) 2025-02-24 14:24:22 +08:00
link.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
modal.rs modal: Do not occlude when overlay is not enable. (#657) 2025-02-25 12:25:46 +08:00
notification.rs chore: Fix subscriptions leak. (#597) 2025-02-04 15:43:26 +08:00
popover.rs chrome: Refactor state fields to remove is_ prefix. (#627) 2025-02-14 15:20:18 +08:00
popup_menu.rs chore: Avoid some unnecessary window.refresh call. (#617) 2025-02-11 17:06:17 +08:00
progress.rs theme: Ensure all elements to use radius. (#596) 2025-02-03 19:03:16 +08:00
radio.rs checkbox, switch: Improve Checkbox, Switch to use wrap text and TextView. (#651) 2025-02-24 18:04:06 +08:00
root.rs chore: Upgrade for GPUI API changes. (#589) 2025-01-29 16:49:17 +08:00
skeleton.rs theme: Ensure all elements to use radius. (#596) 2025-02-03 19:03:16 +08:00
slider.rs chore: Upgrade for GPUI API changes. (#589) 2025-01-29 16:49:17 +08:00
styled.rs chore: Fix focusd_border typo in #635 (#637) 2025-02-17 17:29:40 +08:00
svg_img.rs chore: Upgrade GPUI 2025/02/10 (#610) 2025-02-10 11:53:25 +08:00
switch.rs checkbox, switch: Improve Checkbox, Switch to use wrap text and TextView. (#651) 2025-02-24 18:04:06 +08:00
tab.rs Add TabBar 2024-06-25 19:07:05 +08:00
table.rs scrollbar: Update scrollbar hitbox to it bounds, not fill the full of parent view. (#624) 2025-02-14 13:54:02 +08:00
tag.rs theme: Ensure all elements to use radius. (#596) 2025-02-03 19:03:16 +08:00
theme.rs tiles: Limit panel x to out of bounds, but keep retaining 64px. (#632) 2025-02-17 11:51:10 +08:00
title_bar.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
tooltip.rs text_view: Update Switch, Checkbox, Radio to let label method support TextView. (#649) 2025-02-24 15:49:54 +08:00
virtual_list.rs chore: Upgrade GPUI 3 (#587) 2025-01-27 03:58:48 +08:00
webview.rs webview: Update visible state when hide or show (#654) 2025-02-25 11:49:29 +08:00
window_border.rs chore: Avoid some unnecessary window.refresh call. (#617) 2025-02-11 17:06:17 +08:00