d21b1722b5
fix(engine): 🐛 Properly handle variable avatars
2022-02-25 18:19:01 +01:00
eb23ad61a7
build: 🏗️ Add script package
2022-02-25 09:45:31 +01:00
27bff8c4b7
build(wp): 🏗️ Add wordpress plugin
2022-02-25 08:54:13 +01:00
658202eaee
refactor: ♻️ Remove any trace of Cypress
2022-02-24 17:44:23 +01:00
a499d85c98
feat(db): 🗃️ Add createdAt and updatedAt
2022-02-24 14:56:22 +01:00
b9dafa611e
feat: ✨ Add collaboration
2022-02-24 11:13:19 +01:00
dd671a5d2c
fix(engine): 🐛 Equal condition number vs string
2022-02-23 18:50:41 +01:00
b6618ba165
fix(engine): 🐛 Typing emulation on arabic chars
2022-02-23 18:21:15 +01:00
6d455a3861
feat(editor): ✨ Add default country code phone
2022-02-22 16:00:32 +01:00
d49461cde6
fix: 🚑 ️ Webhook and instant updates
2022-02-22 10:27:31 +01:00
642a42779b
feat(editor): ✨ Add Zapier step
2022-02-22 09:05:11 +01:00
d0994e6577
feat(engine): ✨ Add {{state}} to body to get form state
2022-02-22 06:55:15 +01:00
9dfcb30365
feat(api): ✨ Add list results endpoint
2022-02-21 15:51:40 +01:00
68ae69f366
feat(api): ✨ Add routes for subscribing webhook
2022-02-21 11:47:01 +01:00
5a80774ff5
feat(account): 🗃️ Add api token
2022-02-21 07:06:44 +01:00
65c206e00a
fix(engine): 🐛 Parse condition value variable
2022-02-20 11:21:04 +01:00
feb966d513
fix(editor): 📝 Default retry message bubble
2022-02-20 10:04:18 +01:00
b89e9b1b82
feat(editor): ✨ Add cc & bcc + Deletable credentials
2022-02-19 10:58:56 +01:00
f6d5eb5777
fix: 🛂 Protect from others to consult typebots and folders
2022-02-18 18:18:38 +01:00
f3ecb948a1
feat: ✨ Add custom domains
2022-02-18 14:57:10 +01:00
1c178e01a6
ci: 👷 Add connection pooling DB
2022-02-18 07:02:50 +01:00
558a60329d
fix: Fix db critical
2022-02-17 17:29:03 +01:00
a58c400a7d
ci: 💚 Use MIGRATION_DATABASE_URL
2022-02-17 17:10:59 +01:00
aaf78e8a54
fix(results): 🐛 Collect prefilled variables in db
2022-02-17 16:08:01 +01:00
6e0ab67502
feat(viewer): ✨ Add variables in URL support
2022-02-17 10:46:59 +01:00
4b26ab331d
fix(viewer): 🐛 Frame load on Safari
2022-02-17 07:33:33 +01:00
d2ac13ba5f
feat(theme): ✨ Custom avatars
2022-02-16 15:08:50 +01:00
1d3917f440
fix(bot-engine): 🩹 Avatar scroll on media bubbles
2022-02-16 10:18:09 +01:00
93e8f90ac3
fix: ✨ Allow webhook with basic auth
2022-02-15 15:03:39 +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
80c15f9491
chore(db): 🛂 Use env file from builder for db
2022-02-14 10:19:26 +01:00
b345131b0b
feat(account): ✨ Add coupon code input
2022-02-14 09:00:47 +01:00
f8a64151ef
chore(editor): 👔 Send email disabled in preview
2022-02-13 07:49:56 +01:00
ec470b578c
feat(results): 🛂 Limit incomplete submissions
2022-02-12 12:54:16 +01:00
7c164e25d7
fix(analytics): 🐛 Analytics board
2022-02-11 18:45:04 +01:00
93fed893c0
fix(results): 🐛 Loading rows
2022-02-11 15:48:43 +01:00
901e2f39b0
chore: 🗑️ Tidy up env files
2022-02-10 17:13:57 +01:00
cfbf3d4c0d
chore(viewer): 🛂 Dynamically parse the viewer api host
2022-02-10 14:31:44 +01:00
8c8d77e052
feat(engine): ✨ Add retry bubbles
2022-02-10 10:25:38 +01:00
276f1c1e90
docs(share): 📝 Add code blocks in embed instructions
2022-02-10 08:08:58 +01:00
c66827b606
chore: 🗑️ Clean up gitignores
2022-02-09 18:57:50 +01:00
65b30bfc48
docs(share): 📝 Add embed instructions
2022-02-09 17:41:45 +01:00
d6238b3474
feat(editor): ✨ Add send email integration
2022-02-07 18:07:20 +01:00
f4336b83cc
fix(engine): 🐛 Fix scrolling behavior and avatar position
2022-02-07 08:05:53 +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
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