Commit Graph

385 Commits

Author SHA1 Message Date
Andrey Antukh
fe61765435 Refresh the view app page each time user clicks on preview button. 2017-02-22 21:05:53 +01:00
Andrey Antukh
3940995e21 Dont allow draw empty shapes. 2017-02-22 21:02:40 +01:00
Andrey Antukh
4a9d0710a4 Fix shape size locking wrong behavior.
It does not worked properly when user
explicitly locks the size proportions
on the measures element options.
2017-02-22 20:49:54 +01:00
Andrey Antukh
9feba4df92 Move stroke radius under stroke element options sidebar. 2017-02-22 20:49:28 +01:00
Andrey Antukh
daa50470f8 Use local lein for frontend dist scripts. 2017-02-22 20:47:41 +01:00
Andrey Antukh
6f4cc4f543 Minor refactor on ruler code. 2017-02-22 17:56:00 +01:00
Andrey Antukh
47f6d531b2 Show submit button disabled instead of hidden on pageform. 2017-02-22 11:11:55 +01:00
Andrey Antukh
227c197692 Update dependencies. 2017-02-22 11:11:24 +01:00
Andrey Antukh
ead0fd53e3 Fix selection rect of drawing circle. 2017-02-21 20:00:18 +01:00
Andrey Antukh
12f40744d2 Draw selection dashed-square when shape is drawing. 2017-02-21 19:39:01 +01:00
Andrey Antukh
9f9bff17e5 Properly handle selrect double initialization.
This issue is happens when user emits mouse-up event out
of workspace, that is not captured by stoper stream, and
then user need to initialie and stop again the selrect.

The double initialization is not an issue but that
was raising unexpected exception and this commit
fixes that.
2017-02-21 19:36:54 +01:00
Andrey Antukh
d57a71b8d6 Remove dead code from shapes selection ns. 2017-02-21 19:36:26 +01:00
Andrey Antukh
d28e0abe38 Add a TODO comment on util.forms. 2017-02-21 18:20:05 +01:00
Andrey Antukh
5ad7e06d79 Print stack trace on console when an exception is raised. 2017-02-21 18:19:45 +01:00
Andrey Antukh
8de6311c1f Fix unexpected exception on path edition. 2017-02-21 18:19:24 +01:00
Andrey Antukh
bedd1def21 Remove commented code on util/forms.cljs file. 2017-02-21 18:07:40 +01:00
Andrey Antukh
6f1c461e2e Add missing clear-mixin on login and register pages. 2017-02-21 18:07:07 +01:00
Andrey Antukh
0bb8fa7e06 Fix incorrect handling of error message timeouts. 2017-02-21 17:49:17 +01:00
Andrey Antukh
8f08a23615 Add better error message for error.network error. 2017-02-21 17:48:52 +01:00
Andrey Antukh
e5651f6d5a Add brotli and gzip static compression to gulp tasks. 2017-02-21 13:23:15 +01:00
Andrey Antukh
6143fd3779 Move caddyfile out of dist directory. 2017-02-21 13:19:25 +01:00
Andrey Antukh
d792f38026 Enable gzip and brotli precompression on dist scripts. 2017-02-21 12:19:27 +01:00
Andrey Antukh
2a7cfbe96f Add caddyfile for test dist build locally. 2017-02-21 12:19:03 +01:00
Andrey Antukh
835dcb15d7 Generate .gz files for dist build. 2017-02-21 11:25:01 +01:00
Andrey Antukh
a546811b40 Add the ability to deactivate the function name mungling. 2017-02-21 11:24:28 +01:00
Andrey Antukh
e8fcb38597 Rename :points attr to :segments on path shape. 2017-02-14 21:57:28 +01:00
Andrey Antukh
340a5b3da2 Minor refactor on geom types and corresponding transit handlers. 2017-02-14 21:56:15 +01:00
Andrey Antukh
b15d70ff91 Remove debug on drawing streams. 2017-02-14 21:54:42 +01:00
Andrey Antukh
2a5d8f71a4 Remove commented code from project.clj 2017-02-14 21:54:14 +01:00
Andrey Antukh
81f788278a Remove unused code. 2017-02-14 21:53:52 +01:00
Andrey Antukh
f50b82d81c Downgrade to 1.9.293 cljs compiler. 2017-01-31 17:25:59 +01:00
Andrey Antukh
6c1955c0d9 Many performance improvements on workspace. 2017-01-31 17:02:33 +01:00
Andrey Antukh
3fdce853d0 Don't trigger page persistence on simple shape selection. 2017-01-31 16:58:10 +01:00
Andrey Antukh
422f2aed64 Minor changes on frontend project.clj 2017-01-31 16:54:21 +01:00
Andrey Antukh
f33fdc58a6 Properly select the first page on workspace first load after dashboard. 2017-01-31 00:17:54 +01:00
Andrey Antukh
aba35dee61 Add more safer shapes packing mechanism. 2017-01-31 00:07:53 +01:00
Andrey Antukh
12b9868f45 Don't render shape if it is nil. 2017-01-30 19:49:35 +01:00
Andrey Antukh
49b783273e Only render shape if it is not nil. 2017-01-30 19:33:09 +01:00
Andrey Antukh
16a322211e Remove duplicate entries from externs. 2017-01-30 19:16:00 +01:00
Andrey Antukh
7a33c561ac Set node version to 6.9.4 2017-01-30 19:00:56 +01:00
Andrey Antukh
ae5cef3907 Render properly image on view application. 2017-01-30 18:53:42 +01:00
Andrey Antukh
0d46c5bac7 Properly render image shapes on viewer. 2017-01-30 17:51:58 +01:00
Andrey Antukh
31b784f046 Fix depreaction warnings (changes introduced in 2.9.0 of beicon). 2017-01-30 17:50:44 +01:00
Andrey Antukh
b0de23b011 Get rid of buggy reactive locks and refactor all related code. 2017-01-30 17:08:02 +01:00
Andrey Antukh
bce58df413 Update frontend dependencies. 2017-01-30 16:59:29 +01:00
Andrey Antukh
76625fbb22 Update cljs compiler to latest version. 2017-01-30 16:59:29 +01:00
Andrey Antukh
0481dc7ebf Update beicon to 2.9.0. 2017-01-30 16:58:45 +01:00
Andrey Antukh
4eaece6cb5 Use relative urls for api and view apps. 2017-01-21 18:13:42 +01:00
Andrey Antukh
7f38aa97fa Remove dist script (replaced by fabric). 2017-01-21 17:24:48 +01:00
Andrey Antukh
bdb4e077a3 Minor fix on frontend dist command. 2017-01-21 16:50:05 +01:00