zed/crates/gpui_macros/src
Mikayla Maki 74b5207744
Unify Render and RenderOnce into View (#58087)
This allows us to build powerful and flexible Input and TextArea
components

Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Release Notes:

- N/A

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-08 15:52:48 +00:00
..
bench.rs editor: Speed up multi cursor editing (#58510) 2026-06-17 07:57:05 +00:00
derive_action.rs settings ui: Start work on creating the initial structure (#36904) 2025-08-29 16:56:10 -04:00
derive_app_context.rs Query for window instead of capturing (#55059) 2026-04-28 08:04:42 +00:00
derive_inspector_reflection.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
derive_into_element.rs Unify Render and RenderOnce into View (#58087) 2026-07-08 15:52:48 +00:00
derive_render.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
derive_visual_context.rs gpui: Actually remove the Result from AsyncApp (#45809) 2026-01-07 12:48:24 -08:00
gpui_macros.rs Unify Render and RenderOnce into View (#58087) 2026-07-08 15:52:48 +00:00
property_test.rs gpui: Preserve test return type in gpui::property_test macro (#55622) 2026-05-04 11:43:06 +00:00
register_action.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
styles.rs gpui: Add builder API for BoxShadow (#57743) 2026-06-11 21:28:12 +00:00
test.rs Detect leaked entities at the end of test runs (#50400) 2026-03-02 12:04:13 +01:00