ZIm/crates/ui/src
Ben Kunkle b84aec0fae
Centralize logic around which keybind to display (#25215)
Closes #24931

We've flipped back and forth at least once on whether the last or first
added keybinding should be shown in different contexts (See
[this](https://github.com/zed-industries/zed/issues/23621#issuecomment-2614061385)
as well as #23621 and the subsequent #23660)

This PR attempts to pick a side to stick with so that we are at least
consistent until #23660 is resolved and we have a way to determine which
keybinds to display in a manner that is both consistent and not
confusing

Release Notes:

- N/A
2025-02-20 09:08:12 -05:00
..
components Centralize logic around which keybind to display (#25215) 2025-02-20 09:08:12 -05:00
styles Adds a way to toggle font size without settings adjustments (#24857) 2025-02-14 13:27:48 +02:00
tests ui crate docs & spring cleaning (#18768) 2024-10-05 23:28:34 -04:00
traits Rework edit prediction preview mode (#24700) 2025-02-11 23:14:12 +00:00
utils Solve 50+ cargo doc warnings (#24071) 2025-02-01 06:19:29 +00:00
components.rs ui: Remove ToolStrip component (#24529) 2025-02-09 16:07:40 +00:00
prelude.rs ui: Update Label component (#24653) 2025-02-11 20:16:59 +00:00
styles.rs Improve experience when themes provide transparent status colors (#13996) 2024-07-09 11:27:47 -04: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 Solve 50+ cargo doc warnings (#24071) 2025-02-01 06:19:29 +00:00
utils.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00