Andrey Antukh
315b389a66
🐛 Fix name generation and handling on creating objects (files, tokens, ...) ( #5745 )
...
* ✨ Update function implementation
* ✨ Add tests for a new function implementation
* ✨ Update function usages according to new signature
* ✨ Update docstrings
* ✨ Use simpler assertion
* 💄 Replace concat with cons on name-seq
* 🐛 Fix incorrect error handling on legacy workspace redirect
---------
Co-authored-by: Andrey Fedorov <oran9e.red@gmail.com>
2025-02-03 12:49:56 +01:00
Andrey Antukh
85746e7cb2
♻️ Refactor state locality
...
The main purpose of this refactor is reduce
a custom state from different pages and unify
them under common access patterns
2025-01-16 15:31:18 +01:00
Andrey Antukh
c6b96a81f1
♻️ Rename data.events to data.event
2024-12-03 12:15:52 +01:00
Pablo Alba
14c917d003
✨ Add event "create-prototype"
2024-11-27 13:51:21 +01:00
Andrey Antukh
723eef9565
🐛 Fix incorrect access to flows on add-new-interaction event
2024-11-25 13:32:45 +01:00
alonso.torres
2fa81474b9
🐛 Fix problem creating manual overlay interactions
2024-11-11 16:06:37 +01:00
alonso.torres
c236e0765b
🐛 Fix problems with show in viewer and interactions
2024-10-14 15:25:37 +02:00
Andrey Antukh
4ad4057878
♻️ Refactor page options data structure
2024-09-18 12:15:12 +02:00
alonso.torres
2d25df33ce
✨ Add write methods to prototype API
2024-07-23 16:55:32 +02:00
Pablo Alba
8825e9f80b
🐛 Fix show in view mode and interactions workflow
2024-06-11 11:01:24 +02:00
Andrey Antukh
6436ef334b
♻️ Refactor persistence layer
2024-06-04 10:15:32 +02:00
alonso.torres
895f649ef1
🐛 Stop drag events when the user focus out the application
2024-03-15 15:34:16 +01:00
alonso.torres
335b51387d
🐛 Fix interactions with nested frames
2024-03-05 18:13:22 +01:00
Andrey Antukh
cc9546dd1b
📎 Add documentation assert on add-flow event impl
2024-02-20 15:25:13 +01:00
alonso.torres
74e57c00af
🐛 Fix create interactions with nested frames
2024-02-19 09:39:12 +01:00
Andrey Antukh
833871df65
💄 Format frontend code
2024-01-08 09:32:50 +01:00
Andrey Antukh
96f5a33f5f
⬆️ Upgrade to beicon2 (part1)
2023-12-26 14:14:20 +01:00
Andrey Antukh
82dc1526d4
⚡ Add performance oriented refactor for mouse streams
2023-11-29 09:15:53 +01:00
Andrey Antukh
52fbc678f3
♻️ Move app.common.pages to app.common.files
2023-11-16 11:07:36 +01:00
Andrey Antukh
b7eb20dc44
⚡ Reduce unnecesary lookups on get-frame-by-position fn
2023-08-29 17:09:00 +02:00
Andrey Antukh
405aa66357
🎉 Add new shape & rect data structures
...
Also optimizes some functions for faster shape and rect props
access (there is still a lot of work ahead optimizing the rest of
the functions)
Also normalizes shape creation and validation for ensuring
correct setup of all the mandatory properties.
2023-07-11 17:27:35 +02:00
Andrey Antukh
5ca3d01ea1
🎉 Add malli based validation and coersion subsystem
2023-05-17 16:05:29 +02:00
alonso.torres
131e4f2446
🐛 Fix nested frame interaction created flow in wrong frame
2023-03-21 16:50:59 +01:00
Andrés Moya
dd2321a37b
🐛 Fix weird numeration creating elements in dashboard
2023-02-02 10:19:36 +01:00
Eva
4f81f9636a
♻️ Change uuid/next for js/Symbol on undo-id for transactions
2023-01-12 12:17:26 +01:00
Eva
694d90d485
✨ Add id functionality to undo transactions
2022-11-24 10:00:32 +01:00
Pablo Alba
1affb53a26
✨ Better overlays interactions on boards inside boards
2022-11-16 14:31:44 +01:00
Andrés Moya
0e49625ebf
✨ Improve interactions with nested boards
2022-09-30 11:28:45 +02:00
Andrey Antukh
41134f22e9
📎 Update license header
2022-09-20 23:23:22 +02:00
Andrés Moya
bdcbe46d0d
♻️ Move component instantiation to new types module
2022-07-29 09:29:24 +02:00
alonso.torres
b38ffdcf30
♻️ Refactor workspace common
2022-06-30 13:09:35 +02:00
Andrés Moya
6f94745aed
♻️ Rename specs -> types
...
NO FUNCTIONALITY IS CHANGED in this commit, only moving things around
2022-06-29 06:25:06 +02:00
alonso.torres
2799c09294
✨ Fix interaction targets
2022-06-17 12:54:51 +02:00
alonso.torres
c8ad379bf8
✨ Adapted viewer for new frames
2022-06-17 12:54:50 +02:00
Pablo Alba
6674135c74
🐛 Revert d2590c7
: 🐛 [Prototype] Prototype mode should not allow edits
2022-03-22 19:21:04 +01:00
Andrés Moya
7b81bb3fc2
💄 Change some code styles
2022-03-10 16:12:22 +01:00
Andrés Moya
e609670a41
🔧 Use changes-builder in many places
2022-03-10 15:37:10 +01:00
Alejandro Alonso
d2590c7651
🐛 [Prototype] Prototype mode should not allow edits
2022-02-25 12:24:09 +01:00
Andrey Antukh
a1da4d4233
♻️ Refactor common.page.helpers namespace.
2022-02-08 15:30:13 +01:00
Andrey Antukh
04f7169aef
♻️ Refactor and modularize all specs.
2022-01-27 13:03:44 +01:00
Andrés Moya
38952b6734
🎉 Enable auto-flows
2021-10-13 14:47:42 +02:00
Andrés Moya
0159eea526
🎉 Add interaction flows
2021-10-07 11:40:01 +02:00