WIP: Working modal, without navigation and search on every keystroke

This commit is contained in:
KCaverly 2023-06-28 13:27:26 -04:00
parent 9d19dea7dd
commit 40ff7779bb
4 changed files with 146 additions and 19 deletions

View file

@ -14,6 +14,8 @@ language = { path = "../language" }
project = { path = "../project" }
workspace = { path = "../workspace" }
util = { path = "../util" }
picker = { path = "../picker" }
theme = { path = "../theme" }
anyhow.workspace = true
futures.workspace = true
smol.workspace = true