Jason Lee
|
6c7a28c818
|
kbd: Fix Kdb to support display - key. (#1109)
|
2025-07-31 20:39:19 +08:00 |
|
Jason Lee
|
ed0887420f
|
chore: Impl Styled for more elements. (#1007)
This PR for continuing #1005 was missed commits.
|
2025-06-24 19:36:42 +08:00 |
|
Jason Lee
|
71b79cf1b4
|
chore: Add Windows CI (#789)
|
2025-04-14 20:46:32 +08:00 |
|
Jason Lee
|
aa44fd3a43
|
kbd: Fix Kbd keys ordering and on Windows. (#788)
|
2025-04-14 19:27:23 +08:00 |
|
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 |
|
Jason Lee
|
54d74a9617
|
kdb: Add min width 20px to Kdb. (#700)
<img width="358" alt="image"
src="https://github.com/user-attachments/assets/824a0cdd-e03b-49f4-bde6-b77ae0ab48cd"
/>
|
2025-03-10 17:12:43 +08:00 |
|
Jason Lee
|
4db0fd5819
|
kbd: Use background for Kbd. (#699)
|
2025-03-10 17:03:41 +08:00 |
|
Jason Lee
|
8611a23aae
|
kbd: Add Kdb to show keystroke. (#695)
<img width="627" alt="image"
src="https://github.com/user-attachments/assets/c2a6f385-8820-4629-be57-bb5958e531ce"
/>
|
2025-03-07 14:29:50 +08:00 |
|