Baptiste Arnaud
0a85f33694
⚡ (audio) Implement more robust auto play
2023-07-12 15:37:31 +02:00
Baptiste Arnaud
d6c6434050
⏪ Revert onCanPlay callback
...
Introduced too many issues in prod
2023-07-12 15:14:34 +02:00
Baptiste Arnaud
0b4b15ce0a
🐛 (bot) Improve canPlay issue fixin
2023-07-12 15:06:39 +02:00
Baptiste Arnaud
082084a90c
🐛 (bot) Fix setTimeout onCanPlay concurrency issues
2023-07-12 14:55:25 +02:00
Baptiste Arnaud
abb363b59d
🐛 (bot) Fix double callback on video and audio bubble
2023-07-12 14:23:41 +02:00
Baptiste Arnaud
ba3a2b711e
🐛 (bot) Fix audio and video autoplay when loading take some time
2023-07-12 12:00:23 +02:00
Baptiste Arnaud
455c3bdfd7
👷 Improve monthly clean database script
...
Archive results that were not properly archived
2023-07-12 12:00:23 +02:00
Baptiste Arnaud
174d50ad1b
⚡ (settings) Parse custom head code to remove invalid text nodes
2023-07-11 19:17:38 +02:00
Baptiste Arnaud
fc0e3782b1
🐛 (workspace) Fix members list limit bug
2023-07-11 18:14:23 +02:00
Baptiste Arnaud
b71e957e7c
🚑 (bot) Fix try catch injection when opening s…
2023-07-11 11:25:50 +02:00
Baptiste Arnaud
3421e4822f
🚑 (bot) Share inject custom head code again
2023-07-11 10:19:47 +02:00
Baptiste Arnaud
1beb4bb1b9
🧑💻 (bot) Wrap custom head code scripts with try catch
...
To avoid having the custom head bugs reported on Sentry
2023-07-11 10:04:39 +02:00
Baptiste Arnaud
8ce5447012
🐛 (ga) Fix gtag not initializing properly
2023-07-11 08:09:11 +02:00
Baptiste Arnaud
5587bfb0e9
🐛 (bot) Fix audio and video autoplay error catching
2023-07-11 07:31:48 +02:00
Baptiste Arnaud
56078b4e02
🐛 (share) Enable back empty public ID for self-hosted version
...
Closes #576
2023-07-07 14:35:17 +02:00
Baptiste Arnaud
5ae6c64d06
🚸 (video) Improve video autoplay behavior
...
Autoplay video only when displayed entirely and fix weird Safari autoplay issues when scrolling
2023-07-07 12:02:40 +02:00
Baptiste Arnaud
aeb62f968a
🐛 (js) Fix container color when empty
2023-07-06 16:00:41 +02:00
Baptiste Arnaud
5a05310a9c
🛂 Add isSuspended prop on workspace
2023-07-04 14:56:36 +02:00
Baptiste Arnaud
24126ac9b8
🚑 Fix answer upsert missing groupId
2023-06-30 12:56:50 +02:00
Baptiste Arnaud
b0f25f301b
⚡ (analytics) Improve analytics graph accuracy
2023-06-30 12:39:20 +02:00
Baptiste Arnaud
50fcbfd95e
⚡ (pixel) Add skip initialization option
2023-06-28 10:37:01 +02:00
Baptiste Arnaud
033f8f99dd
✨ Add Meta Pixel block
...
Closes #582
2023-06-28 09:52:03 +02:00
Baptiste Arnaud
6f7ef820e2
📈 (billing) Track when workspace subscription is cancelled
2023-06-26 11:33:06 +02:00
Baptiste Arnaud
6430d576ad
👷 Surround email alerts sending with try catch
2023-06-26 09:40:26 +02:00
Baptiste Arnaud
dcda2d06ac
💚 Fix prisma schema path evaluation on windows
...
Closes #573
2023-06-24 09:04:54 +02:00
Baptiste Arnaud
63e826f991
💚 (db) Fix verification bulk delete
...
When it has more than 100000 records
2023-06-24 09:02:56 +02:00
Baptiste Arnaud
2abce89a46
🛂 Add checkSubscriptions script
2023-06-23 12:05:47 +02:00
Baptiste Arnaud
931540b91b
⚗️ Add inspect user script
2023-06-21 10:43:42 +02:00
Baptiste Arnaud
3be39cbc78
⚡ (openai) Use Vercel's AI SDK for streaming
2023-06-20 17:33:30 +02:00
Baptiste Arnaud
3b52363e11
🗃️ Convert mysql icon varchar to text
2023-06-20 14:17:53 +02:00
Baptiste Arnaud
eaadc59b1f
⚡ Add recent section in icon and emoji picker
...
Closes #536
2023-06-20 14:04:33 +02:00
Baptiste Arnaud
dcdf870308
⚡ (openai) Retry OpenAI call if status code is 503
...
Closes #529
2023-06-16 19:31:28 +02:00
Baptiste Arnaud
524f1565d8
🚸 (openai) Parse stream on client to correctly handle errors
2023-06-16 19:26:29 +02:00
Baptiste Arnaud
83f2a29faa
⚡ (openai) Add new models and remove tiktoken
...
Instead of computing total tokens with tiktoken we just attempt retries after trimming the first message
2023-06-16 16:50:32 +02:00
Baptiste Arnaud
a64e621432
⚡ (wp) Add UTM auto forward
2023-06-15 17:36:32 +02:00
Baptiste Arnaud
42234850ed
⚡ (numberInput) Variabalize min, max, step
2023-06-15 15:20:46 +02:00
Baptiste Arnaud
d8c1a36bc0
⚡ (setVariable) Add "Moment of the day" variable value
...
Closes #564
2023-06-15 14:45:42 +02:00
Baptiste Arnaud
1e9c4bcb9a
📦 Add Cloudron package ( #550 )
...
Closes #30
2023-06-14 08:59:38 +02:00
Baptiste Arnaud
0a87386305
🐛 Fix GA not working when Send_to is empty string
2023-06-12 10:33:04 +02:00
Baptiste Arnaud
4977481582
💚 Fix cleanDatabase when deleting more than 100,000 sessions
2023-06-08 16:18:25 +02:00
Baptiste Arnaud
a4cb6face8
👷 Add email alert hourly sender
...
Closes #549
2023-06-06 13:25:13 +02:00
Baptiste Arnaud
ef0a2d9dc6
✨ Add conditional choice items
...
Allows you to conditonnally display an item from the Buttons or the Picture choice input
Closes #546
2023-06-05 17:33:43 +02:00
Denis Ciccale
61fd44f768
✏️ Fix react README examples ( #542 )
...
open, close and toggle are apparently exported from @typebot.io/js
package or at least that's what worked for me, I was getting unknown
function error when trying to import them from @typebot/react
aslo in order for Typebot.showPreviewMessage() and
Typebot.hidePreviewMessage() to work, I need to import all exports as
Typebot, otherwise it didn't seem to have the named exports
"showPreviewMessage" nor "hidePreviewMessage", since I was also getting
an error when trying to import them.
this is my first PR here, I apologise for mistakes upfront.
It's ok if it is not meged, I just wanted to catch your attention on
this potential update required in the documentation of react embed
---------
Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr >
2023-06-05 08:50:34 +02:00
Baptiste Arnaud
8a0488ee89
🚑 Fix bubble window size on mobile devices
...
Closes
2023-06-02 09:44:12 +02:00
Baptiste Arnaud
b6e5002a56
💄 Improve picture choice description UI
2023-06-01 10:29:02 +02:00
Baptiste Arnaud
57f3e5c004
⚡ (js) Add placement option for bubble embed
...
Allows you to place the bubble embed on the bottom left corner
of your site
2023-05-31 10:22:58 +02:00
Baptiste Arnaud
0ca48e4c08
♿ (js) Improve auto scroll when no host bubble
...
Closes #522
2023-05-26 18:31:13 +02:00
Baptiste Arnaud
68f0202601
💄 (js) Fix select background color on Windows
...
Closes #527
2023-05-26 18:16:44 +02:00
Baptiste Arnaud
4dec06fc75
🐛 (webhook) Add loading bubble when executing webhook on client
2023-05-26 12:00:16 +02:00
Baptiste Arnaud
75f9da0a4f
⚡ (webhook) Add client execution option
2023-05-26 09:20:22 +02:00