Commit Graph

2959 Commits

Author SHA1 Message Date
Baptiste Arnaud
cb931988e4
🔧 Improve error details extraction 2025-03-27 10:58:37 +01:00
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
54612a2d5e
🐛 Add check for empty allowed origins in origin validation logic 2025-03-26 13:44:52 +01:00
Baptiste Arnaud
7f44ca4410
🐛 Make allowed origins stricter and prevent the bot being consumable from public URL as mentioned in the docs
Closes #1812
2025-03-26 13:38:07 +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
ce163b448b
🚑️ Fix chat chunks spacing 2025-03-24 19:53:29 +01:00
Baptiste Arnaud
ecb94e3a53
🐛 Fix pause flow in WhatsApp runtime 2025-03-24 19:12:41 +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
0c531aff66
🐛 (cards) Fix dynamic cards duplication 2025-03-24 17:02:35 +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
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
415180422f
🚸 Add replyTo host email for guest and workspace invitations
Closes #2065
2025-03-21 18:12:01 +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
Baptiste Arnaud
9153337924
🚑️ Fix number validation when equals to 0 2025-03-19 16:51:05 +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
Alexis Falaise
4cea6010ad
🚑️ Re-apply default value to number input (#2082) 2025-03-19 15:13:40 +01:00
Baptiste Arnaud
fd2094222f
🚑️ Upgrade embed libs 2025-03-19 12:45:33 +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
ca46139694
📝 Update condition documentation to clarify list handling with Greater and Less operators 2025-03-19 11:14:02 +01:00
Baptiste Arnaud
4d65bfc5de
📝 Add contribution guidelines
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-03-18 15:30:13 +01:00
Baptiste Arnaud
ec0691a37f
🔨 update user and workspace inspection logic 2025-03-17 12:56:20 +01:00
Baptiste Arnaud
7cca1cde69
🚸 Avoid displaying custom domains dropdown if user is not writer 2025-03-15 08:25:56 +01:00
Alexis Falaise
9a7624bf48
️ Add prompt and completion tokens to the save dropdown (#2070)
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
This adds **Prompt tokens** and **Completion tokens** options to the
save dropdown for AI blocks, based on the available token counts of the
CompletionUsage response.


<img width="322" alt="Capture d’écran 2025-03-14 à 16 37 55"
src="https://github.com/user-attachments/assets/e5cce02d-7f61-4cfa-8f84-a50f718335ed"
/>
2025-03-15 08:23:35 +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
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
9fe956b223
📝 Update local installation guide to include information about minio instance for file uploads 2025-03-14 14:57:29 +01:00
Baptiste Arnaud
0b77bd4c53
📝 Update local installation guide with simplified commands and authentication options 2025-03-14 14:47:29 +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