Commit Graph

1830 Commits

Author SHA1 Message Date
Baptiste Arnaud
72e64aec00
💚 Consistent package.json fields accross workspace 2024-10-08 10:54:37 +02:00
Baptiste Arnaud
2bfb836e78
📝 Add guide on splitting AI messages into multiple blocks
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2024-10-07 15:18:28 +02:00
Baptiste Arnaud
1f6a72ba80
📝 (webhook) Add PartyKit configuration instructions 2024-10-07 12:02:02 +02:00
Baptiste Arnaud
59c0ea03cf
Add Webhook block (#1815)
Closes #1531
2024-10-07 11:44:28 +02:00
Baptiste Arnaud
9d3537ef5d
🔥 Remove as const on updateOptions 2024-10-07 10:46:17 +02:00
Baptiste Arnaud
7b22e3fe91
📝 (auth) Enhance email authentication flow with a redirect page
Closes #1824
2024-10-07 10:30:42 +02:00
younesbenallal
c55655a7f2
📝 Add 'ManyChat alternatives' blog post (#1818) 2024-10-05 09:29:50 +02:00
Mehmet Beydogan
45a586e752
📝 Add Webhook test app suggestion (#1813)
Added section for a simple free tool for debugging webhooks easily. Hope
thats ok!
2024-10-05 09:26:06 +02:00
Baptiste Arnaud
d3a869498e
️ (auth) Attempt to fix issue with link openers in corporate setups (#1819)
Also add option to provide type the login code instead of link-only
option Closes #1817
2024-10-04 18:26:30 +02:00
Baptiste Arnaud
6ec8f71cac
🔧 Upgrade Stripe API version and dependencies 2024-10-04 14:25:51 +02:00
Abhirup Basu
18e882a4d0
📝 Fix typo docker-compose command (#1816) 2024-10-02 21:15:34 +02:00
Baptiste Arnaud
088678bd26
📝 Update local installation instructions 2024-10-01 12:00:58 +02:00
Baptiste Arnaud
c1aa68aeef
📝 Add FAQ about license 2024-10-01 11:21:43 +02:00
Baptiste Arnaud
5c4be51260
📝 Improve webhook field subscription instruction 2024-09-30 16:25:41 +02:00
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