2
0
Commit Graph

24 Commits

Author SHA1 Message Date
186328132f 💄 (js) Make sure lite badge can't be hidden 2023-03-13 08:40:48 +01:00
883d519875 🐛 (js) Fix dynamic avatar on mount 2023-03-10 16:00:57 +01:00
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
b2fa2024a7 💄 (js) Fix spacings related to avatars 2023-03-07 17:11:24 +01:00
5bda556200 🐛 (js) Make sure lite badge is displayed 2023-03-06 08:51:14 +01:00
cce63dfea3 (js) Use px instead of rem to look good on any website 2023-03-02 12:24:20 +01:00
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
d5b8a43d3f 🐛 (script) Execute client side actions before first bubbles 2023-02-27 18:30:20 +01:00
73ef12db72 ♻️ Better phone input props pass 2023-02-27 12:01:00 +01:00
5dd87554c3 🐛 Attempt to fix load crash on UC Browser 2023-02-25 19:52:00 +01:00
be4c8e0760 ♻️ Fix eslint warnings 2023-02-23 07:48:11 +01:00
889e6a4f7e 🐛 (settings) Fix typing emulation not working
Closes #330
2023-02-23 07:42:45 +01:00
527dc8a5b1 🐛 Use position fixed for bubble 2023-02-21 14:29:53 +01:00
907cad8050 🐛 Improve bot libs mount in prod env 2023-02-21 08:28:36 +01:00
46bf25a580 🐛 Fix bot libs mount behavior and prop types 2023-02-20 17:40:51 +01:00
b2d1235f1b 🚸 (bot) Show a popup when the redirect is blocked by browser
Allows us to show a link button to redirect the user anyway
2023-02-20 08:36:48 +01:00
d54822af2b (engine) Implement skip on engine v2 2023-01-27 18:32:20 +01:00
4f78dda640 🚸 (engine) Improve engine v2 client loading and timings
Client actions are triggered after the correct bubble block. If the send message request is longer than 1s we show a loading chunk

Closes #276
2023-01-27 10:54:59 +01:00
9aab6ddb2c Improve new bot engine client side actions
We make sure to save client side actions in an array that will be executed sequentially
2023-01-26 15:27:47 +01:00
30baa611e5 (engine) Improve engine overall robustness 2023-01-25 14:59:53 +01:00
7311988901 (chat) Improve chat API compatibility with preview mode 2023-01-16 12:13:21 +01:00
21f1c7a17e Add Bubble and Popup in embed lib v2
Closes #214
2023-01-09 14:51:36 +01:00
2cdc2b43f5 🐛 (settings) Fix custom head code with noscript injection 2022-12-23 16:49:27 +01:00
1a3869ae6d ⚗️ Implement bot v2 MVP (#194)
Closes #190
2022-12-22 17:02:34 +01:00