ledger page is working pretty good.

This commit is contained in:
Bryce Covert
2020-08-22 08:40:21 -07:00
parent 9f765fd493
commit b508d8d8b8
5 changed files with 119 additions and 139 deletions

View File

@@ -137,3 +137,9 @@
(do
^{:key (:info state)}
[:p (:info state)]))])]))
(defn big-loader [status]
(when (= :loading (:state status))
[:div.container
[:div.column.is-4.is-offset-4.has-text-centered
[:div.loader.is-loading.is-active.big.is-centered]]]))