Andrey Antukh
555210175e
✨ Add clj-kondo dependency for linting.
2020-02-25 16:21:58 +01:00
Andrey Antukh
90c0bce9aa
💄 Remove unused code.
2020-02-20 17:52:18 +01:00
Andrey Antukh
a0a76f6b65
✨ Add cursor tooltips.
2020-02-20 17:18:44 +01:00
Andrey Antukh
6988f0a35e
🐛 Fix wrong behavior on shape/canvas hide/show options.
2020-02-20 12:08:06 +01:00
Andrey Antukh
8f77a59a97
✨ Improved canvas displacement on options.
2020-02-20 11:50:43 +01:00
Andrey Antukh
35e50dc47c
🐛 Fix unexpected exception after logout.
2020-02-20 09:41:30 +01:00
Andrey Antukh
ff43df6822
🐛 Many bugfixes.
2020-02-19 19:20:13 +01:00
Andrey Antukh
86a55fd292
✨ Add proper impl for deleting selected objects.
2020-02-19 12:05:27 +01:00
Andrey Antukh
86ba4fd083
🎉 Reimplement canvas as svg (instead of g+rect).
2020-02-18 17:11:17 +01:00
Andrey Antukh
63a339dd31
♻️ Add undo/redo.
...
Reimplement :mov-shape change type operation.
2020-02-17 17:44:43 +01:00
Andrey Antukh
7a5145fa37
♻️ Big refactor of the default data model.
...
Introduce teams.
2020-02-17 09:49:04 +01:00
Andrey Antukh
0cc5c7f7bb
♻️ Reimplement websockets using streams.
2020-02-08 15:39:26 +01:00
Andrey Antukh
460019e01b
🐛 Minor fix on build params.
2020-02-04 22:04:22 +01:00
Andrey Antukh
c5149ec42c
📎 Minor changes on default configuration.
2020-02-04 20:23:04 +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
Juan de la Cruz
c1dee0dbf7
Fix library tabs styles
2020-02-01 11:54:33 +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
89f65a15de
📎 Add fontawesome file.
...
Just to have it on fonts directory and being
able to generate logs report with goaccess.
2020-02-01 01:15:27 +01:00
Andrey Antukh
cbffee1486
✨ Normalize shape absolute resize implementation.
...
Making it more safe and less dynamic.
2020-02-01 01:14:30 +01:00
Andrey Antukh
8057fb54a6
✨ Add verify
macro for true runtime spec asserts.
...
This commits mainly renames the old `assert` to `verify` and
adds new `assert` that laverages `:elide-asserts` on clojurescript
and *assert* value on clojure.
This approach enables an assert macro that does not performs
any runtime checks and compiles to more performant code in both
cases: development mode and production mode.
2020-01-31 19:12:48 +01:00
Andrey Antukh
391b926397
🐛 Fix circle dimensions update.
2020-01-31 11:16:30 +01:00
Andrey Antukh
dcc81c9275
📎 Add commented code related to undo/redo.
2020-01-31 10:52:34 +01:00
Andrey Antukh
8d99bd723b
🐛 Fix rotation of path and curve shapes.
2020-01-30 13:28:27 +01:00
Andrey Antukh
85f4d4824f
🐛 Fix circle shape rotation behavior.
2020-01-30 13:16:37 +01:00
Andrey Antukh
cdcae36b58
🐛 Add missing canvas impl for some geom operations.
2020-01-28 17:05:50 +01:00
Andrey Antukh
a0df97a2e5
🐛 Minor fix on commit-snapshot handler.
2020-01-28 13:02:30 +01:00
Andrey Antukh
590b68aa29
🐛 Fix unexpected operation ordering.
2020-01-28 12:48:09 +01:00
Andrey Antukh
75b64b71bf
🐛 Fix icons selection options widget.
2020-01-28 11:12:14 +01:00
Andrey Antukh
47ab946f81
🎉 Add icon element options sidebar.
2020-01-27 15:33:21 +01:00
Andrey Antukh
bbd7e33059
🎉 Restore icons toolbox.
2020-01-27 15:24:35 +01:00
Andrey Antukh
03eb756551
✨ Reduce the persist debounce window.
2020-01-27 13:27:01 +01:00
Andrey Antukh
de09217e30
🐛 Fix rotation transformation on image shape.
2020-01-27 13:25:36 +01:00
Andrey Antukh
866da08cab
🐛 Fix uploaded-at date formatting on images list.
2020-01-27 13:22:17 +01:00
Andrey Antukh
f099e0f90d
🐛 Fix unexpected behavior on selection controls on non-rect like shapes.
2020-01-24 12:39:48 +01:00
Andrey Antukh
c86b6b7b8f
🐛 Fix element option position update on all shape types.
2020-01-24 12:34:31 +01:00
Andrey Antukh
d4799ea1df
🐛 Fix colorpalette unexpected exceptions.
2020-01-24 12:13:44 +01:00
Andrey Antukh
dcd797888c
🐛 Fix login and logout remo handlers.
2020-01-24 11:15:40 +01:00
Andrey Antukh
b6f6ab490f
🔥 Remove old repo code.
...
And make closure-defnes parametrizable.
2020-01-21 23:09:28 +01:00
Andrey Antukh
1724f55cb2
💄 Minor cosmetic changes on message collection (i18n).
2020-01-21 21:31:43 +01:00
Andrey Antukh
24677a3266
♻️ Rewrite translations messages collection using gramar based parser.
2020-01-21 21:28:29 +01:00
Andrey Antukh
abb19572b5
🔥 Remove unused code.
2020-01-21 17:42:17 +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
5ac5142b67
🐛 Properly redirect to login when no route.
2020-01-20 14:30:52 +01:00
Andrey Antukh
f57ce57cb3
♻️ Refactor on docker and build scripts.
...
- Migrate to from ubuntu to debian.
- Add new buildenv image.
- Remove production images building from this repo.
- Better comaptibility with other architectures (arm64).
- Improved config management.
2020-01-20 13:26:37 +01:00
Andrey Antukh
655c7ae023
✨ Properly emit changes on rect dimensions are touched.
2020-01-16 20:00:48 +01:00
Andrey Antukh
55c2ad9644
✨ Add canvas element options.
2020-01-16 19:46:43 +01:00
Andrey Antukh
fbefb3543e
💄 Other cosmetic change on dashboard-grid css.
2020-01-16 19:34:56 +01:00