feat: wip, command palette

This commit is contained in:
Weihua Lu
2021-08-27 18:29:33 +08:00
committed by Tienson Qin
parent 7a2fe9299f
commit 2569611de1
8 changed files with 139 additions and 2 deletions

View File

@@ -72,6 +72,7 @@
:ui/file-component nil
:ui/custom-query-components {}
:ui/show-recent? false
:ui/command-palette-open? false
:ui/developer-mode? (or (= (storage/get "developer-mode") "true")
false)
;; remember scroll positions of visited paths
@@ -156,6 +157,9 @@
#{})
:date-picker/date nil
;; command palette
:command-palette/commands []
:view/components {}})))