zed/crates/gpui_macros
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
..
src Unify Render and RenderOnce into View (#58087) 2026-07-08 15:52:48 +00:00
tests Reduce macro burden for rust-analyzer (#42871) 2025-11-17 12:31:00 +00:00
Cargo.toml gpui: Add property_test macro (#50935) 2026-03-06 14:03:45 +00:00
LICENSE-APACHE