Commit Graph

284 Commits

Author SHA1 Message Date
Alexis Falaise
e8c2f1746f
🚸 Add internal values option in choice inputs (#2098)
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
This adds a value field for Button and Picture choice blocks. If a value
is defined, it will take precedence over the button content or the image
title for variable evaluation.

<img width="396" alt="Capture d’écran 2025-03-25 à 15 14 20"
src="https://github.com/user-attachments/assets/5dcc4acc-7881-4044-b81b-275b07e8e80e"
/>
<img width="396" alt="Capture d’écran 2025-03-25 à 15 13 47"
src="https://github.com/user-attachments/assets/ca6b54fb-0a5c-4b1e-8494-122618866f02"
/>

Closes #1713

---------

Co-authored-by: Alexis Falaise <alexis.falaise@external.engie.com>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-03-26 18:11:32 +01:00
Baptiste Arnaud
f897694ac7
🐛 Fix redirect popup toast invisible UI
Related to #2075
2025-03-26 15:12:33 +01:00
Baptiste Arnaud
ce163b448b
🚑️ Fix chat chunks spacing 2025-03-24 19:53:29 +01:00
Baptiste Arnaud
413e29bc9e
🐛 Correctly reset state when streaming fails
Closes #2094
2025-03-24 18:44:37 +01:00
Baptiste Arnaud
80498808ff
🚸 Make entire screen scrollable when chat container is disabled
Closes #2089
2025-03-24 18:30:59 +01:00
Baptiste Arnaud
98dffad8e0
💄 (cards) Fix UI when getting non scrollable total cards
Closes #2088
2025-03-24 16:07:46 +01:00
Baptiste Arnaud
b0bed92de2
🐛 Fix emoji and icon display in bot
Closes #2053
2025-03-21 17:55:55 +01:00
Baptiste Arnaud
74ccd9c2e6
🐛 Update file input accept types to include AVIF format for image uploads
Closes #2040
2025-03-21 15:39:38 +01:00
Alexis Falaise
2a554cbe86
🚸 Add network error system messages (#2084)
Closes #2057
2025-03-19 19:11:48 +01:00
Baptiste Arnaud
e10d448bf8
🚑️ Avoid formatting number on reply parsing 2025-03-19 16:27:11 +01:00
Baptiste Arnaud
793e1742a1
🚑️ Upgrade embed libs 2025-03-19 15:18:07 +01:00
Baptiste Arnaud
fd2094222f
🚑️ Upgrade embed libs 2025-03-19 12:45:33 +01:00
Baptiste Arnaud
c760528bc9
🚸 Improve auto scroll to bottom decision
Always auto scroll when last scroll was all the way to the bottom
2025-03-14 18:19:40 +01:00
Baptiste Arnaud
9e7e24b96a
🐛 Correctly save streaming error in logs 2025-03-11 15:27:44 +01:00
Baptiste Arnaud
b61b5f5e4e
Add Cards Input
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1987
2025-03-10 16:05:10 +01:00
Baptiste Arnaud
a67204c8dc
🐛 Make saveClientLogs retro compatible 2025-02-27 08:00:17 +01:00
Baptiste Arnaud
c83cfbcb4c
⬆️ Upgrade Tanstack and React 2025-02-26 14:18:27 +01:00
Anonymus2000
de6ae74f67
🚸 Added host image bubble expansion on click (#2035)
Closes: #2018 

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-02-26 10:36:05 +01:00
Baptiste Arnaud
dccb9e814c
🐛 Add sendCommand method to Typebot web embed 2025-02-19 16:44:32 +01:00
Baptiste Arnaud
7509c5fed7
🐛 (remember) Properly save avatars history in storage 2025-02-19 16:38:11 +01:00
Baptiste Arnaud
40aa716d94
🚑️ Fix chat remembered state restoration
We need to also persist the new totalChunksDisplayed signal in storage
2025-02-18 15:42:48 +01:00
Baptiste Arnaud
95b7e28b9b
🐛 (webhook) Fix block not working when bot is embedded 2025-02-18 10:49:54 +01:00
Baptiste Arnaud
a6714ef1ab
🚸 Improve error handling with AI streaming 2025-02-17 11:03:14 +01:00
Baptiste Arnaud
d9df90c9b1
🚸 Unify captured logs for better error reporting 2025-02-14 16:03:51 +01:00
Baptiste Arnaud
8c8efc4356
🚑️ Fix streaming message stuck 2025-02-14 15:27:27 +01:00
Baptiste Arnaud
c93b4f4ce7
Add Command event (#2017)
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1102
2025-02-14 09:40:42 +01:00
Baptiste Arnaud
b7a8a9ed5a
🐛 Enable dynamic theme for bot background
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #2001
2025-02-08 16:07:21 +01:00
Om Pathak
f20a2ed9c3
🐛 Avoid country code reset on phone input emptying (#2000)
Fixed #1999 Prevent selected country code from resetting to INT when
input is cleared

- Removed the block that reset **selectedCountryCode** to **INT** when
the input field was cleared.

- This ensures that if a country is selected, clearing the input does
not revert it to **INT**.

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-02-08 12:27:07 +01:00
Baptiste Arnaud
b4901fa04a
♻️ Upgrade ai SDK and refacto shared functions 2025-01-31 16:36:21 +01:00
Baptiste Arnaud
5198800c85
Add buttons input layout customization option
Closes #1015
2025-01-30 18:08:39 +01:00
Baptiste Arnaud
789b38ea3f
Add option to customize system messages
invalid message, bot closed, popup blocked... Closes #913, #1526
2025-01-30 17:07:23 +01:00
John Walsh
b565a63bf3
Add Time input block (#1978)
Closes #1941

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-01-30 10:34:45 +01:00
Baptiste Arnaud
ebda670e36
💄 Update Made with Typebot logo 2025-01-29 18:06:12 +01:00
Baptiste Arnaud
893c68472f
🐛 Fix default initial display on searchable buttons 2025-01-29 17:53:45 +01:00
Baptiste Arnaud
aae6caaa0a
Revert "build: add ts references for better DX"
This reverts commit b8ffad0159.
2025-01-29 17:44:06 +01:00
Baptiste Arnaud
d7e505c26d
💄 fix custom bubble button image roundeness 2025-01-27 11:19:57 +01:00
Baptiste Arnaud
b8ffad0159
build: add ts references for better DX 2025-01-25 14:57:01 +01:00
Baptiste Arnaud
3aee7bd59e
fix: make autoplay work for embed videos
Closes #1973
2025-01-24 18:35:58 +01:00
Baptiste Arnaud
42d8208082
fix: adjust max height and width for SVG images
Closes #1969
2025-01-24 18:11:47 +01:00
Baptiste Arnaud
06e6faa9d5
feat: integrate new brand (#1935) 2025-01-23 13:25:47 +01:00
Baptiste Arnaud
8518a52787
️ Add Pi theme in gallery
Also remove the hard-coded font-size on inputs.
2024-12-23 15:25:04 +01:00
Baptiste Arnaud
2875b1bc72
🐛 Improve remember state recovery and fix potential stuck state
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1921
2024-12-16 09:51:28 +01:00
Baptiste Arnaud
11503dc3e6
🐛 Make BottomSpacer height's dynamic to fix auto scroll with small containers
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1912
2024-12-12 14:13:21 +01:00
Baptiste Arnaud
9d7651dea3
🔥 (fileInput) simplify duplicate names logic 2024-12-06 17:39:42 +01:00
Baptiste Arnaud
1a1aa3c824
️ Add optionnal 'id' argument to target specific instances in embed commands
Closes #1911
2024-12-01 18:53:14 +01:00
Baptiste Arnaud
c6b09f6844
🚑️ Fix retro compat and introduce new generateUpload route version
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-11-23 16:16:54 +01:00
Abhirup Basu
676fe940b6
🐛 (phoneInput) Fix phone country prefix not changing when already set (#1895)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-11-23 16:05:54 +01:00
Baptiste Arnaud
4dc636dcc5
♻️ (paymentInput) Use stripe-js/pure to lazy load Stripe
Closes #1897
2024-11-23 15:34:05 +01:00
Baptiste Arnaud
8016085a5a
🐛 Add onPreviewMessageDismissed prop to Bubble component
Closes #1888
2024-11-18 08:38:12 -06:00
Baptiste Arnaud
5546d112b3
🐛 (fileUpload) De-duplicate file names in multi upload
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #1862
2024-11-10 16:20:15 -06:00