214 Commits

Author SHA1 Message Date
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
655c7ae023 Properly emit changes on rect dimensions are touched. 2020-01-16 20:00:48 +01:00
Andrey Antukh
e642639662 🔥 Remove unused code. 2020-01-16 16:21:31 +01:00
Andrey Antukh
72d92c419f 🚧 More work on rotation related stuff. 2020-01-15 17:59:55 +01:00
Andrey Antukh
747213dea3 🐛 Fix workspace initialization unexpected behavior. 2020-01-14 21:01:05 +01:00
Andrey Antukh
84df0c431b 🐛 Fix reactivity issue on workspace and file name change. 2020-01-14 15:50:03 +01:00
Andrey Antukh
e61cdc500c Normalize default page data structure. 2020-01-14 15:37:40 +01:00
Andrey Antukh
b441ffc20f 💄 Minor cosmetic changes on project and file naming. 2020-01-14 13:35:31 +01:00
Andrey Antukh
e42ccf932e 🎉 Add the ability to create demo user on demand. 2020-01-14 13:13:10 +01:00
Andrey Antukh
9e68041326 🚧 Initial work on password recovery and register refactor. 2020-01-13 23:52:31 +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
f7838601e6 Improve the shape changes protocol.
Enabling skiping local reaply of changes after
save round-trip.
2020-01-11 18:40:36 +01:00
Andrey Antukh
b13488404e 🐛 Minor fixes related to translations. 2020-01-09 16:33:01 +01:00
Andrey Antukh
4f9b3ad8cb Adapt to new ux the page creation/renaming on workspace. 2020-01-09 16:32:36 +01:00
Andrey Antukh
2a7d516306 Improve shape movement with keyboard.
Make fast movement align with grid.
2020-01-09 15:01:32 +01:00
Andrey Antukh
9af76ad86c 💄 Minor naming changes. 2020-01-09 15:01:14 +01:00
Andrey Antukh
c8298c72ea Improve page options handling. 2020-01-09 13:41:52 +01:00
Andrey Antukh
9c68877328 Include page options into the data field.
And remove unused `metadata` field.
2020-01-08 23:05:37 +01:00
Andrey Antukh
904664319a Adapt zoom widget to new state layout. 2020-01-08 19:18:43 +01:00
Andrey Antukh
9f5151e87f ♻️ Refactor text options. 2020-01-08 18:22:44 +01:00
Andrey Antukh
5d9e1657ba Comment page background options (unused at this momment). 2020-01-07 22:59:41 +01:00
Andrey Antukh
a2dc0a5f56 🎉 Introduce async (batched) shapes changes commit event. 2020-01-07 22:55:37 +01:00
Andrey Antukh
8e228be5a0 Enable shape d&d ordering persistence. 2020-01-07 21:32:41 +01:00
Andrey Antukh
142bd1d049 🔥 Remove unused code. 2020-01-07 17:25:11 +01:00
Andrey Antukh
fe5f91ce15 ♻️ Reorganize user events (mouse, keyboard, scroll, ...) 2020-01-07 17:00:09 +01:00
Andrey Antukh
ebc76849b7 🐛 Fix race condition on lentes (update deps). 2020-01-07 16:29:55 +01:00
Andrey Antukh
dc9fc5e5a9 ♻️ An other rework of workspace initialization. 2020-01-07 10:48:37 +01:00
Andrey Antukh
1e058463b2 ♻️ Refactor: shape data structure, dashboard data loading... 2020-01-07 09:35:38 +01:00
Andrey Antukh
f906945101 Minor improvements on shape selection. 2019-12-20 11:11:11 +01:00
Andrey Antukh
83456d46d9 🚧 Integrate new header buttons and remove drawtools sidebar. 2019-12-19 19:21:41 +01:00
Andrey Antukh
007ee0de5e 🔥 Remove commented code. 2019-12-19 13:29:18 +01:00
Andrey Antukh
758c70f7c3 🚧 More work on collaborative edition (in real time). 2019-12-19 13:13:32 +01:00
Andrey Antukh
f9f36445ec Properly integrate the workspace header. 2019-12-18 23:48:02 +01:00
Andrey Antukh
51058dd83a 🚧 Continue working on websocket communication. 2019-12-18 23:13:31 +01:00
Andrey Antukh
d88bb1cfcb 🚧 Move all page related data events into projects ns. 2019-12-18 23:12:02 +01:00
Andrey Antukh
b7d4908e90 💄 Cosmetic changes on auth data events. 2019-12-18 23:08:42 +01:00
Andrey Antukh
9d93b0d3fb 🚧 Initial work on websocket communication. 2019-12-18 18:15:25 +01:00
Andrey Antukh
014b23647a 🚧 Comment some code related to not working shortcuts. 2019-12-18 10:55:29 +01:00
Andrey Antukh
009a626419 🎉 Enable multiple user touch the same page.
With simplistic conflict resolution.
2019-12-17 22:14:41 +01:00
Andrey Antukh
b03d10a824 🚧 Initial work on granular shape edition. 2019-12-15 21:54:44 +01:00
Andrey Antukh
db768f356b 🚧 Initial work on ops based page data updates. 2019-12-14 21:24: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
cd66d4a519 🚧 Show shapes options. 2019-12-13 13:17:49 +01:00
Andrey Antukh
4c5b41b6b2 Properly handle files and pages deletion (frontend). 2019-12-11 16:35:30 +01:00
Andrey Antukh
9cc9aa015d Enable again the project and file name edition (frontend). 2019-12-11 14:27:30 +01:00
Andrey Antukh
44e120d382 Implement recent files (back and front). 2019-12-11 12:15:06 +01:00
Andrey Antukh
433d8cee9a Adapt page creation to model changes. 2019-12-10 22:04:31 +01:00
Andrey Antukh
9bb5be306f 🚧 More work on dashboard base model refactor (frontend). 2019-12-10 21:50:07 +01:00