2
0
Commit Graph

1315 Commits

Author SHA1 Message Date
ed5096e2b6 ♻️ Include forged blocks schema in typebot schema
Closes #1364
2024-03-19 08:31:36 +01:00
a797fc074c 🚸 Auto focus new blocks and fix text editor close callback 2024-03-18 16:34:56 +01:00
5073be2439 ♻️ Remove @typebot.io/schemas from @typebot.io/lib 2024-03-15 16:32:29 +01:00
a8a92594f3 🛂 Make sure customDomain can't be spoofed
Closes #569
2024-03-15 15:18:16 +01:00
cdbdb3546c 🚸 Remove debounce on forged block credentials…
Closes #1357
2024-03-15 15:17:07 +01:00
1202f09802 🐛 (anthropic) Fix turn into other blocks
Closes #1356
2024-03-15 15:17:07 +01:00
cf739000b5 🚸 (editor) Fix buttons textarea size when con…
Closes #1327
2024-03-15 15:17:07 +01:00
9b9282e3d9 🐛 (editor) Fix multiple text editor focus
Closes #1312
2024-03-15 15:17:07 +01:00
065a70ea28 🐛 (editor) Fix dragging locked when window is blurred while pressing keys
Closes #1311
2024-03-15 15:17:07 +01:00
70cc1f0ce3 🚸 Fix select and autocomplete max width
Closes #1310
2024-03-15 15:17:07 +01:00
f6d2b15a16 🚸 (results) Improve time filter so that it takes into account user timezone 2024-03-15 10:13:46 +01:00
001e696bf6 🛂 Only show suspicious bot claim for no… 2024-03-15 09:28:51 +01:00
7e3c1e7999 💄 Fix UI regression on editor menu button 2024-03-13 12:50:25 +01:00
cbfc980cf5 🚸 Remove 50 select items initial hard limit
Closes #1348
2024-03-13 10:20:52 +01:00
eaaa840cbf 🚑 Attempt to fix crash related to codemirror 2024-03-12 20:06:46 +01:00
1f40a4d758 🚸 (billing) Improve upgrade UX for non admin
Closes #1299
2024-03-12 20:01:21 +01:00
03097718d1 🚑 Fix auto delete invalid edge when offsets are not loaded 2024-03-11 15:06:24 +01:00
595bffc38d 🔊 Add better error log for auth email sending 2024-03-11 11:17:42 +01:00
4a7d10f578 🐛 Fix board menu placement when suspected typebot banner is displayed 2024-03-11 11:07:27 +01:00
22fe50268a 🐛 (editor) Improve edge resiliency connected to non-existant blocks 2024-03-10 19:44:53 +01:00
0dc276c18f Restore chat state when user is remembered (#1333)
Closes #993

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Added a detailed explanation page for the "Remember user" setting in
the app documentation.
- Introduced persistence of chat state across sessions, with options for
local or session storage.
- Enhanced bot functionality to store and retrieve initial chat replies
and manage bot open state with improved storage handling.
- Added a new callback for chat state persistence to bot component
props.

- **Improvements**
- Updated the general settings form to clarify the description of the
"Remember user" feature.
- Enhanced custom CSS handling and progress value persistence in bot
components.
- Added conditional transition disabling in various components for
smoother user experiences.
- Simplified the handling of `onTransitionEnd` across multiple bubble
components.

- **Refactor**
- Renamed `inputIndex` to `chunkIndex` or `index` in various components
for consistency.
	- Removed unused ESLint disable comments related to reactivity rules.
	- Adjusted import statements and cleaned up code across several files.

- **Bug Fixes**
- Fixed potential issues with undefined callbacks by introducing
optional chaining in component props.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-03-07 15:39:09 +01:00
59cf993146 🐛 Fix back button refreshing the page when typebot in folder
Closes #1297
2024-03-07 14:26:48 +01:00
5dafb64963 💄 Improve editor header responsiveness
Closes #1204
2024-03-07 14:26:48 +01:00
c2003dab91 ⬆️ Upgrade ai and openai packages 2024-03-07 14:26:48 +01:00
712a56502f 🛂 Display suspected typebot banner only if workspace is not verified 2024-03-07 08:20:34 +01:00
2fb379b102 Add "turn into" option in block context menu
Closes #1302
2024-03-05 15:46:28 +01:00
579e4078b9 💄 (textEditor) Fix floating link inputs color in dark mode 2024-03-04 18:20:24 +01:00
8e20d90081 🚑 Fix invalid workspace plan check for support bubble 2024-03-04 18:03:29 +01:00
6d8a007f09 🛂 Disable direct support for Free users
Closes #1318
2024-03-04 17:57:32 +01:00
ef69b5b77c 📝 Add v2.23 newsletter 2024-03-04 15:16:30 +01:00
4ca613e83a ♻️ Use at function instead of dangerous direct lookup array index 2024-03-04 14:14:06 +01:00
a043c3e4b9 🐛 (analytics) Fix possible analytics crash when groupId can't be found 2024-03-04 13:27:31 +01:00
434b06767d 📈 (posthog) Send user last login event 2024-03-04 10:04:48 +01:00
78d3e9b1f2 💄 Fix dark mode timefilter dropdown in analytics page
Closes #1286
2024-03-01 15:39:34 +01:00
648ec08a10 Add Together AI block (#1304)
Closes #1253
2024-03-01 15:33:22 +01:00
060c49dcde 🔊 (whatsapp) Improve phone ID verification error details 2024-02-28 15:19:30 +01:00
229453d3d3 💄 Improve progress bar UI and make avoid starting at 0 2024-02-27 14:22:46 +01:00
33d0fcd842 🚸 (theme) Improve custom font flow by asking for font-face props directly 2024-02-27 11:28:37 +01:00
b9e54686d5 ⬆️ Upgrade and improve plate editor
Closes #606
2024-02-27 10:03:55 +01:00
2d7ccf17c0 (theme) Add progress bar option (#1276)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced progress bar functionality across various components for a
more interactive user experience.
	- Added progress tracking and display in chat sessions.
- **Enhancements**
- Adjusted layout height calculations in the settings and theme pages
for consistency.
- Improved theme customization options with progress bar styling and
placement settings.
- **Bug Fixes**
- Fixed dynamic height calculation issues in settings and theme side
menus by standardizing heights.
- **Style**
- Added custom styling properties for the progress bar in chat
interfaces.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-02-23 08:31:14 +01:00
f2b21746bc 🚸 (fileUpload) Correctly set default item for visibility 2024-02-22 10:53:05 +01:00
e4d2ebefcc 🛂 Make sure to check the domain exists before updating it on typebot 2024-02-22 10:53:05 +01:00
508859a550 🚸 (buttons) Fix new buttons new line and escape behavior 2024-02-21 09:25:04 +01:00
7cf1a3e26d (theme) Custom font option (#1268)
Closes #1249

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced components for customizing fonts, including Google and
custom font options.
- Enhanced theme customization by simplifying theme objects and adding
new font customization options.
- Implemented dynamic font injection for web pages based on
user-selected font configurations.

- **Bug Fixes**
- Fixed a condition in theme template card rendering to correctly check
avatar enablement.
- Corrected font property handling across various components to support
both string and object types.

- **Refactor**
	- Updated option properties in RadioButtons component to be readonly.
- Simplified logic for setting CSS variables for fonts, including checks
for font types and existence.

- **Documentation**
- Added constants and schemas for supporting new font types in theme
customization.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-02-20 10:36:57 +01:00
927feae32b 🚸 (buttons) Detect multi items pasting with br… 2024-02-19 16:50:26 +01:00
e783bb4121 🧑‍💻 Improve sign up error message 2024-02-19 10:28:57 +01:00
f3adaa3b28 🐛 Fix missing http request block in side bar 2024-02-16 17:59:04 +01:00
33cbb2b254 🚸 Rename "webhook" block to "HTTP request" 2024-02-16 12:04:25 +01:00
8d50dc9dfa 🧑‍💻 Rename User ID predefined value to Result ID whic… 2024-02-16 11:34:54 +01:00
3e0d3e7724 (setVariable) Add timezone option for dates
Closes #1251
2024-02-16 10:07:29 +01:00