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:
parent
f1f19a32fb
commit
0eee768e7b
3 changed files with 183 additions and 72 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue