2
0
Commit Graph

509 Commits

Author SHA1 Message Date
Baptiste Arnaud
bda34e3827 🐛 (viewer) Remove default white background when it is set to none
Closes #469
2023-04-20 14:59:34 +02:00
Baptiste Arnaud
c77b8e7548 🐛 (condition) Greater and Less should compare list length when possible 2023-04-20 14:54:56 +02:00
Baptiste Arnaud
de432ecaf7 🚸 (sendEmail) Allow html parsing for body with a single variable 2023-04-18 08:45:10 +02:00
Baptiste Arnaud
7e937e1c7c Add AB test block
Closes #449
2023-04-17 16:47:17 +02:00
Baptiste Arnaud
f7d94de66e 🐛 (sendEmail) Escape html from variables in custom body
Closes #439
2023-04-17 15:54:52 +02:00
Baptiste Arnaud
03cc067418 (setVariable) Add client-side set variable execution
Closes #461
2023-04-14 14:37:23 +02:00
Baptiste Arnaud
e0a9824913 ♻️ Simplify text bubble content shape
Remove html and plainText field because it was redundant

Closes #386
2023-04-13 17:10:59 +02:00
Baptiste Arnaud
846dac0bf4 🛂 Prevent blocking everything once limit is reached
The idea is to make the hard limit less scary. I'd prefer manually reaching out to users when they are over their monthly limit
2023-04-10 09:24:04 +02:00
Baptiste Arnaud
44975f9742 🐛 (setVariable) Properly parse phone number variables 2023-04-06 17:12:56 +02:00
Baptiste Arnaud
a5d3f83c7f 🔊 (openai) Add error log details in web console 2023-04-03 17:12:11 +02:00
Baptiste Arnaud
21b1d74b7e ⬆️ Upgrade dependencies 2023-04-03 15:28:16 +02:00
Baptiste Arnaud
411cf31b39 🚸 (results) Improve list variables display in results table 2023-04-01 09:00:59 +02:00
Baptiste Arnaud
684e6338e2 🐛 (typebotLink) Fix linked typebot fetching error
Closes #429
2023-03-30 10:30:26 +02:00
Baptiste Arnaud
80b7dbd19e (condition) Add more comparison operators
Including starts with, ends with, does not contain, is empty

Closes #410
2023-03-29 15:18:52 +02:00
Baptiste Arnaud
bb45b33928 (payment) Add description option on Stripe input 2023-03-29 15:08:03 +02:00
Baptiste Arnaud
5fb5176641 🐛 Fix parseVariables when preceding with a dollar sign 2023-03-24 07:42:17 +01:00
Baptiste Arnaud
fa31984456 🐛 (variables) Correctly parse variables in template literals 2023-03-23 18:32:12 +01:00
Baptiste Arnaud
1cf2195b4a Attempt to disable translation to avoid app crashes 2023-03-22 08:03:31 +01:00
Baptiste Arnaud
0c39ae41b6 🚸 (variables) Allow null values in variable list 2023-03-21 15:42:03 +01:00
Baptiste Arnaud
c52a284013 🐛 Transform upload file redirect to a rewrite 2023-03-21 14:09:46 +01:00
Baptiste Arnaud
90cb0750b8 💚 Fix Sentry sourcemap upload
Closes #405
2023-03-21 13:58:05 +01:00
Baptiste Arnaud
b4536abc2f 🐛 (js) Fix upload file in linked typebot 2023-03-21 09:11:36 +01:00
Baptiste Arnaud
4109a8489c (openai) Add gpt-4 models and temperature setting
Closes #406
2023-03-20 17:26:21 +01:00
Baptiste Arnaud
3d6d643a7e (phone) Remove spaces from format 2023-03-20 07:41:07 +01:00
Baptiste Arnaud
be7c0fc0d0 🐛 (sheets) Fix can't start bot when filter is undefined 2023-03-17 07:42:42 +01:00
Baptiste Arnaud
3d8cb40f06 🔊 Add more error logs for sendEmail block 2023-03-16 12:28:24 +01:00
Baptiste Arnaud
5aec8b6c66 🐛 (openai) Fix assistant sequence was not correctly saved
Also add logs to debug open ai errors. Related to #393.
2023-03-15 17:47:05 +01:00
Baptiste Arnaud
76a8064e7c 💚 Fix docs build failing 2023-03-15 15:04:53 +01:00
Baptiste Arnaud
f3af07b7ff ♻️ (viewer) Remove barrel exports and flatten folder arch 2023-03-15 12:21:52 +01:00
Baptiste Arnaud
cbc8194f19 ♻️ Re-organize workspace folders 2023-03-15 08:35:16 +01:00
Baptiste Arnaud
d154c4e2f2 ♻️ Replace schemas with merge and discriminated unions
Closes #374
2023-03-14 16:42:12 +01:00
Baptiste Arnaud
ff09814ead ⬆️ Upgrade dependencies 2023-03-14 15:08:53 +01:00
Baptiste Arnaud
9ca17e4e0b 📈 Add telemetry webhook
Closes #357
2023-03-14 14:20:21 +01:00
Baptiste Arnaud
bcad99f555 🐛 Fix form urlencoded content-type webhooks 2023-03-13 16:46:53 +01:00
Baptiste Arnaud
c4db2f42a6 (openai) Add Messages sequence type
To make it easy to just plug a sequence of user / assistant messages to Chat completion task

Closes #387
2023-03-13 16:28:08 +01:00
Baptiste Arnaud
f9aef907e3 (editor) Allow empty group titles 2023-03-13 09:29:56 +01:00
Baptiste Arnaud
9785a0df5c 🚸 (chatwoot) Add close widget task 2023-03-10 11:56:27 +01:00
Baptiste Arnaud
6b08df71ba 🚸 (phone) Improve phone input behavior and validation
Now accepting landline phone numbers. Consistent select UI on every browser. Auto focus on country select.
2023-03-09 14:21:09 +01:00
Baptiste Arnaud
ff04edf139 Add OpenAI block
Also migrate credentials to tRPC

Closes #253
2023-03-09 08:46:36 +01:00
Baptiste Arnaud
83ae81ccc6 📝 (api) Add protection to sendMessage api ref to test with auth token
Closes #369
2023-03-08 09:58:38 +01:00
Baptiste Arnaud
b77e2c8d2c 🔥 Remove disable response saving option
Doesn't work properly when it comes to keep tracking storage usage
2023-03-07 14:41:57 +01:00
Baptiste Arnaud
0c19ea20f8 🚸 (condition) Improve comparison with lists
Closes #363
2023-03-07 09:47:05 +01:00
Baptiste Arnaud
7d56d5b39e 🐛 (sheets) Correctly parse variables when getting data 2023-03-03 15:33:44 +01:00
Baptiste Arnaud
022c5a5738 Add new Jump block
Also improve Select input with a clear button

Closes #186
2023-03-03 15:15:43 +01:00
Baptiste Arnaud
04028e74d9 🐛 (sheets) Save variable first item if length of 1 2023-03-03 09:39:42 +01:00
Baptiste Arnaud
a1cf1e89e7 🐛 (viewer) Fix client side action when in separate group 2023-03-02 14:37:09 +01:00
Baptiste Arnaud
506fe003d1 🐛 (condition) Fix contains not working with lists 2023-03-02 11:16:01 +01:00
Baptiste Arnaud
ba253cf3e9 🐛 (js) Improve session remember behavior
Make sure it correctly retrieves saved variables and doesn't clash with other embedded typebots
2023-03-02 10:55:03 +01:00
Baptiste Arnaud
f6e128be37 🐛 (js) Improve bubbles callback reliability 2023-03-01 08:42:47 +01:00
Baptiste Arnaud
d5b8a43d3f 🐛 (script) Execute client side actions before first bubbles 2023-02-27 18:30:20 +01:00