ledger page is working pretty good.
This commit is contained in:
@@ -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]]]))
|
||||
|
||||
Reference in New Issue
Block a user