keymap_ui: Separate action input into separate column and highlight as JSON (#33726)

Closes #ISSUE

Separates the action input in the Keymap UI into it's own column, and
wraps the input in an `impl RenderOnce` element that highlights it as
JSON.

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Ben Kunkle 2025-07-01 12:58:38 -05:00 committed by GitHub
parent f1f19a32fb
commit 0eee768e7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 183 additions and 72 deletions

3
Cargo.lock generated
View file

@ -14567,6 +14567,7 @@ dependencies = [
name = "settings_ui"
version = "0.1.0"
dependencies = [
"anyhow",
"collections",
"command_palette",
"command_palette_hooks",
@ -14577,6 +14578,7 @@ dependencies = [
"fs",
"fuzzy",
"gpui",
"language",
"log",
"menu",
"paths",
@ -14586,6 +14588,7 @@ dependencies = [
"serde",
"settings",
"theme",
"tree-sitter-json",
"ui",
"util",
"workspace",