mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 11:16:09 +02:00
🐛 Fix problem with page-options spec
This commit is contained in:
parent
1b69eda43e
commit
8eacf738c2
6 changed files with 8 additions and 10 deletions
|
@ -52,8 +52,6 @@
|
|||
[cuerdas.core :as str]
|
||||
[potok.core :as ptk]))
|
||||
|
||||
;; (log/set-level! :trace)
|
||||
|
||||
(s/def ::shape-attrs ::cp/shape-attrs)
|
||||
(s/def ::set-of-string
|
||||
(s/every string? :kind set?))
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
[okulary.core :as l]
|
||||
[promesa.core :as p]))
|
||||
|
||||
(log/set-level! :trace)
|
||||
(log/set-level! :warn)
|
||||
|
||||
(def google-fonts
|
||||
(preload-gfonts "fonts/gfonts.2020.04.23.json"))
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
[potok.core :as ptk]
|
||||
[rumext.alpha :as mf]))
|
||||
|
||||
(log/set-level! :debug)
|
||||
(log/set-level! :warn)
|
||||
|
||||
(def ^:const emit-delay 1000)
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
[app.util.webapi :as wapi]
|
||||
[rumext.alpha :as mf]))
|
||||
|
||||
(log/set-level! :debug)
|
||||
(log/set-level! :warn)
|
||||
|
||||
(defn prepare-params
|
||||
[{:keys [sections pages pages-mode]}]
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
[cuerdas.core :as str]
|
||||
[tubax.core :as tubax]))
|
||||
|
||||
(log/set-level! :trace)
|
||||
(log/set-level! :warn)
|
||||
|
||||
;; Upload changes batches size
|
||||
(def ^:const change-batch-size 100)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue