2
0
Commit Graph

16 Commits

Author SHA1 Message Date
a947c1ce34 📦 Upgrade deps to latest version 2022-10-02 10:34:13 +02:00
fc4db575ac feat(editor): ️ Optimize graph navigation 2022-06-26 16:12:28 +02:00
2df8338505 refactor: ♻️ Rename step to block 2022-06-11 08:14:52 +02:00
c5d3b9214d feat(editor): Zoom in/out 2022-04-08 14:30:46 -05:00
7f5d2f4173 feat(editor): 💄 UI bump 2022-03-31 09:49:23 +02:00
b784e8918e fix: 🐛 Minor changes and improved accessibility 2022-03-24 11:44:34 +01:00
7e61ab19eb feat(engine): Link typebot step 2022-03-09 15:56:38 +01:00
31f86d8ef4 chore(analytics): ️ Disable edge delete 2022-03-03 11:09:01 +01:00
e9a9dc00e2 perf(flow): ️ Smooth panning even with complexe flow 2022-03-02 12:21:32 +01:00
3c6783727e feat(flow): Edge menu on click 2022-03-02 09:21:09 +01:00
7a4b96ff7e fix(editor): 🐛 Edge not properly connecting to step target 2022-02-19 18:09:09 +01:00
67ccf07a61 fix(editor): 🐛 Delete edge when adding last step 2022-02-15 15:45:52 +01:00
714f7c8ce5 perf(editor): ️ Improve graph transition perf 2022-02-14 19:31:02 +01:00
7c164e25d7 fix(analytics): 🐛 Analytics board 2022-02-11 18:45:04 +01:00
524ef0812c chore(editor): ♻️ Revert tables to arrays
Yet another refacto. I improved many many mechanisms on this one including dnd. It is now end 2 end tested 🎉
2022-02-04 19:00:08 +01:00
8a350eee6c refactor(editor): ♻️ Undo / Redo buttons + structure refacto
Yet another huge refacto... While implementing undo and redo features I understood that I updated the stored typebot too many times (i.e. on each key input) so I had to rethink it entirely. I also moved around some files.
2022-02-02 08:05:02 +01:00