ZIm/crates/title_bar/src
Michael Sloan 6aba3950d2
Improve keymap json schema (#23044)
Also:

* Adds `impl_internal_actions!` for deriving the `Action` trait without
registering.

* Removes some deserializers that immediately fail in favor of
`#[serde(skip)]` on fields where they were used. This also omits them
from the schema.

Release Notes:

- Keymap settings file now has more JSON schema information to inform
`json-language-server` completions and info, particularly for actions
that take input.
2025-01-13 02:34:35 +00:00
..
platforms wayland: Fix window state issues (#13885) 2024-07-05 13:42:11 -07:00
stories Fix missing tooltips for selected buttons (#18435) 2024-09-27 14:16:14 +02:00
application_menu.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
collab.rs Adjust TintColor color token terminology (#22826) 2025-01-08 14:40:48 +00:00
platforms.rs Linux window decorations (#13611) 2024-07-03 11:28:09 -07:00
stories.rs Add story for ApplicationMenu (#13948) 2024-07-08 16:55:55 -04:00
title_bar.rs Move git status out of Entry (#22224) 2025-01-04 01:00:16 +00:00
window_controls.rs Linux window decorations (#13611) 2024-07-03 11:28:09 -07:00