2
0
Commit Graph

13 Commits

Author SHA1 Message Date
a0929c492b feat(user): Revokable API tokens 2022-06-03 13:20:19 +02:00
e268638786 ci: Fix e2e tests 2022-05-13 06:47:39 -07:00
6af47f0277 fix(editor): 🐛 Throttle incoming typebot to avoid overwrite bug 2022-05-12 12:28:52 -07:00
69248f94d4 docs: 📝 Update env var and write Configuration doc 2022-03-13 08:56:10 +01:00
5c524a0432 refactor: ♻️ Migrate to dequal 2022-03-10 18:17:51 +01:00
2c1f69439b feat(editor): 🚸 Improve and unify inputs 2022-03-10 11:34:55 +01:00
7e61ab19eb feat(engine): Link typebot step 2022-03-09 15:56:38 +01:00
7045c02a15 build: 🏗️ Add minio in local config 2022-03-02 17:35:57 +01:00
e17a1a0869 feat(editor): Restore published version button
Had to migrate webhooks into a standalone table
2022-03-01 07:37:01 +01:00
7c164e25d7 fix(analytics): 🐛 Analytics board 2022-02-11 18:45:04 +01:00
1f320c5d99 feat(dashboard): Add lead generation template
While creating the template I also made sure to fix and improve everything I stumble upon
2022-02-07 07:13:16 +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