ZIm/crates/ui/src/components
Mikayla Maki cab8b5a9a3
Switch LSP prompts to use a non-blocking toast (#8312)
This fixes a major degradation in usability that some users ran into.

Fixes https://github.com/zed-industries/zed/issues/8255 
Fixes https://github.com/zed-industries/zed/issues/8229

Release Notes:

- Switch from using platform prompts to toasts for LSP prompts.
([8255](https://github.com/zed-industries/zed/issues/8255),
[8229](https://github.com/zed-industries/zed/issues/8229))

<img width="583" alt="Screenshot 2024-02-23 at 2 40 05 PM"
src="https://github.com/zed-industries/zed/assets/2280405/1bfc027b-b7a8-4563-88b6-020e47869668">

Co-authored-by: Marshall <marshall@zed.dev>
2024-02-23 15:18:32 -08:00
..
avatar Make follower avatars smaller (#6724) 2024-01-25 13:53:50 -05: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 Rework loading images from files (#7088) 2024-01-30 11:26:02 -05: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 Close modals and menus before dispathing actions (#7830) 2024-02-15 15:57:32 +02: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 Add static Runnables (#8009) 2024-02-19 18:41:43 +02:00
indicator.rs Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
keybinding.rs chore: Fix clippy::needless_borrow up to an editor 2024-01-21 15:03:24 +01: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 Port the rest of the app 2024-01-21 20:26:33 -08:00
right_click_menu.rs Port the rest of the app 2024-01-21 20:26:33 -08: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 Finish documenting the action, asset, color, and element modules in GPUI 2024-01-20 20:15:23 -08:00
tooltip.rs Add a hover menu to see who's in a channel 2024-01-26 12:25:00 -07:00