penpot/src/uxbox
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
..
data Colors management (#24) 2016-05-14 21:50:06 +03:00
library Colors management (#24) 2016-05-14 21:50:06 +03:00
locales Colors management (#24) 2016-05-14 21:50:06 +03:00
repo Colors management (#24) 2016-05-14 21:50:06 +03:00
state Colors management (#24) 2016-05-14 21:50:06 +03:00
ui Colors management (#24) 2016-05-14 21:50:06 +03:00
util Add horizontal resize handlers (#25) 2016-05-10 10:57:08 +03:00
worker Improvements to grid alignment impl. 2016-04-11 17:34:06 +03:00
constants.cljs Split constants to specific namespace. 2016-04-10 18:51:13 +03:00
core.cljs Redirect to dashboad when logged user enters to login page. 2016-04-26 19:46:38 +03:00
library.cljs Add font rendering to text shape. 2016-03-02 17:58:57 +02:00
locales.cljs Add new transit based and nodejs friendly storage abstraction. 2016-04-15 23:39:21 +03:00
repo.cljs Colors management (#24) 2016-05-14 21:50:06 +03:00
router.cljs Add images section to dashboard. 2016-05-06 20:47:21 +03:00
rstore.cljs Add images section to dashboard. 2016-05-06 20:47:21 +03:00
schema.cljs Port profile form to new form layout. 2016-05-06 22:00:32 +03:00
state.cljs Redirect to dashboad when logged user enters to login page. 2016-04-26 19:46:38 +03:00
ui.cljs Add images section to dashboard. 2016-05-06 20:47:21 +03:00
worker.cljs Add webworkers architecture (rcp). 2016-04-10 18:51:13 +03:00
xforms.cljs