ZIm/crates/ui/src/components
Marshall Bowers 25c471f9e4
Render + separators for keybindings on non-macOS platforms (#9194)
This PR adjusts the rendering of keybindings on non-macOS platforms to
have a `+` separator instead of just a blank space.

<img width="952" alt="Screenshot 2024-03-11 at 3 18 17 PM"
src="https://github.com/zed-industries/zed/assets/1486634/1573823d-4329-41f0-bef4-7a6c09f3e632">

<img width="584" alt="Screenshot 2024-03-11 at 3 16 25 PM"
src="https://github.com/zed-industries/zed/assets/1486634/aae41b22-dfde-40a6-9e0e-cee855522d3a">

Release Notes:

- N/A
2024-03-11 15:57:31 -04:00
..
avatar Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
button Finish documenting the action, asset, color, and element modules in GPUI 2024-01-20 20:15:23 -08:00
checkbox Add CheckboxWithLabel component (#7881) 2024-02-15 21:00:30 -05:00
label Switch LSP prompts to use a non-blocking toast (#8312) 2024-02-23 15:18:32 -08:00
list Revert "Improve completion, action and shared project popovers' layout" 2024-01-23 15:26:11 -08:00
stories ui: Extend KeyBinding with support for displaying keybindings for other platforms (#9192) 2024-03-11 15:03:55 -04:00
avatar.rs Add dedicated indicator for showing a muted call participant (#4076) 2024-01-16 16:18:06 -05:00
button.rs Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
checkbox.rs Add CheckboxWithLabel component (#7881) 2024-02-15 21:00:30 -05:00
context_menu.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
disclosure.rs Make clicking ListHeader labels toggle the disclosure (#4140) 2024-01-18 18:21:53 -05:00
divider.rs Clean up references in doc comments in ui and theme crates (#3985) 2024-01-09 15:22:36 -05:00
icon.rs Improve UI of popover buttons when hovering over chat messages (#9041) 2024-03-08 12:46:51 -07:00
indicator.rs Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
keybinding.rs Render + separators for keybindings on non-macOS platforms (#9194) 2024-03-11 15:57:31 -04:00
label.rs Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
list.rs Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
popover.rs Finish documenting the action, asset, color, and element modules in GPUI 2024-01-20 20:15:23 -08:00
popover_menu.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
right_click_menu.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
stack.rs Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
stories.rs Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
tab.rs Finish documenting the action, asset, color, and element modules in GPUI 2024-01-20 20:15:23 -08:00
tab_bar.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
tooltip.rs Add a hover menu to see who's in a channel 2024-01-26 12:25:00 -07:00