Update docstrings after Tienson's shortcuts fix

Also remove unused :db-schema
This commit is contained in:
Gabriel Horner
2022-09-06 09:35:34 -04:00
committed by Andelf
parent bfe8d46945
commit 12b8592f9b
6 changed files with 8 additions and 18 deletions

View File

@@ -3,7 +3,6 @@
#?(:cljs (:require [cljs.spec.alpha :as s])
:default (:require [clojure.spec.alpha :as s])))
(s/def ::db-schema map?)
(s/def ::ls-right-sidebar-state map?)
(s/def ::ls-right-sidebar-width string?)
(s/def ::ls-left-sidebar-open? boolean?)
@@ -36,8 +35,7 @@
(s/def ::local-storage
;; All these keys are optional since we usually only validate one key at a time
(s/keys
:opt-un [::db-schema
::ls-right-sidebar-state
:opt-un [::ls-right-sidebar-state
::ls-right-sidebar-width
::ls-left-sidebar-open?
:ui/theme