Commit Graph

1514 Commits

Author SHA1 Message Date
Baptiste Arnaud
8771fd3c53
️ Add "Device type" set variable option 2025-03-27 10:42:05 +01:00
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
c9b57f58bf
🐛 Fix help document URL for AB Test block 2025-03-26 13:24:55 +01:00
Baptiste Arnaud
d79dfbb5a7
🔧 Fix default docker compose file, add db to same network
Linked to #2056
2025-03-26 11:55:58 +01:00
Enzo
0606fa3d8b
🐛 Fix "Pick an image" popover going behind (#2099)
Closes #2096
2025-03-26 08:06:00 +01:00
Baptiste Arnaud
dc01e0bb3c
🚩 Remove Cards block feature flag 2025-03-25 15:22:56 +01:00
Baptiste Arnaud
615f9b0d6d
Introduce Blink block
Closes #2083
2025-03-25 15:08:38 +01:00
Baptiste Arnaud
0c531aff66
🐛 (cards) Fix dynamic cards duplication 2025-03-24 17:02:35 +01:00
Baptiste Arnaud
4a9efaa669
🐛 Prevent blocks sidebar closure when mouse exits left side of the screen
Closes #2087
2025-03-24 15:40:53 +01:00
Baptiste Arnaud
68aab6089d
🐛 Fix copy pasting Jump blocks in a new typebot
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #2076
2025-03-21 19:11:04 +01:00
Baptiste Arnaud
e03e7b84c0
🚸 Attempt to parse URL with extension when downloaded publicly from WhatsApp
Potentiel fix for #2073
2025-03-21 18:47:17 +01:00
Baptiste Arnaud
c9519cb446
🐛 Increase workspace modal width to fix truncation on some languages
Closes #2063
2025-03-21 18:07:29 +01:00
Baptiste Arnaud
b0bed92de2
🐛 Fix emoji and icon display in bot
Closes #2053
2025-03-21 17:55:55 +01:00
Baptiste Arnaud
b4029dce96
🐛 Implement back optimistic user updates
Closes #2041
2025-03-21 16:23:12 +01:00
Baptiste Arnaud
03a8531bce
🐛 Fix typebot icon popover behind blocks sidebar
Closes #2090
2025-03-21 16:12:38 +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
Baptiste Arnaud
275d9876d8
🐛 (editor) Fix block dropping on same group not detected
Closes #2033
2025-03-20 17:44:03 +01:00
Baptiste Arnaud
bbb5a791a1
🚸 Allow for custom text in OpenRouter and Together blocks
Introducing the new AutocompleteForgeInput that uses the Combobox component from Ark UI. Also consolidates the theming config in ui package
2025-03-20 12:44:43 +01:00
Alexis Falaise
2a554cbe86
🚸 Add network error system messages (#2084)
Closes #2057
2025-03-19 19:11:48 +01:00
Alexis Falaise
f515ef108e
Add format options in number input block (#2080) 2025-03-19 12:29:18 +01:00
Baptiste Arnaud
ee0aaa9715
🔧 Add debug logging for error details in WhatsApp message handling 2025-03-19 11:22:16 +01:00
Baptiste Arnaud
7cca1cde69
🚸 Avoid displaying custom domains dropdown if user is not writer 2025-03-15 08:25:56 +01:00
Baptiste Arnaud
a52f74c006
🚸 Update GroupFocusToolbar to conditionally render copy and delete buttons based on read-only state 2025-03-14 17:51:13 +01:00
Baptiste Arnaud
079716ba5c
📈 Enhance error logging in WhatsApp message handling unknown error 2025-03-14 15:36:15 +01:00
Baptiste Arnaud
ef759a608e
📈 Improve WA failed message sending error logging 2025-03-14 12:36:14 +01:00
Baptiste Arnaud
42d974f200
🐛 Tie globals object for each session
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #2029
2025-03-13 09:06:24 +01:00
Baptiste Arnaud
5d15b7021f
🚸 Enhance PlaceholderNode with hitbox extension 2025-03-12 14:38:03 +01:00
Baptiste Arnaud
0003e729e3
🐛 Improve GhostableItem validation and error logging 2025-03-12 12:31:37 +01:00
Baptiste Arnaud
1512da050d
🐛 Fix GhostableItem detection in StackWithGhostableItems 2025-03-12 12:04:24 +01:00
Baptiste Arnaud
f4b43c0702
♻️ Add display names for StackWithGhostableItems components 2025-03-12 11:54:42 +01:00
Baptiste Arnaud
09e80d9a1c
🐛 Improve error handling in StackWithGhostableItems 2025-03-12 11:31:43 +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
Enzo
d1215c6a46
🌐 Add more translations (#2051)
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
This PR adds missing internationalization (i18n) to several UI
components that previously used hardcoded English text. The changes span
multiple sections of the app. By replacing static strings with
translation keys, a more consistent and localized user experience is
ensured.

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2025-03-06 12:25:57 +01:00
Baptiste Arnaud
2417897f51
💄 Fix shrinking base URL in share page when entering edit
Closes #2016
2025-03-04 16:34:54 +01:00
Enzo
ffd40e0dd5
🚸 Persist language preference in database for better cross device experience (#2043)
Closes [2013](https://github.com/baptisteArno/typebot.io/issues/2013)
2025-03-03 19:21:12 +01:00
Baptiste Arnaud
ef94ba7487
🐛 Fix sheets builder API endpoint should use workspaceId 2025-03-03 16:11:19 +01:00
Baptiste Arnaud
dd7747af53
️ Revert Chakra UI upgrade
Issue with popover and modal stacking
2025-03-03 15:47:34 +01:00
Baptiste Arnaud
e98c7c2087
💚 Fix getCredentials incompatible with legacy viewer API 2025-03-03 13:16:34 +01:00
Baptiste Arnaud
8d86535e42
🔥 Remove workspaceId optionnality in chat session state 2025-03-03 10:53:50 +01:00
Baptiste Arnaud
179e60b9d8
💚 Fix sentry config type error
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-02-27 08:45:42 +01:00
Baptiste Arnaud
7c04667902
🔧 Ignore Googlebot errors in Sentry 2025-02-27 08:17:18 +01:00
Baptiste Arnaud
c83cfbcb4c
⬆️ Upgrade Tanstack and React 2025-02-26 14:18:27 +01:00
Baptiste Arnaud
c7448eb040
⬆️ Upgrade AI SDK and add Claude 3.7
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Monthly job / clean (push) Has been cancelled
2025-02-26 08:15:11 +01:00
Baptiste Arnaud
8ad53debef
🧑‍💻 Add configurable ToS URLs 2025-02-24 17:24:35 +01:00
Baptiste Arnaud
a54b27cfbd
📝 Add Blink integration instructions 2025-02-24 10:35:20 +01:00
Baptiste Arnaud
b406f6c620
👷 Renovate cron jobs 2025-02-19 22:32:41 +01:00
Baptiste Arnaud
57adf620c1
🥅 Catch sheet permission error 2025-02-19 19:06:10 +01:00
Baptiste Arnaud
c99003ccca
🥅 Filter out ClientToastError from Sentry 2025-02-19 19:01:43 +01:00