2
0
Commit Graph

14 Commits

Author SHA1 Message Date
c5d3b9214d feat(editor): Zoom in/out 2022-04-08 14:30:46 -05:00
327da3104d feat(editor): ️ Improve previewing blocks 2022-04-02 12:03:21 +02:00
db10f1ee89 feat(engine): Improve variables in executed codes 2022-03-31 16:42:15 +02:00
7f5d2f4173 feat(editor): 💄 UI bump 2022-03-31 09:49:23 +02:00
261cd9a5c7 fix(editor): ️ Improve block focus 2022-03-29 10:23:45 +02:00
80679dfbd0 fix(editor): 🐛 Fix block title select on Chrome and Safari 2022-03-14 08:32:38 +01:00
ae347eeb53 fix(flow): 🐛 Drag single step from block 2022-03-01 14:06:15 +01:00
8533bb92a8 fix(editor): 🐛 Start block was deletable 2022-02-25 08:15:30 +01:00
d49461cde6 fix: 🚑️ Webhook and instant updates 2022-02-22 10:27:31 +01:00
7a4b96ff7e fix(editor): 🐛 Edge not properly connecting to step target 2022-02-19 18:09:09 +01:00
1033e42b60 feat(editor): 💫 Can pan graph with mouse + click 2022-02-14 06:23:39 +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