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

@ -62,7 +62,9 @@
[lein-codox "0.10.3"]]
:bower-dependencies [[leaflet "0.7.3"]
[jquery "3.3.1"]]
[jquery "3.3.1"]
[datatables.net "1.10.19"]
[datatables.net-dt "1.10.19"]]
:bower {:directory "resources/public/js/lib"}
:cucumber-feature-paths ["test/clj/features"]