Commit graph

7 commits

Author SHA1 Message Date
Jesús Espino
3f4ed6faa5 Colors management (#24)
* Colors management

* Minor indentation fixes.

* Remove redundant naming.

* Add missing block comment annotations.

* Use consistently defrecord instead of reify.

* Remove useless mapcat usage and simplify the related code.

* Start using more optimistic updates on collection operations.

* Remove println.

* Remove ^:const metadata.

* Remove neested let.

* Replace when with if on sablono templates.
2016-05-14 21:50:06 +03:00
Andrey Antukh
6d2cd7da59
Simplify error handling on events that communicate with backend. 2016-04-13 20:09:23 +03:00
Andrey Antukh
cad95c67a5 Reorganize repo code. 2016-04-02 11:53:39 +03:00
Andrey Antukh
6fdc0c0fd6 Split project and page repository functions in different namespaces. 2016-03-19 15:26:11 +02:00
Andrey Antukh
09c5e4e3c0 Add initial reposotory abstraction with auth methods. 2016-03-15 20:53:17 +02:00
Andrey Antukh
ea8b0f21f9 Add license header to cljs files. 2016-03-01 20:39:28 +02:00
Andrey Antukh
7aaf894a98 Add initial approach for client-server communication. 2016-02-24 17:26:23 +02:00