ZIm/crates/ui/src/components
Hans 664efef76b
Remove line breaks when displaying file names in the project panel (#10231)
- Fixed #8603 

For the label title of the project panel, I find that there is no place
to use to get the title of the label to do some operations, it should be
safe to modify it, but I'm not sure how we need to modify the problem, I
can think of two scenarios:
1. Modify every place where you don't want multiple lines to appear
2. Make the label only display a single line (e.g. provide a new
parameter, or a new label type?)
2024-04-10 08:30:13 -06:00
..
avatar Encode rem values derived from pixels using rems_from_px (#9367) 2024-03-14 16:39:55 -04:00
button Improve diagnostic header UI (#9888) 2024-03-27 14:30:27 -07:00
checkbox ui: Center Checkbox within its container (#9201) 2024-03-11 18:08:31 -04:00
label Remove line breaks when displaying file names in the project panel (#10231) 2024-04-10 08:30:13 -06:00
list Inset ContextMenu headers (#9197) 2024-03-11 16:28:16 -04:00
stories ui: Refine TitleBar component (#9415) 2024-03-15 15:48:07 -04:00
title_bar Windows: Fullscreen (#9728) 2024-03-26 09:58:16 -07: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 Inset ContextMenu headers (#9197) 2024-03-11 16:28:16 -04: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 Use task icons for all kinds of tasks (#10333) 2024-04-09 23:51:59 +03:00
indicator.rs tab_switcher: Add tab close buttons (#9968) 2024-04-03 17:28:51 +02:00
keybinding.rs Fix assorted linux issues (#10061) 2024-04-01 17:22:59 -07: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 panel drag leaking through overlay (#10035) 2024-04-01 12:31:19 +02:00
right_click_menu.rs Fix panel drag leaking through overlay (#10035) 2024-04-01 12:31:19 +02: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 ui: Refine TitleBar component (#9415) 2024-03-15 15:48:07 -04:00
tab.rs Encode rem values derived from pixels using rems_from_px (#9367) 2024-03-14 16:39:55 -04:00
tab_bar.rs Encode rem values derived from pixels using rems_from_px (#9367) 2024-03-14 16:39:55 -04:00
title_bar.rs ui: Refine TitleBar component (#9415) 2024-03-15 15:48:07 -04:00
tooltip.rs gpui: Rework overlay element (#9911) 2024-03-29 16:26:16 +01:00