Andrey Antukh
82f1da06f8
Update dependencies.
2016-05-22 20:46:32 +03:00
Andrey Antukh
defe616b22
Refactor shapes related namespaces.
2016-05-22 20:13:31 +03:00
Andrey Antukh
2733debadc
Merge pull request #30 from uxbox/image-collections
...
Images dashboard
2016-05-22 17:44:52 +03:00
Jesús Espino
52b0b83259
Changing the endpoint url of list and create images
2016-05-21 17:46:19 +02:00
Jesús Espino
0550e73034
Moving select image lightbox to workspace
2016-05-21 17:46:19 +02:00
Andrey Antukh
a6d15e11ef
Use doto idiom for populate formdata object.
2016-05-21 17:46:19 +02:00
Andrey Antukh
0c0d227788
Remove unused functions.
2016-05-21 17:46:19 +02:00
Jesús Espino
b3e9e7d1aa
Images dashboard
2016-05-21 17:46:19 +02:00
Andrey Antukh
963d22d930
Use proper initial color value on workspace colorpicker.
2016-05-20 21:14:31 +03:00
elhombretecla
7f123c1952
fig dashboard scroll bug
2016-05-20 08:19:20 +02:00
Andrey Antukh
e8fe5508d2
Merge branch 'new-colorpicker'
2016-05-19 21:39:34 +03:00
Andrey Antukh
1da54f0c73
Fully integrate new color picker in workspace.
2016-05-19 21:39:14 +03:00
elhombretecla
249414c051
add new colorpicker styles
2016-05-19 21:39:14 +03:00
Andrey Antukh
fce1e6b362
Remove wrong imports.
2016-05-19 21:39:14 +03:00
Andrey Antukh
5da652a794
Add workspace specific colorpicker.
2016-05-19 21:39:14 +03:00
Andrey Antukh
75995c8cf7
Add node equality checker function.
2016-05-19 21:39:14 +03:00
Andrey Antukh
8fa46d5257
Add the ability to close lightbox clicking out of main div.
2016-05-19 21:39:14 +03:00
Andrey Antukh
e39f9767be
Minor style improvements.
2016-05-19 21:39:14 +03:00
Andrey Antukh
25eff6a0a7
Improved color collections color lightbox.
2016-05-19 21:39:14 +03:00
Andrey Antukh
b3f50928d4
Add input fields to colorpicker.
2016-05-19 21:39:14 +03:00
Andrey Antukh
615586ec89
Split element options in separated namespaces for each menu type.
2016-05-19 21:39:14 +03:00
Andrey Antukh
ef43f31b91
Add missing copyright prelude on auth and users ns.
2016-05-19 21:39:14 +03:00
elhombretecla
958782ea95
hide color picker tooltip
2016-05-19 21:39:14 +03:00
elhombretecla
9422987133
change options order
2016-05-19 21:39:14 +03:00
elhombretecla
3531d5054a
add picker icon and new color options
2016-05-19 21:39:14 +03:00
elhombretecla
5a50bc80e3
add color picker tooltip
2016-05-19 21:39:14 +03:00
elhombretecla
a779369185
add color th to options
2016-05-19 21:39:14 +03:00
elhombretecla
e523d2d0dc
change select controls colors and fix cursor bug
2016-05-19 10:00:32 +02:00
elhombretecla
eabfa50142
restyle shape selected controls
2016-05-18 16:57:26 +02:00
Jesús Espino
94e23400c3
Change default opened options on project open ( #28 )
2016-05-18 17:13:12 +03:00
Andrey Antukh
efad3ff73c
Improved projects, colors and workspace page data loading.
2016-05-16 13:44:13 +03:00
Andrey Antukh
191fae23d3
Set a fixed user photo until photo upload is implemented.
2016-05-16 13:43:35 +03:00
Andrey Antukh
4675590aac
Use new loader state atom for render loader component.
2016-05-16 13:43:13 +03:00
Andrey Antukh
144dc59a7a
Add specific error handler for disable loader in an unexpected error.
2016-05-16 13:29:43 +03:00
Andrey Antukh
3ac6df7c26
Move loader state under sparated atom under uxbox.state ns.
2016-05-16 13:29:19 +03:00
Andrey Antukh
3b56210bde
Add UI related error handling under uxbox.ui ns.
...
Instead of on uxbox.state.
2016-05-16 13:28:26 +03:00
Andrey Antukh
05df84e89c
Add extensible error handling to rstore impl.
2016-05-16 13:27:52 +03:00
Andrey Antukh
ef47a0aaad
Fix wrong logout event implementation.
2016-05-16 13:27:21 +03:00
Andrey Antukh
c8d48d4667
Simplified login event.
2016-05-16 13:27:10 +03:00
Andrey Antukh
6eb65bfe39
Move router lense decaration to uxbox.ui ns.
2016-05-16 13:16:11 +03:00
Andrey Antukh
e0ba0fd41f
Schedule to the next context the message side effect.
2016-05-16 13:12:32 +03:00
Andrey Antukh
c57e3f2a68
Remove bootstrap println message.
2016-05-16 13:11:01 +03:00
Andrey Antukh
5f7fea7201
Remove ^:const froms state code.
2016-05-14 22:28:18 +03:00
Andrey Antukh
c2b8f7e50c
Remove ^:const metadata from router code.
2016-05-14 22:27:35 +03:00
Andrey Antukh
af2deea11d
Remove ^:const from projects ui code.
2016-05-14 22:24:45 +03:00
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
Jesús Espino
4c193d6026
Bring the shape resize handlers to the front ( #26 )
2016-05-12 20:00:42 +03:00
Andrey Antukh
87f9e8b38d
Minor changes on figwheel script.
2016-05-11 00:42:01 +03:00
Andrey Antukh
d57f98e06d
Update dependencies.
2016-05-11 00:42:01 +03:00
Andrey Antukh
cb003407b2
Add download dummy lightbox.
2016-05-11 00:42:01 +03:00