Commit Graph

1330 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Baptiste Arnaud
d197cf9b4d
Update tests 2024-08-16 17:09:13 +02:00
Baptiste Arnaud
b4a6e427ad
🐛 Fix input answer empty if filled from set variable
Closes #1700
2024-08-16 15:41:14 +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
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
Abhirup Basu
09277c264c
Implement Pexels videos option to media popover (#1636)
Closes #1575 

Note: Need to create a new environment variable named
`NEXT_PUBLIC_PEXELS_API_KEY` to store the API Key obtained from Pexels!


https://github.com/user-attachments/assets/4250f799-0bd7-48e9-b9a8-4bc188ad7704

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
Co-authored-by: younesbenallal <younes.benallal.06@gmail.com>
2024-07-22 19:41:01 +02:00
Baptiste Arnaud
94ca8ac39f
🐛 Fix credentials listing when getting deleted creds 2024-07-22 17:58:25 +02:00
Baptiste Arnaud
ec2a53fac1
Remove ZemanticAI block
Closes #1656, closes #1652
2024-07-22 17:24:02 +02:00
Baptiste Arnaud
71d09cdf7c
🐛 (editor) Fix share popover behind Test drawer
Closes #1647
2024-07-22 17:11:40 +02:00
Baptiste Arnaud
431e29b41e
🚸 (sheets) Auto set credentials after oauth… 2024-07-18 16:17:58 +02:00
Baptiste Arnaud
1f71b86f09
🚸 Improve feedback when variable input did … 2024-07-18 16:17:58 +02:00
Baptiste Arnaud
0ee820b4da
🔧 Migrate Tolgee from self-hosted to cloud
Closes #1330
2024-07-17 10:58:34 +02:00
Baptiste Arnaud
bd6921b90c
🐛 (credentials) Fix credentials not listing when workspace has legacy zemantic 2024-07-16 16:36:14 +02:00
Baptiste Arnaud
c6005c49a2
(credentials) Add credentials management menu in workspace settings
Closes #1567
2024-07-16 15:11:48 +02:00
Baptiste Arnaud
90cc8c8054
📝 Remove WABA ID requirement instruction 2024-07-15 16:09:58 +02:00
Baptiste Arnaud
043f0054b0
⬆️ Upgrade AI SDK (#1641) 2024-07-15 14:32:42 +02:00
Baptiste Arnaud
5a3fd84214
⬆️ Upgrade pnpm, turbo, isolated-vm (#1609)
Closes https://github.com/baptisteArno/typebot.io/issues/1554
2024-07-11 16:09:49 +02:00
Abhirup Basu
c7263a17eb
️ Option to disable controls and autoplay on videos (#1631)
Extends the implementation of #1503 as per the suggestions provided in
the code review to resolve #1485



https://github.com/baptisteArno/typebot.io/assets/69730155/87481d64-57f5-4f7e-8a28-4a464f12cc31

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2024-07-11 12:32:47 +02:00
Baptiste Arnaud
1431898b82
🐛 (sheets) Make sure update cells do not overwrite existing… 2024-06-27 11:25:43 +02:00
Baptiste Arnaud
8ec0fbdebf
(setVariable) Add Pop and Shift items 2024-06-27 08:22:22 +02:00
Baptiste Arnaud
6db0464fd7
Add attachments option to text input (#1608)
Closes #854
2024-06-26 10:13:38 +02:00
Baptiste Arnaud
7790cf4f27
🐛 (text) Fix text bubble content parsing when starting with variable
Closes #1594
2024-06-24 15:03:18 +02:00
Baptiste Arnaud
531a1be003
📝 Add Savings Estimator template 2024-06-20 15:19:51 +02:00
Baptiste Arnaud
1380e03b82
📝 Update high ticket lead template with Generate variable a… 2024-06-20 12:08:31 +02:00
Baptiste Arnaud
990ff0f4ca
🚑 Fix variable search button input not auto opening 2024-06-20 11:26:38 +02:00
Baptiste Arnaud
918836d6cf
(embed) Option to add a wait event for the embed bubble
Closes #1590
2024-06-19 15:27:45 +02:00
Baptiste Arnaud
4ab1803d39
🚸 Automatically create variables when pasting groups to a new typebot
Closes #1587
2024-06-19 14:09:18 +02:00
Baptiste Arnaud
36c984643a
🐛 (theme) Remove variables button from Custom CSS editor 2024-06-18 12:39:03 +02:00
Baptiste Arnaud
76fcf7ee93
Add "Generate variables" actions in AI blocks
Closes #1586
2024-06-18 12:13:00 +02:00
Baptiste Arnaud
bec9cb68ca
⬆️ Upgrade chakra version 2024-06-17 14:12:14 +02:00
Baptiste Arnaud
98699738d7
🐛 (editor) Fix groups paste when edge is not copied 2024-06-14 09:51:02 +02:00