ZIm/crates/ui/src
Danilo Leal b1395c5fdf
agent: Add new panel navigation dropdown (#29539)
- [x] Ensure what appears in the dropdown is really what is accurate
- [x] Ensure keyboard navigation works:
  - [x] Switching tabs with `enter`
  - [x] Closing items from the menu item
  - [x] Opening the dropdown
  - [x] Focus assistant panel on dismiss
- [x] Add ability to close items from the dropdown menu
- [x] Persistence
- [x] Correct behavior when opening a text thread

Release Notes:

- agent: Added a navigation menu that shows the recently opened threads.
The button to see the full history view has been changed inside this
menu.

---------

Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de>
Co-authored-by: Cole Miller <m@cole-miller.net>
Co-authored-by: Bennet Bo Fenner <bennet@zed.dev>
Co-authored-by: Cole Miller <cole@zed.dev>
2025-04-29 21:58:45 -03:00
..
components agent: Add new panel navigation dropdown (#29539) 2025-04-29 21:58:45 -03:00
styles Add progress bar component (#28518) 2025-04-10 12:11:58 -06:00
tests chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
traits chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
utils chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
component_prelude.rs Merge Component and ComponentPreview trait (#28365) 2025-04-08 16:09:06 -06:00
components.rs Add progress bar component (#28518) 2025-04-10 12:11:58 -06:00
prelude.rs Merge Component and ComponentPreview trait (#28365) 2025-04-08 16:09:06 -06:00
styles.rs Add StatusToast & the ToastLayer (#26232) 2025-03-06 20:37:54 +00:00
tests.rs ui crate docs & spring cleaning (#18768) 2024-10-05 23:28:34 -04:00
traits.rs component: Add component and component_preview crates to power UI components (#24456) 2025-02-09 13:25:03 -05:00
ui.rs Merge Component and ComponentPreview trait (#28365) 2025-04-08 16:09:06 -06:00
utils.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00