Commit graph

8 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
f400a242d9
Adapt shape type keywrod to new simplified naming.
The redundant and useles `:builtin/` keyword namespace
is stripped out.
2016-04-20 20:35:40 +03:00
Andrey Antukh
de1b72d935 Add the rest of the fonts to the collection. 2016-03-02 18:16:43 +02:00
Andrey Antukh
dce8beab32 Add missing fonts namespace file. 2016-03-02 18:10:55 +02:00
Andrey Antukh
ea8b0f21f9 Add license header to cljs files. 2016-03-01 20:39:28 +02:00
Andrey Antukh
30a6ee2c92 Add proper attribution to material design icons.
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
2016-03-01 20:25:36 +02:00
Andrey Antukh
82b658e7fe Remove any reference to the obsolete icon-svg type. 2016-01-24 01:05:55 +02:00
Andrey Antukh
92a83c2506 Move frontend/uxbox to src/uxbox. 2016-01-12 16:54:53 +02:00