More work on UI, but this commit has a regression

The user is no longer correctly stored in the session, and I'm not sure why not.
This commit is contained in:
Simon Brooke 2018-07-02 10:51:42 +01:00
parent e6d6109575
commit f5afa67eed
46 changed files with 3054 additions and 2821 deletions

View file

@ -46,7 +46,9 @@
mount/start-with-args
:started)]
(log/info component "started"))
(.addShutdownHook (Runtime/getRuntime) (Thread. handler/destroy)))
(.addShutdownHook (Runtime/getRuntime)
(Thread. handler/destroy)))
(defn -main [& args]
(cond
@ -57,4 +59,9 @@
(System/exit 0))
:else
(start-app args)))
(mount/stop)
(mount/start)