2
0
Commit Graph

39 Commits

Author SHA1 Message Date
12f2e40152 refactor: ♻️ Toast component 2022-06-02 07:54:48 +02:00
c1461f0758 feat(input): ️ Better payment accessibility 2022-06-01 08:47:15 +02:00
26cf38fb21 feat(engine): ️ Accept variables as webhook data path 2022-05-31 11:06:58 +02:00
2cb8330790 fix(editor): 🐛 Custom currency payment input 2022-05-27 09:55:51 -07:00
3a6ca3dbde feat(editor): Payment input 2022-05-24 15:14:06 -07:00
f0fdf08b00 feat(editor): Team workspaces 2022-05-13 15:33:53 -07:00
348055d68a feat(integrations): Add Pabbly block 2022-04-12 12:10:20 -05:00
4a2c6627c3 feat(editor): ️ Show Google Sheets detail 2022-04-11 12:59:00 -05:00
38c53fbbbc feat(integration): Add Make.com block 2022-04-10 17:02:01 -05:00
db10f1ee89 feat(engine): Improve variables in executed codes 2022-03-31 16:42:15 +02:00
fb60dcf5ff feat(editor): ️ Add 'Current' to Link typebot 2022-03-25 14:59:40 +01:00
f4e6f63b26 feat: Add new onboarding flow 2022-03-23 09:57:02 +01:00
ddb6798eba feat(integrations): 🚸 Add Reply-To field for email sending 2022-03-22 10:54:11 +01:00
eef60fdf69 fix(editor): 🐛 Fix inconsistent webhook saving 2022-03-15 17:47:35 +01: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
31298e39c1 fix(editor): 🐛 FIx Webhook settings debounce 2022-03-10 17:32:14 +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
e3e07ddd4d feat(editor): Code step 2022-03-07 17:39:57 +01:00
fd9c19a4c2 feat(integration): 🚸 Easy webhook config 2022-03-07 08:12:05 +01:00
d13ca0fa9a feat(integration): ️ Improve feedback on GSheets errors 2022-03-04 14:40:13 +01:00
5a06bb0500 feat(integration): ️ Add modal that asks for checking Google checkboxes 2022-03-02 08:15:29 +01:00
205c347720 feat(editor): ️ Better Gsheets dropdowns 2022-03-01 12:02:52 +01:00
4630512b8b fix(editor): 🐛 subscribe unsub zapier 2022-03-01 08:08:09 +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
b9dafa611e feat: Add collaboration 2022-02-24 11:13:19 +01:00
6d455a3861 feat(editor): Add default country code phone 2022-02-22 16:00:32 +01:00
642a42779b feat(editor): Add Zapier step 2022-02-22 09:05:11 +01:00
1b900b3f5d feat: 🔥 Remove save button 2022-02-21 19:55:24 +01:00
3456e5af82 fix(editor): 🐛 Settings modal moving block 2022-02-19 11:30:29 +01:00
b89e9b1b82 feat(editor): Add cc & bcc + Deletable credentials 2022-02-19 10:58:56 +01:00
93e8f90ac3 fix: Allow webhook with basic auth 2022-02-15 15:03:39 +01:00
b95d907e8f fix: 🐛 quick fixes 2022-02-15 10:59:26 +01:00
8c8d77e052 feat(engine): Add retry bubbles 2022-02-10 10:25:38 +01:00
d6238b3474 feat(editor): Add send email integration 2022-02-07 18:07:20 +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