Commit graph

76 commits

Author SHA1 Message Date
Andrey Antukh
5b96e1e9fd 🎉 Add common directory tree for code sharing between front and back. 2019-12-14 21:23:54 +01:00
Andrey Antukh
17b91b9368 🎉 Add fill method to rng-impl ns. 2019-12-12 01:01:12 +01:00
Andrey Antukh
af62d949d8 ♻️ Major refactor of page data structure.
In preparation to future collaborative edition.
2019-12-04 20:13:35 +01:00
Andrey Antukh
792303a833 Remove unexpected lag on moving shape.
The lag happens when the shape is not initially selected.
2019-11-26 10:55:38 +01:00
Andrey Antukh
e9b00339a5 🚧 Major refactor of backend code.
Relevant changes:

- ring -> vertx
- suricatta -> vertx-pgsql
- emails improvements
- logging
- hybrid sync/async -> full async execution model
- database layout refactor
2019-11-18 12:35:41 +01:00
Andrey Antukh
7598637efc Enable history sidebar and dialog. 2019-10-21 17:27:24 +02:00
Andrey Antukh
affb1480ce 🎉 Add namespace for performance measuring and debugging tools. 2019-09-20 17:31:48 +02:00
Andrey Antukh
4cf7a48567 🚧 Experimenting with some performance improvements. 2019-09-20 17:30:03 +02:00
Andrey Antukh
31ffa73bda Improve canvas handling on sitemap and workspace. 2019-09-18 18:21:58 +02:00
mathieu.brunot
d8afb97c7a
Merge branch 'wip/multicanvas' of github.com:uxbox/uxbox into i18n/multicanvas 2019-09-13 02:09:47 +02:00
mathieu.brunot
0e8da8e39b
Merge branch 'i18n/main' of github.com:Monogramm/uxbox into i18n/main 2019-09-12 16:49:07 +02:00
Andrey Antukh
b1459f85cd 🚧 More work on data validation. 2019-09-10 12:00:52 +02:00
Andrey Antukh
faf7877d00 🚧 Use cljs.spec everywhere. 2019-09-09 23:21:55 +02:00
Andrey Antukh
a009961a58 🚧 More work on data and forms validation. 2019-09-09 12:34:31 +02:00
Andrey Antukh
689cc5f3e7 🚧 More work on better forms and data validation. 2019-09-02 20:49:48 +02:00
Andrey Antukh
04a5038ff4 🚧 More work on forms refactoring. 2019-08-29 11:23:04 +02:00
Andrey Antukh
ae2d8330ca 🚧 Initial work on password form. 2019-08-28 19:41:11 +02:00
Andrey Antukh
08bd135d55 ♻️ Refactor user profile form. 2019-08-28 19:01:11 +02:00
Andrey Antukh
263da4cc35 :constructor: Initial work on forms refactor. 2019-08-26 21:41:13 +02:00
Andrey Antukh
807555d478 🚧 Initial work on multicanvas feature. 2019-08-21 21:09:54 +00:00
Andrey Antukh
205d09a5cd Adapt to rumext api changes. 2019-08-13 09:02:05 +00:00
Andrey Antukh
8d03ff40ab 🎉 Initial work on multicanvas setup.
Preparing the workspace code to be able handle
multiple canvas in a single page.
2019-08-12 18:05:08 +02:00
mathieu.brunot
5c12bd988d
🌐 History, icons and messages i18n
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-08-10 21:55:56 +02:00
Andrey Antukh
03c9d9c8f1 ♻️ Refactor drag-and-drop on workspace sidebars (now using react-dnd). 2019-08-08 16:27:37 +02:00
Andrey Antukh
dbf754880e Add React-DnD dependency bundle. 2019-08-08 16:27:26 +02:00
Andrey Antukh
fada526f5d 🔧 Adapt shapes to use new rumext macros. 2019-08-07 20:12:35 +02:00
Andrey Antukh
d2fe689fc5 🐛 Use scheduler on chunked-list component. 2019-08-06 09:08:00 +02:00
Andrey Antukh
c9e88cfdb7 ♻️ Refactor icons dashboard page. 2019-08-06 09:06:07 +02:00
Andrey Antukh
212ae89c50 ♻️ mainly workspace refactor 2019-08-02 20:18:05 +02:00
Andrey Antukh
4e382d456f 🐛 Fix initial page loading. 2019-07-24 13:29:07 +02:00
Andrey Antukh
406157c06c ♻️ Refactor profile & language loading. 2019-07-24 00:49:37 +02:00
Andrey Antukh
14d97511e6 Refactor settings pages and add tha ability to change current locale. 2019-07-21 19:09:37 +02:00
Andrey Antukh
c2815d15ed feat(frontend): minor refactor on login and project create form 2019-07-18 14:27:42 +02:00
Andrey Antukh
0115a86b24 feat(frontend): remove bide dependency 2019-07-09 13:39:49 +02:00
Andrey Antukh
adfd40cde7 fix(frontend): fix wrong arity decl on navigate function 2019-07-03 18:02:54 +02:00
Andrey Antukh
26cdebece4 feat(frontend): refactor router 2019-07-02 17:19:55 +02:00
Andrey Antukh
c98e89278f feat(frontend): improve i18n 2019-06-24 17:39:10 +02:00
Andrey Antukh
ea1bfd5eaa fix(frontend): add render-to-html function 2019-06-24 17:39:10 +02:00
Andrey Antukh
88f45fb618 feat(frontend): initial work on react and rumext upgrade 2019-06-24 17:39:10 +02:00
Andrey Antukh
3b648f5aa5 refactor: replace lein with cli tools and update some deps
- also removes docker files from source directories
- minor assets reorganization on back (make it more production ready)
2019-06-03 16:51:20 +02:00
mathieu.brunot
e06bc2cc95
🌐 Translate several dashboards 2019-02-21 04:36:22 +01:00
Andrey Antukh
671c2d912c
Remove all usage of mx/component and replace that with rumext. 2017-04-08 18:30:03 +02:00
Andrey Antukh
491d91b1ee
Make components lazy by default. 2017-04-08 14:00:49 +02:00
Andrey Antukh
94677f2f7e
Improve history handling on frontend. 2017-03-25 19:35:54 +01:00
Andrey Antukh
1aa236e812
Replace funcool/struct with cljs.spec.
As a result, one dependency less.
2017-03-08 16:58:00 +01:00
Andrey Antukh
c5d15f01cf
Update copyright year on time ns. 2017-03-06 21:37:34 +01:00
Andrey Antukh
e21fe53ce6
Remove useless predicate for check date instance. 2017-03-06 21:26:25 +01:00
Andrey Antukh
9c4c267753
Simplify time related types and remove momentjs dependency. 2017-03-06 18:40:49 +01:00
Andrey Antukh
fdf3f1b6f0
Add the ability to create a point instance from hash-map. 2017-03-02 16:22:36 +01:00
Andrey Antukh
9238a76156
Remove unused alias to uuid generation. 2017-02-28 18:26:02 +01:00