2
0
Commit Graph

1292 Commits

Author SHA1 Message Date
Baptiste Arnaud
69e1c4f20d 🛂 Add isQuarantined field in workspace 2023-04-23 20:57:51 +02:00
Baptiste Arnaud
bda34e3827 🐛 (viewer) Remove default white background when it is set to none
Closes #469
react-v0.0.38 js-v0.0.38
2023-04-20 14:59:34 +02:00
Baptiste Arnaud
3b69b18601 Add lead gen with AI template
Closes #470
2023-04-20 14:56:05 +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
4d1fe4c1de 🚸 (templates) Add category and description in templates modal 2023-04-20 10:49:25 +02:00
Baptiste Arnaud
b614544909 🐛 Refresh variable list on focus 2023-04-19 16:41:35 +02:00
Baptiste Arnaud
fc561430a0 🩹 (telemetry) Better limit reached workspace filter 2023-04-19 09:44:18 +02:00
Baptiste Arnaud
a4ca413c60 📝 Add upgrade plan doc 2023-04-19 08:02:24 +02:00
Baptiste Arnaud
30f93e8a6f 🩹 Correctly convert totalStorageUsed for limit telemetry 2023-04-18 20:02:22 +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
7c2ce2fc41 🩹 (share) Fix undefined apiHost under API instructions 2023-04-17 21:07:41 +02:00
Baptiste Arnaud
9345b33e74 🚸 (billing) Make yearly plan clearer for subscription updates 2023-04-17 17:53:16 +02:00
Baptiste Arnaud
c203a4e792 📈 Track workspace limit reached event 2023-04-17 17:19:44 +02:00
Baptiste Arnaud
7e937e1c7c Add AB test block
Closes #449
2023-04-17 16:47:17 +02:00
Baptiste Arnaud
b416c6e373 🔖 Release v2.12.2 react-v0.0.37 js-v0.0.37 v2.12.2 2023-04-17 16:03:23 +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
928afd5a6c 🐛 Auto scroll X behavior outside of editor
Closes #440
2023-04-17 15:41:48 +02:00
Baptiste Arnaud
f8a76f98b9 🐛 (results) Keep focus on current expanded result when new ones arrive
Closes #453
2023-04-17 15:29:46 +02:00
Baptiste Arnaud
cd0916df67 🚸 (share) Use custom domain host when possible in embed instruction
Closes #464
2023-04-17 14:47:30 +02:00
Baptiste Arnaud
918dffb4bc 🐛 Await support in set variable and script code
Closes #467
2023-04-17 14:20:36 +02:00
Baptiste Arnaud
5610fe0d4c 🔖 Release v2.12.1 v2.12.1 2023-04-17 08:16:43 +02:00
Baptiste Arnaud
03cc067418 (setVariable) Add client-side set variable execution
Closes #461
js-v0.0.36 react-v0.0.36
2023-04-14 14:37:23 +02:00
Baptiste Arnaud
397a33afc6 📝 Improve writing on self-hosting introduction 2023-04-14 10:12:11 +02:00
Baptiste Arnaud
0900fb0407 🐛 Remove lead magnet duplicated block 2023-04-13 18:23:34 +02:00
Baptiste Arnaud
868b5b8370 💄 Adapt openAI logo to dark mode 2023-04-13 18:23:34 +02:00
Dener Fernandes
27f10159ef Improve translation PT (#456)
This is a very small changes, i check all texts and for me it's really
good, @baptisteArno you speak portuguese? :D

Co-authored-by: dfernandesbsolus <96054351+dfernandesbsolus@users.noreply.github.com>
Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
2023-04-13 17:32:25 +02:00
Baptiste Arnaud
e0a9824913 ♻️ Simplify text bubble content shape
Remove html and plainText field because it was redundant

Closes #386
react-v0.0.35 js-v0.0.35
2023-04-13 17:10:59 +02:00
Baptiste Arnaud
2cbf8348c3 🛂 Add new yearly plans and graduated pricing
BREAKING CHANGE: Stripe environment variables have changed. New ones are required. Check out the new Stripe configuration in the
docs.

Closes #457
2023-04-13 11:39:10 +02:00
Baptiste Arnaud
39d0dba18c 🐛 (auth) Fix signup page text 2023-04-13 07:50:31 +02:00
Baptiste Arnaud
00331089a3 💄 Improve Unsplash picker dark mode UI 2023-04-12 08:14:38 +02:00
Baptiste Arnaud
6921cc23a5 🚸 (sheets) Better Get data settings UI 2023-04-11 08:19:42 +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
e06f8186f6 (imageBubble) Add redirect on image click option
Closes #448
react-v0.0.34 js-v0.0.34
2023-04-07 11:34:58 +02:00
Baptiste Arnaud
ee14228ee3 Add lead magnet template
Closes #447
2023-04-07 10:49:23 +02:00
Baptiste Arnaud
a7dbe93edd 🐛 (webhook) Correctly parse array of strings in data dropdown 2023-04-06 18:11:08 +02:00
Baptiste Arnaud
75d2a95d08 More translation in FR & PT (#436)
Related to #210
2023-04-06 17:31:23 +02:00
Baptiste Arnaud
44975f9742 🐛 (setVariable) Properly parse phone number variables 2023-04-06 17:12:56 +02:00
Baptiste Arnaud
7af8e8af30 🔖 Release v2.12.0 v2.12.0 2023-04-06 07:41:35 +02:00
Baptiste Arnaud
3196fe3759 🐛 Fix error display on preview start js-v0.0.33 react-v0.0.33 2023-04-05 21:10:57 +02:00
Baptiste Arnaud
f18889a046 📝 (openai) Add a troobleshooting section 2023-04-04 07:52:52 +02:00
Baptiste Arnaud
9f8398b9ae 🚸 (js) Display last input if send message errored 2023-04-03 18:14:32 +02:00
Baptiste Arnaud
a5d3f83c7f 🔊 (openai) Add error log details in web console 2023-04-03 17:12:11 +02:00
Baptiste Arnaud
14abe76691 📝 Add set variable upper and lower case examples 2023-04-03 16:54:53 +02:00
Baptiste Arnaud
49071b73b6 🚑 (auth) Fix bad requests with getSession on server side 2023-04-03 16:42:10 +02:00
Baptiste Arnaud
b96a3a6a8e 🚸 (webhook) Always show save response accordion 2023-04-03 15:28:16 +02:00
Baptiste Arnaud
21b1d74b7e ⬆️ Upgrade dependencies 2023-04-03 15:28:16 +02:00
Baptiste Arnaud
d32afd8ba6 🐛 (editor) Make sure you can't remove the Start group 2023-04-03 07:57:01 +02:00
Baptiste Arnaud
411cf31b39 🚸 (results) Improve list variables display in results table 2023-04-01 09:00:59 +02:00
Baptiste Arnaud
b9ae314ef9 🐛 (embedBubble) Fix sanitize url adding https to variable 2023-04-01 08:10:03 +02:00
Baptiste Arnaud
2dae4160bd 🩹 (billing) Also reset custom limits when plan is cancelled 2023-03-31 10:16:02 +02:00