2
0
Commit Graph

2025 Commits

Author SHA1 Message Date
5d971f7b6f 🚸 (results) Add progress bar to export results modal 2024-01-11 10:36:48 +01:00
03258e0f64 (openai) Add "Ask assistant" action
Closes #1024
2024-01-11 08:29:41 +01:00
799c694522 New QR code block (#1142) 2024-01-11 08:09:58 +01:00
9b5b277b5b 🐛 (whatsapp) Fix inline variable serializing 2024-01-11 00:14:55 +01:00
006b9d6658 📝 Add analytics doc 2024-01-10 11:58:08 +01:00
459dac4224 🔧 Allow react lib to be used with v16 react-v0.2.32 js-v0.2.32 2024-01-10 11:20:31 +01:00
2b2e7c72f3 🧐 Add inspectWorkspace script 2024-01-10 11:11:12 +01:00
c1c053b0d1 🛂 (radar) Loosen cumulative keywords check 2024-01-10 09:55:02 +01:00
73d68f03c1 (calCom) Add phone prefill option 2024-01-08 15:17:36 +01:00
311753fd0e 🧐 Improve suspendWorkspace script 2024-01-08 15:11:19 +01:00
56e0342e86 🛂 (radar) Enable multiple RADAR_CUMULATIVE_KEYWORDS sets 2024-01-08 14:34:35 +01:00
f3a4922286 👷 Replace sleep from docker:up script for cross-plat compatibility
Closes #1139
2024-01-08 14:10:57 +01:00
3775919543 🧐 Add more data inspection scripts 2024-01-08 13:47:23 +01:00
244a29423b (whatsapp) Improve / fix markdown serializer
Forked remark-slate code to create Typebot's own serializer

Closes #1056
2024-01-08 08:40:25 +01:00
7d6c964a0f 🧐 Add data exploration scripts 2024-01-08 07:38:58 +01:00
2385eaf7d5 📝 Add a note on where to find resultId 2024-01-04 20:48:56 +01:00
b2c732ac93 🔖 Release v2.21.3 v2.21.3 2024-01-04 14:29:26 +01:00
f73bc46208 🐛 (webhook) Fix test request execution invalid timeout 2024-01-04 14:09:06 +01:00
5266be1a51 🔧 Muting Vercel bot notifications for viewer 2024-01-04 13:35:29 +01:00
34917b00ef (webhook) Add custom timeout option
Closes #1128
2024-01-04 08:08:00 +01:00
d247e02cad 🐛 (webhook) Fix result parsing with same linked typebot 2024-01-03 17:01:22 +01:00
65f4fb0d7a 📝 Add Contribute docs 2024-01-03 16:29:41 +01:00
b3957295bd 🔖 Release v2.21.2 v2.21.2 2024-01-02 18:18:36 +01:00
e8b9ef4d6c 🧑‍💻 (webhook) Disable webhook timeout if CHAT_API_TIM… 2024-01-02 18:17:35 +01:00
c211f21647 🔖 Release v2.21.1 v2.21.1 2024-01-02 15:19:31 +01:00
b5fbba7072 🔒 (logs) Remove some logs from API response to avoid sensit… 2024-01-02 15:18:20 +01:00
7a417c79a5 🔖 Release v2.21.0 v2.21.0 2024-01-02 14:01:07 +01:00
a44b0e9696 💚 Fix arm docker build out of memory error 2024-01-02 13:58:17 +01:00
ed7f5c7328 📝 Add suggest edits button 2024-01-02 13:58:17 +01:00
22506223a4 🔧 Add suspendWorkspace script 2024-01-02 13:58:17 +01:00
7ce1a4d3d1 (radar) Remove IP ban system 2024-01-02 10:16:10 +01:00
624642974b ✏️ (docs) Fix docs title suffix 2023-12-29 17:23:54 +01:00
1160f58369 🚸 (webhook) Stringify inline code for better reliability 2023-12-29 16:48:26 +01:00
7804ae2572 🐛 Fix crash on toast show up due to tolgee provider not defined 2023-12-29 16:47:18 +01:00
53b702e8b1 🌐 Add translation keys for input blocks (#1114)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Integrated localization support across various components using the
`useTranslate` hook for dynamic translations.

- **Enhancements**
- Replaced hardcoded text with localized strings to support multiple
languages in the user interface.

- **User Interface**
- Updated labels, placeholders, tooltips, and button texts to utilize
translated content for a multilingual experience.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2023-12-29 12:42:50 +01:00
5fbbe9d86e 🌐 Add theme tab translation keys (#1119)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Implemented internationalization across various components, enabling
dynamic language translation for UI elements.

- **Enhancements**
	- Improved accessibility with translated `aria-label` attributes.
	- Enhanced user interface with translated button texts and labels.

- **Refactor**
	- Streamlined translation handling with the `useTranslate` hook.

- **Bug Fixes**
	- Corrected tooltip label for better clarity.

- **Style**
	- Updated visual elements to reflect changes in language settings.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2023-12-29 12:02:14 +01:00
f26eafd26f 🌐 Improve i18n collaboration type and timeSince parsing 2023-12-29 11:31:31 +01:00
5124373071 🌐 Add templates name and description translation keys (#1120)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Templates now support multiple languages with the introduction of a
translation function for template names, descriptions, and category
tags.

- **Enhancements**
- Improved template naming consistency with capitalization adjustments
for clarity.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2023-12-29 10:50:31 +01:00
a235a7accd Attempt to fix tolgee random crash due to provider not detected 2023-12-29 10:12:13 +01:00
81a70d3b70 Typebots page pt-BR translation (#1121)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Enhancements**
- Improved internationalization with dynamic translations for "Cancel"
and "Delete" labels across modal and button components.
- Localized the `name` property during Typebot creation for better user
experience in different languages.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2023-12-29 08:16:00 +01:00
28b2b1a60c 🌐 Sync french translations and fix some non-sentence translations 2023-12-28 12:15:35 +01:00
d42e4a9ce1 Add editor header translation keys (#1110)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Implemented internationalization support across various components
using the `useTranslate` function for dynamic content translation.

- **Enhancements**
- Updated UI elements such as buttons, tooltips, placeholders, and
labels to display translated text, improving accessibility and user
experience for non-English speakers.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2023-12-28 10:50:33 +01:00
74f5a17de0 🛂 (radar) Correctly block banned IP event when signing in with oauth providers 2023-12-27 08:11:15 +01:00
cee1373e6a 🔧 Add disableRequestTimeout param for automation integrations 2023-12-27 07:44:54 +01:00
3bbaf670a2 🚸 (webhook) Improve header and query params parsing 2023-12-24 11:02:48 +01:00
6e076e9fb8 🚑 Revert resultId optional in startChat response 2023-12-23 10:13:27 +01:00
867e68c4d9 🚑 Add back runtimeOptions and fix popup width option nextjs-v0.2.31 react-v0.2.31 js-v0.2.31 2023-12-22 10:24:33 +01:00
1e5fa5a575 📝 Migrate from Docusaurus to Mintlify (#1115)
Closes #868
2023-12-22 09:13:53 +01:00
512bb09282 🐛 Chatwoot widget open should not unmount bot if standard or popup nextjs-v0.2.30 react-v0.2.30 js-v0.2.30 2023-12-21 18:44:59 +01:00
f4a0935c79 🔧 Add anthropic to long request whitelist 2023-12-21 07:29:52 +01:00