gpui-component/docs
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
..
.vitepress docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
data docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
docs table: Change context_menu method in TableDelegate to mutable window and cx. (#1487) 2025-11-03 18:06:29 +08:00
public docs: Update dark theme logo. (#1412) 2025-10-22 22:09:30 +08:00
src docs: Switch to use VitePress. (#1405) 2025-10-21 15:18:41 +08:00
.gitignore docs: Add Context & ElementId doc. (#1460) 2025-10-29 23:37:26 +08:00
bun.lock docs: Switch to use VitePress. (#1405) 2025-10-21 15:18:41 +08:00
contributors.md docs: Update docs links. 2025-10-22 22:27:49 +08:00
contributors.vue docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
index.md docs: Improve docs add more details. (#1447) 2025-10-29 02:41:28 +00:00
index.vue docs: Update from 40+ to 60+ components. 2025-10-24 13:25:31 +08:00
package.json docs: Switch to use VitePress. (#1405) 2025-10-21 15:18:41 +08:00
postcss.config.mjs docs: Switch to use VitePress. (#1405) 2025-10-21 15:18:41 +08:00