gpui-component/docs/docs/components
Jason Lee faee23eef8
table: Change context_menu method in TableDelegate to mutable window and cx. (#1487)
## Break Change

- The `window`, `cx` has changed from `&Window`, `&App` to `&mut
Window`, `&mut App`.

```diff
- fn context_menu(&self, row_ix: usize, menu: PopupMenu, window: &Window, cx: &App)
+ fn context_menu(&self, row_ix: usize, menu: PopupMenu, window: &mut Window, cx: &mut App)
```
2025-11-03 18:06:29 +08:00
..
accordion.md docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
alert.md docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
avatar.md docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
badge.md docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
button.md docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
calendar.md docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
chart.md docs: Update chart (#1446) 2025-10-28 14:46:13 +08:00
checkbox.md docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
clipboard.md docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
color-picker.md docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
date-picker.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
description-list.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
drawer.md chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
editor.md chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
form.md chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
group-box.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
icon.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
image.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
index.md chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
indicator.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
input.md chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
kbd.md chore: Update List, Tree, Kbd exports. (#1467) 2025-10-30 07:19:39 +00:00
label.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
list.md list, table: Refactor List, Table to have ListState, TableState. (#1468) 2025-11-02 12:59:37 +00:00
menu.md docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
modal.md chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
notification.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
number-input.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
otp-input.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
popover.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
progress.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
radio.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
resizable.md resizable: Simplify Resizable API. (#1459) 2025-10-29 23:01:05 +08:00
scrollable.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
select.md select: Impl SelectItem for &'static str. (#1451) 2025-10-28 13:37:00 +00:00
sidebar.md chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00
skeleton.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
slider.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
switch.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
table.md table: Change context_menu method in TableDelegate to mutable window and cx. (#1487) 2025-11-03 18:06:29 +08:00
tabs.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
tag.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
title-bar.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
toggle.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
tooltip.md docs: Remove incorrect Accessibility section. (#1439) 2025-10-28 10:24:48 +08:00
tree.md chore: Update List, Tree, Kbd exports. (#1467) 2025-10-30 07:19:39 +00:00
virtual-list.md chore: Update List, Tree, Kbd exports. (#1467) 2025-10-30 07:19:39 +00:00
webview.md chore: Rename Dropdown to Select, TextInput to Input. (#1449) 2025-10-28 21:22:31 +08:00