Andrey Antukh
|
f7bfc4d135
|
🎉 Migrate from figwheel to shadow-cljs.
|
2020-03-30 09:46:35 +02:00 |
|
alonso.torres
|
8b2612559d
|
💅 drag/drop of element libraries in to canvas
|
2020-03-27 14:42:34 +01:00 |
|
alonso.torres
|
4102dca55c
|
🐧 adds layout for libraries sidebar
|
2020-03-26 15:37:15 +01:00 |
|
Andrey Antukh
|
2009545d6a
|
⬆️ Update to the latest version of rumext.
|
2020-03-25 09:41:39 +01:00 |
|
Andrey Antukh
|
1195777036
|
🎉 Add clipboard related functions to webapi utils.
|
2020-03-24 22:57:39 +01:00 |
|
alonso.torres
|
a0a031dbc2
|
🐸 adds crud for libraries and deletion of elements
|
2020-03-20 15:12:34 +01:00 |
|
Andrey Antukh
|
1434cb62f5
|
🎉 Add many helpers to uxbox.util.dom ns.
|
2020-03-20 11:37:40 +01:00 |
|
Andrey Antukh
|
9e5b7459f0
|
🔥 Remove unused code.
|
2020-03-18 11:33:48 +01:00 |
|
Andrey Antukh
|
4c36bce5bd
|
✨ Deprecate uxbox.util.components.
|
2020-03-18 09:53:55 +01:00 |
|
Andrey Antukh
|
118157e43a
|
🚧 Initial integration of workspace toolbar.
|
2020-03-17 17:27:54 +01:00 |
|
Andrey Antukh
|
53700e3cb6
|
🚧 Comment worker code (temporary disabled).
|
2020-03-11 15:53:13 +01:00 |
|
Andrey Antukh
|
eeb2f39ada
|
🔥 Remove unused code.
|
2020-03-11 09:00:09 +01:00 |
|
Andrey Antukh
|
6f0d45dfcd
|
✨ Add error boundaries to the app component.
|
2020-03-10 11:46:18 +01:00 |
|
Andrey Antukh
|
ba373573e0
|
♻️ Initial refactor of page data structure (wip).
Still work in progress but is a necessary step for a future
(re)introduction of groups.
|
2020-03-08 12:46:09 +01:00 |
|
Andrey Antukh
|
146faf74a9
|
♻️ Refactor profile and login.
|
2020-02-04 16:05:51 +01:00 |
|
Andrey Antukh
|
2cebbbc2f8
|
♻️ Refactor images storage.
|
2020-02-03 22:29:59 +01:00 |
|
Andrey Antukh
|
065ed23c79
|
🎉 Add javascript variants of geom.point and geom.matrix.
Only for have them in backup, they are not in use right now
and we dont expect to use them in a near future.
|
2020-02-01 01:16:47 +01:00 |
|
Andrey Antukh
|
1d726564df
|
✨ Simplify changes detection and commit.
With minor code cleaning.
|
2020-01-21 17:42:17 +01:00 |
|
Andrey Antukh
|
8dd6c8457f
|
✨ Use uuid1 instead of uuid4 on all the codebase.
|
2020-01-21 13:15:13 +01:00 |
|
Andrey Antukh
|
20cd5b1d9c
|
🎉 Add uuid v1 implementation.
|
2020-01-21 12:17:49 +01:00 |
|
Andrey Antukh
|
0e35e33607
|
✨ Adapt code to i18n and date-fns changes.
|
2020-01-16 19:29:45 +01:00 |
|
Andrey Antukh
|
595cdd66c7
|
✨ Improve i18n module.
|
2020-01-16 19:28:19 +01:00 |
|
Andrey Antukh
|
76e19a4b41
|
⚡ Performance improvements.
|
2020-01-16 16:22:56 +01:00 |
|
Andrey Antukh
|
72d92c419f
|
🚧 More work on rotation related stuff.
|
2020-01-15 17:59:55 +01:00 |
|
Andrey Antukh
|
338a0b97ac
|
🚧 Start working on shape rotation (with mouse handlers).
|
2020-01-15 00:15:23 +01:00 |
|
Andrey Antukh
|
6957a49752
|
♻️ Add spec ns on shared code (and adapt frontend code to use it).
|
2020-01-11 19:56:48 +01:00 |
|
Andrey Antukh
|
f2d475d3d3
|
♻️ Refactor all i18n subsystem.
|
2020-01-11 16:28:54 +01:00 |
|
Andrey Antukh
|
ab4171b8ec
|
🎉 Add file thumbnails on dashboard.
|
2020-01-08 10:34:02 +01:00 |
|
Andrey Antukh
|
1e058463b2
|
♻️ Refactor: shape data structure, dashboard data loading...
|
2020-01-07 09:35:38 +01:00 |
|
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 |
|