Makes an okay experience of editing vendors through a wizard

This commit is contained in:
2023-11-01 23:06:18 -07:00
parent 3211635dce
commit 99e4f05769
12 changed files with 683 additions and 23 deletions

View File

@@ -19,3 +19,11 @@
(defmacro error [x & kvs]
`(mu/log ~x :status "ERROR" ~@kvs ))
(defn peek
([x]
(info ::peek :entity x)
x)
([y x]
(info y :entity x)
x))