Commit Graph

1816 Commits

Author SHA1 Message Date
Baptiste Arnaud
7fb8a80a4c
📝 Add fair source blog post 2024-09-30 16:21:03 +02:00
Baptiste Arnaud
9af6210159
📝 Add all settings for each embed
Some checks failed
Create Tag / create-tag (push) Has been cancelled
2024-09-27 18:05:35 +02:00
younesbenallal
25a79af81d
📝 Add "Add chatbot to webflow" blog post (#1807)
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-09-27 10:52:14 +02:00
Baptiste Arnaud
ba789bb770
🚑️ Rename Google Sheets API keys in viewer 2024-09-26 10:40:14 +02:00
Baptiste Arnaud
a94f0f7ce7
🐛 Rename Google API keys for better clarity and granularity across auth, Sheets, and Fonts integrations.
Closes #1895
2024-09-26 09:58:30 +02:00
Baptiste Arnaud
c54e674d77
🐛 Update DropdownList key prop to use getItemValue
Closes #1804
2024-09-25 18:46:05 +02:00
Baptiste Arnaud
47fe4e4199
🐛 Update routerProgressBar styles for fixed positioning and z-index adjustments 2024-09-25 17:42:54 +02:00
Baptiste Arnaud
047d328028
🐛 Re-introduce css imports in _app builder 2024-09-25 16:46:09 +02:00
Baptiste Arnaud
301ffd1247
📝 Enable message streaming in Docker deployment config
Closes #1701
2024-09-25 15:33:37 +02:00
Baptiste Arnaud
10750f54d1
♻️ Use bun, biome, better ts config, new license and remove all barrel files (#1801)
Closes [#1754](https://github.com/baptisteArno/typebot.io/issues/1754)
2024-09-25 14:50:13 +02:00
Baptiste Arnaud
706a09535c
🚸 (zendesk) Migrate web widget key to block settings
Some checks failed
Create Tag / create-tag (push) Has been cancelled
2024-09-24 18:11:56 +02:00
John Walsh
8ced42d5c7
Add Zendesk block (#1794)
Adds a new Zendesk block with initial support for launching the Zendesk
Messaging Web Widget

---------

Co-authored-by: John Walsh <john@famkit.com>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-09-24 16:56:40 +02:00
Baptiste Arnaud
dc870fcfad
🐛 (smtp) allow for non-email username
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Closes #1793
2024-09-16 14:31:36 +02:00
Baptiste Arnaud
6d350a9b69
🐛 Fix variable creation when filtered items not empty
Closes #1792
2024-09-16 14:30:32 +02:00
Thomas Gak-Deluen
b03fd77d40
🚸 Fix editable overflowing in the variables drawer (#1791)
In the `VariablesDrawer`, long variables overflow their parent container
by pushing away action buttons as can be seen in the following
screenshot:

<img width="503" alt="image"
src="https://github.com/user-attachments/assets/c51afef9-8290-4178-a119-83c2d50af48d">

Since we are in a flex context, the default value for `min-width` is
`auto` which causes the container to grow automatically based on its
content.

To make sure the `text-overflow` / `overflow` pair work correctly, and
display an ellipsis, the parent container must have a fixed size. This
can be solved by setting the `min-width` of the overflowing container to
`0` (the default outside a flex context).

After applying `min-width: 0` to the editable component: 

<img width="428" alt="image"
src="https://github.com/user-attachments/assets/0a4f39b2-613b-4b36-8e13-634e4f5feaef">
2024-09-16 14:08:29 +02:00
Baptiste Arnaud
445196e37d
🐛 Fix blocks search bar not adapting to block labels
Closes #1769
2024-09-12 19:34:35 +02:00
Baptiste Arnaud
86c23bfed9
📝 Add "How to create loops" guide 2024-09-12 15:56:33 +02:00
Baptiste Arnaud
7cacf0cad7
📝 Add limitations section in Sheets doc 2024-09-12 13:12:55 +02:00
Baptiste Arnaud
192989ba92
📝 Add message stream API instructions 2024-09-10 12:28:11 +02:00
Baptiste Arnaud
ae31fe8f48
📝 (results) Add time filter section in Results page 2024-09-10 10:49:17 +02:00
Baptiste Arnaud
06bf188052
🚑️ (forge) Fix select inputs 2024-09-06 15:35:43 +02:00
Baptiste Arnaud
fa14029fed
🐛 (s3) Skip object removals when S3 not configured
Closes #1763
2024-09-04 11:54:55 +02:00
Baptiste Arnaud
18c6381a77
🐛 (forge) Fix incompatible auth schemas when finding fetchers
Closes #1758
2024-09-04 11:43:02 +02:00
Baptiste Arnaud
2a767e02b0
🐛 (fileUpload) Fix private file upload URLs
Closes #1761
2024-09-04 11:15:18 +02:00
Baptiste Arnaud
64b3439521
🐛 Fix background image popover closing on variable select
Closes #1755
2024-09-02 12:07:44 +02:00
Baptiste Arnaud
d51cf00f69
💄 Fix audio element UI overflow on Firefox
Also added better display when a media bubble src is a variable

Closes #1742
2024-09-02 11:47:02 +02:00
Baptiste Arnaud
041b817aa0
🧑‍💻 (s3) Correctly delete the files when deleting resources 2024-09-02 11:23:01 +02:00
Baptiste Arnaud
a3a9d58be9
🐛 (audioClips) Fix empty metadata on recorded file
Closes #1753
2024-08-31 11:37:52 +02:00
Baptiste Arnaud
0c7d2afd51
📝 Add Generate variables docs section
Some checks failed
Create Tag / create-tag (push) Has been cancelled
2024-08-22 18:15:44 +02:00
Baptiste Arnaud
6a7877dc9b
Add Groq block
Closes #1721
2024-08-22 17:40:10 +02:00
Baptiste Arnaud
77614f671f
⬆️ Upgrade ai package 2024-08-22 17:40:10 +02:00
Jason
53104a4a5e
📝 Add OAuth scopes URL for Sheets config (#1732)
Added help link for OAuth consent screen when people are setting up
google sheets access they are forgetting to add the scopes to the screen
itself.
2024-08-22 17:12:29 +02:00
Baptiste Arnaud
503060cb4d
📝 Add docs for audio clips and update audio chat gpt template
Some checks are pending
Create Tag / create-tag (push) Waiting to run
2024-08-21 16:18:05 +02:00
Baptiste Arnaud
135251d3f7
Add audio clips option on text input block
Closes #157
2024-08-20 14:36:41 +02:00
Baptiste Arnaud
2275c6961e
🚸 (condition) Show "AND" label when default unchanged
Some checks are pending
Create Tag / create-tag (push) Waiting to run
2024-08-19 17:55:24 +02:00
Abhirup Basu
17684ee5b7
️ Reset remembered state if the typebot is updated (#1675)
Wipe stored chat state if a typebot is updated.

Resolves #1508 
Resolves #1427  



https://github.com/user-attachments/assets/7668d6a7-2916-4158-b715-1cccaeaf6ddf

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-08-16 18:10:47 +02:00
John Walsh
29ab812512
Add Segment block (#1672)
Added support for Twilio Segment

New Segment Block added to Forge. Includes the following:
- Credentials
- Identify User, including Traits
- Alias User
- Track Event, including Properties
- Track Bot View ( Page ), including Properties
- Generate UUID for User IDs

Tested integration with Segment, verified working. Uses Segment's NodeJS
analytics library to support non-browser based platforms, such as
WhatsApp

---------

Co-authored-by: John Walsh <john@famkit.com>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-08-16 17:23:23 +02:00
Baptiste Arnaud
d197cf9b4d
Update tests 2024-08-16 17:09:13 +02:00
Baptiste Arnaud
58d3955e01
🐛 (transcript) Revert incorrect recursive set variable at same block 2024-08-16 16:54:59 +02:00
Baptiste Arnaud
b4a6e427ad
🐛 Fix input answer empty if filled from set variable
Closes #1700
2024-08-16 15:41:14 +02:00
Baptiste Arnaud
86263f0722
🧑‍💻 Improve apiOrigin detection
Closes #1696
2024-08-14 12:03:36 +02:00
Baptiste Arnaud
e649e49572
📝 Update run forge documention with new specs
Closes #1695
2024-08-14 11:33:17 +02:00
Baptiste Arnaud
ac79134973
📝 Add WA limitation notice on Execute on client option
Closes #1521
2024-08-14 11:33:17 +02:00
Baptiste Arnaud
089332ecf1
📝 Add variable result saving notice 2024-08-14 11:33:17 +02:00
Kavita Rawat
98b2837576
️ Add search input in blocks sidebar (#1677)
Hi, @baptisteArno Added the search input in blocks sidebar.
Resolve #359.

Works with tags and description as well.

---------

Co-authored-by: @Kavita2599 <kavita99@netart.io>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-08-13 18:22:53 +02:00
Baptiste Arnaud
d49e006df0
📝 Remove enterprise discovery plan link for commercial license 2024-08-12 18:48:43 +02:00
Baptiste Arnaud
a79f41e3c6
📝 Add proto header in reverse proxy instructions
Closes #1680
2024-08-12 15:17:59 +02:00
Baptiste Arnaud
38fa88f6d6
🐛 Fix smtp error details not displaying 2024-07-30 14:49:52 +02:00
Baptiste Arnaud
77daab8a5f
💚 Fix error message invalid type
Some checks are pending
Create Tag / create-tag (push) Waiting to run
2024-07-29 11:30:59 +02:00
Baptiste Arnaud
da908ffe90
🧑‍💻 Provide SMTP error details in toast 2024-07-29 09:49:55 +02:00