2
0
Commit Graph

36 Commits

Author SHA1 Message Date
Baptiste Arnaud
bfed599695 (editor) Add unpublish and close typebot options
Introducing more menu items on the "Publised" button in the editor. You can now unpublish a typebot and close it to new
responses
2022-10-06 08:33:46 +02:00
Baptiste Arnaud
15dbc9577d 🐛 (usage) Archive typebot to be able to compute usage 2022-10-01 09:16:54 +02:00
Baptiste Arnaud
30dff2d5d7 🐛 (limits) Fix storage limit trigger and e2e tests 2022-09-27 08:30:42 +02:00
Baptiste Arnaud
6384a3adae 🐛 (stripe) Fix plan update and management 2022-09-27 08:30:42 +02:00
Baptiste Arnaud
c1dd4d403e 👷 Transpile components for better DX 2022-09-27 08:30:42 +02:00
Baptiste Arnaud
898367a33b Add usage-based new pricing plans 2022-09-27 08:30:42 +02:00
Baptiste Arnaud
ee338f62dc build: add pnpm 2022-08-10 18:49:06 +02:00
Baptiste Arnaud
85601fc1de fix(collab): 🛂 Hide folders for guests 2022-06-20 11:16:36 +02:00
Baptiste Arnaud
2df8338505 refactor: ♻️ Rename step to block 2022-06-11 08:14:52 +02:00
Baptiste Arnaud
ad32ae02ef feat(db): 🗃️ Remove duplicate fields in PublicTypebot 2022-06-04 11:05:46 +02:00
Baptiste Arnaud
a0929c492b feat(user): Revokable API tokens 2022-06-03 13:20:19 +02:00
Baptiste Arnaud
89d91f9114 feat(editor): Start preview from any block 2022-06-02 10:07:50 +02:00
Baptiste Arnaud
3a6ca3dbde feat(editor): Payment input 2022-05-24 15:14:06 -07:00
Baptiste Arnaud
bda4116fbc chore: 🔥 Remove ownerIds 2022-05-17 08:16:55 -07:00
Baptiste Arnaud
f0fdf08b00 feat(editor): Team workspaces 2022-05-13 15:33:53 -07:00
Baptiste Arnaud
bdd7a1712e : 🔒️ Investigate on why spreadsheets sometimes fail 2022-04-20 10:05:33 -07:00
Baptiste Arnaud
0c23f2dbcd build(e2e): 🐛 Graph navigation 2022-04-09 11:17:41 -05:00
Baptiste Arnaud
525887a32c feat(editor): Custom icon on typebot 2022-04-01 16:37:17 +02:00
Baptiste Arnaud
7e61ab19eb feat(engine): Link typebot step 2022-03-09 15:56:38 +01:00
Baptiste Arnaud
fd9c19a4c2 feat(integration): 🚸 Easy webhook config 2022-03-07 08:12:05 +01:00
Baptiste Arnaud
e17a1a0869 feat(editor): Restore published version button
Had to migrate webhooks into a standalone table
2022-03-01 07:37:01 +01:00
Baptiste Arnaud
33497b8766 fix: 🐛 Fix duplication when customDomain is set 2022-02-28 14:14:38 +01:00
Baptiste Arnaud
b9dafa611e feat: Add collaboration 2022-02-24 11:13:19 +01:00
Baptiste Arnaud
d49461cde6 fix: 🚑️ Webhook and instant updates 2022-02-22 10:27:31 +01:00
Baptiste Arnaud
f3ecb948a1 feat: Add custom domains 2022-02-18 14:57:10 +01:00
Baptiste Arnaud
aaf78e8a54 fix(results): 🐛 Collect prefilled variables in db 2022-02-17 16:08:01 +01:00
Baptiste Arnaud
6e0ab67502 feat(viewer): Add variables in URL support 2022-02-17 10:46:59 +01:00
Baptiste Arnaud
e6f6e2523c ci(e2e): 💚 Incomplete results 2022-02-14 20:40:55 +01:00
Baptiste Arnaud
5a060c7f7e fix(dashboard): 🐛 Import from file button 2022-02-14 10:39:55 +01:00
Baptiste Arnaud
b1f54b77c6 refactor(tests): ️ Add msw and mock authentication 2022-02-12 10:12:43 +01:00
Baptiste Arnaud
8c8d77e052 feat(engine): Add retry bubbles 2022-02-10 10:25:38 +01:00
Baptiste Arnaud
d6238b3474 feat(editor): Add send email integration 2022-02-07 18:07:20 +01:00
Baptiste Arnaud
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
Baptiste Arnaud
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
Baptiste Arnaud
02bd2b94ba chore(e2e): 👷 Fix e2e pipeline 2022-01-28 19:19:02 +01:00
Baptiste Arnaud
73f277fce7 perf(e2e): ️ Migrate to Playwright 2022-01-28 09:42:31 +01:00