gpui-component/crates/ui/src
Jason Lee 469b53178b
form: Renamed column to columns. (#1522)
## Break Change

- Renamed `column` to `columns` and receive `usize` type.
2025-11-05 07:32:15 +00:00
..
avatar
button toggle: Refactor Toggle, ToggleGroup API. (#1515) 2025-11-05 10:47:55 +08:00
chart chart(bar): Fix the label is not centered (#1448) 2025-10-28 16:53:42 +08:00
dock tiles: Add scrollbar_show option to Tiles (#1496) 2025-11-04 17:42:46 +08:00
highlighter highlighter: Make SyntaxHighlighter::styles method public for external use (#1415) 2025-10-23 10:34:13 +08:00
input input, select, date_picker: Refactor cleanable to have argument and default to false. (#1506) 2025-11-05 09:33:31 +08:00
list input, select, date_picker: Refactor cleanable to have argument and default to false. (#1506) 2025-11-05 09:33:31 +08:00
menu chore: Update List, Tree, Kbd exports. (#1467) 2025-10-30 07:19:39 +00:00
plot chart(pie): Support dynamic inner and outer radius (#1444) 2025-10-28 13:53:28 +08:00
resizable resizable: Simplify Resizable API. (#1459) 2025-10-29 23:01:05 +08:00
scroll tiles: Add scrollbar_show option to Tiles (#1496) 2025-11-04 17:42:46 +08:00
sidebar chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
tab tab: Use on_click instead of action for TabBar dropdown menu. (#1454) 2025-10-29 01:04:14 +00:00
table table: Keep scroll to item at bottom when move down. (#1499) 2025-11-04 09:28:37 +00:00
text chore: Update dependencies to smol = 2 (#1404) 2025-10-21 10:56:48 +08:00
theme list, table: Refactor List, Table to have ListState, TableState. (#1468) 2025-11-02 12:59:37 +00:00
time input, select, date_picker: Refactor cleanable to have argument and default to false. (#1506) 2025-11-05 09:33:31 +08:00
accordion.rs
actions.rs tree: Add Tree. (#1373) 2025-10-15 18:39:47 +08:00
alert.rs
animation.rs
badge.rs
breadcrumb.rs breadcrumb: Rename item to child and add children method. (#1519) 2025-11-05 15:13:29 +08:00
checkbox.rs checkbox: Do not stop propagation when click (#1385) 2025-10-16 06:01:06 +00:00
clipboard.rs clipboard: Removed content method from Clipboard. (#1520) 2025-11-05 07:17:58 +00:00
color_picker.rs chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
description_list.rs description_list: Renamed child to item, and add child to add DescriptionItem. (#1521) 2025-11-05 07:26:17 +00:00
divider.rs divider: Remove the horizontal divider full width style (#1278) 2025-09-23 13:46:35 +08:00
drawer.rs form: Renamed column to columns. (#1522) 2025-11-05 07:32:15 +00:00
event.rs
form.rs form: Renamed column to columns. (#1522) 2025-11-05 07:32:15 +00:00
global_state.rs
group_box.rs group_box: Fix incorrect h_full in GroupBox. (#1253) 2025-09-16 21:23:29 +08:00
history.rs input: Grouping input history to avoid IME placeholder. (#1375) 2025-10-14 13:27:23 +00:00
icon.rs tree: Add Tree. (#1373) 2025-10-15 18:39:47 +08:00
index_path.rs
indicator.rs
inspector.rs description_list: Renamed child to item, and add child to add DescriptionItem. (#1521) 2025-11-05 07:26:17 +00:00
kbd.rs menu: Add AppMenuBar. (#1338) 2025-10-10 21:03:16 +08:00
label.rs label: Add HighlightsMatch to support prefix matching (#1243) 2025-09-12 18:35:55 +08:00
lib.rs chore: Update List, Tree, Kbd exports. (#1467) 2025-10-30 07:19:39 +00:00
link.rs
modal.rs modal, drawer: Block background interaction when Modal, Drawer is active. (#1483) 2025-11-03 16:51:38 +08:00
notification.rs
popover.rs menu: Add AppMenuBar. (#1338) 2025-10-10 21:03:16 +08:00
progress.rs
radio.rs radio: Rename on_change to on_click for RadioGroup. (#1517) 2025-11-05 02:53:22 +00:00
root.rs chore: Refactor tab key to switch focus. (#991) 2025-09-29 16:48:24 +08:00
select.rs input, select, date_picker: Refactor cleanable to have argument and default to false. (#1506) 2025-11-05 09:33:31 +08:00
skeleton.rs
slider.rs
styled.rs Bump gpui (#1324) 2025-10-03 14:32:29 +08:00
switch.rs
tag.rs tag: Implement styled for custom style (#1319) 2025-10-02 14:07:07 +08:00
title_bar.rs
tooltip.rs chore: Update List, Tree, Kbd exports. (#1467) 2025-10-30 07:19:39 +00:00
tree.rs Fix state internal update to refresh for List, Tree, Table and Select. (#1492) 2025-11-04 16:25:37 +08:00
virtual_list.rs virtual_list: Fix VirtualList by measure item to get correct content_size to avoid scroll overflow. (#1388) 2025-10-16 07:50:09 +00:00
webview.rs Bump gpui (#1324) 2025-10-03 14:32:29 +08:00
window_border.rs Bump gpui (#1324) 2025-10-03 14:32:29 +08:00