261cd9a5c7
fix(editor): ♿ ️ Improve block focus
2022-03-29 10:23:45 +02:00
c64afb7073
fix(editor): 🐛 Fix edge on item offset top on drop
2022-03-28 18:04:26 +02:00
47403e32b3
feat: ✨ Add first name for support bubble
2022-03-27 11:32:03 +02:00
d06cbeac73
fix(editor): 🐛 Duplicate steps with items
2022-03-25 14:15:27 +01:00
c507ef55ae
perf(editor): 🚸 More predictable edge management
2022-03-25 13:31:14 +01:00
b8019f3732
fix(editor): 🚑 ️ Step id duplication
2022-03-24 09:44:04 +01:00
c01ffa3f0b
feat(editor): ✨ Duplicate blocks & steps
2022-03-23 11:00:43 +01:00
f4e6f63b26
feat: ✨ Add new onboarding flow
2022-03-23 09:57:02 +01:00
1423c14547
refactor: ♻️ Migrate from short-uuid to cuid lib
2022-03-18 12:30:42 +01:00
5c524a0432
refactor: ♻️ Migrate to dequal
2022-03-10 18:17:51 +01:00
7e61ab19eb
feat(engine): ✨ Link typebot step
2022-03-09 15:56:38 +01:00
4714e8046a
fix(engine): 🐛 Chat chunk management
2022-03-03 10:15:20 +01:00
507fe4fa06
perf(flow): ⚡ ️ Better save management
2022-03-02 19:09:43 +01:00
e9a9dc00e2
perf(flow): ⚡ ️ Smooth panning even with complexe flow
2022-03-02 12:21:32 +01:00
6b34f76604
fix(flow): 🐛 outgoingEdgeId remaining when moving step
2022-03-02 07:47:23 +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
9e08ff574b
fix: 🐛 Tiny bugs (Sentry)
2022-02-25 18:44:11 +01:00
8171edb290
fix(editor): ♿ ️ Better autoSave handler
2022-02-25 14:53:34 +01:00
b9dafa611e
feat: ✨ Add collaboration
2022-02-24 11:13:19 +01:00
d49461cde6
fix: 🚑 ️ Webhook and instant updates
2022-02-22 10:27:31 +01:00
1b900b3f5d
feat: 🔥 Remove save button
2022-02-21 19:55:24 +01:00
68ae69f366
feat(api): ✨ Add routes for subscribing webhook
2022-02-21 11:47:01 +01:00
b89e9b1b82
feat(editor): ✨ Add cc & bcc + Deletable credentials
2022-02-19 10:58:56 +01:00
f3ecb948a1
feat: ✨ Add custom domains
2022-02-18 14:57:10 +01:00
6e0ab67502
feat(viewer): ✨ Add variables in URL support
2022-02-17 10:46:59 +01:00
67ccf07a61
fix(editor): 🐛 Delete edge when adding last step
2022-02-15 15:45:52 +01:00
93e8f90ac3
fix: ✨ Allow webhook with basic auth
2022-02-15 15:03:39 +01:00
8583e2a1ba
feat(dashboard): 💅 Show when the bot is published
2022-02-15 07:09:33 +01:00
2eee226a88
refactor: ♿ ️ Save both bots when updating name or publicId
2022-02-15 06:55:17 +01:00
714f7c8ce5
perf(editor): ⚡ ️ Improve graph transition perf
2022-02-14 19:31:02 +01:00
e7d1f5d674
build: 📦 ️ Update packages
2022-02-14 18:13:35 +01:00
7c164e25d7
fix(analytics): 🐛 Analytics board
2022-02-11 18:45:04 +01:00
d6238b3474
feat(editor): ✨ Add send email integration
2022-02-07 18:07:20 +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
fc1d654772
fix(dashboard): 🩹 typebot buttons menu
2022-01-29 12:44:56 +01:00
02bd2b94ba
chore(e2e): 👷 Fix e2e pipeline
2022-01-28 19:19:02 +01:00
73f277fce7
perf(e2e): ⚡ ️ Migrate to Playwright
2022-01-28 09:42:31 +01:00
c5aaa323d1
refactor( ♻️ Add defaults everywhere (+ settings page)):
2022-01-25 18:19:37 +01:00
079cf5ec57
feat(editor): ✨ Add auto save
2022-01-23 08:23:05 +01:00
a58600a38a
feat(integration): ✨ Add webhooks
2022-01-22 18:24:57 +01:00
8bbd8977b2
refactor(graph): ♻️ Add Edges table in Typebot
2022-01-19 18:54:49 +01:00
f49b5143cf
feat(integration): ✨ Add Google Sheets integration
2022-01-18 18:27:26 +01:00
2814a352b2
feat(inputs): ✨ Add Condition step
2022-01-15 17:30:20 +01:00
4ccb7bca49
feat(inputs): ✨ Add Set variable step
2022-01-14 07:49:24 +01:00
c02c61cd8b
feat(inputs): ✨ Add buttons input
2022-01-12 09:10:59 +01:00
d54ebc0cbe
feat(inputs): ✨ Add number input
2022-01-08 07:40:55 +01:00
6fe27bd8ea
fix(graph): 🐛 Step node drag
2022-01-07 07:03:08 +01:00
9fa4c7dffa
♻️ Normalize data
2022-01-06 09:40:56 +01:00
6322402c96
🖐️ Analytics drop off rates
2022-01-03 17:39:59 +01:00