gpui-component/crates/ui
Jason Lee d0a73011de
tooltip: Add KeyBinding to tooltip and Button. (#783)
- Improve `Kbd::format` method.
- Add `tooltip_with_action` method to Button for display key binding in
tooltip.
- 
## Break change

- The `Tooltip::new` has been changed it argument and return type.
    
    ```diff
- pub fn new(text: impl Into<Text>, _: &mut Window, cx: &mut App) ->
AnyView
    + pub fn new(text: impl Into<Text>) -> Self
    ```
2025-04-14 16:40:40 +08:00
..
locales input: Improve clear button position in Input. (#782) 2025-04-11 19:13:17 +08:00
src tooltip: Add KeyBinding to tooltip and Button. (#783) 2025-04-14 16:40:40 +08:00
tests/fixtures
Cargo.toml svg_img: Use system fonts to support CJK characters (#750) 2025-03-27 14:44:04 +08:00
default-colors.json
LICENSE-APACHE