Add design improvements to the LSP popover (#33485)
Not the ideal design just yet as that will probably require a different approach altogether, but am pushing here just some reasonably small UI adjustments that will make this feel slightly nicer! Release Notes: - N/A
This commit is contained in:
parent
343f155ab9
commit
2823771c06
7 changed files with 90 additions and 71 deletions
|
@ -45,6 +45,7 @@ pub enum IconName {
|
|||
Blocks,
|
||||
Bolt,
|
||||
BoltFilled,
|
||||
BoltFilledAlt,
|
||||
Book,
|
||||
BookCopy,
|
||||
BookPlus,
|
||||
|
@ -163,6 +164,9 @@ pub enum IconName {
|
|||
ListX,
|
||||
LoadCircle,
|
||||
LockOutlined,
|
||||
LspDebug,
|
||||
LspRestart,
|
||||
LspStop,
|
||||
MagnifyingGlass,
|
||||
MailOpen,
|
||||
Maximize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue