Baptiste Arnaud
ed2ec66c47
🐛 Fix select box height offset
2025-06-27 17:29:01 +02:00
Baptiste Arnaud
75fb6e50f8
🐛 Fix infinite loop crash in analytics graph in some scenarios
2025-06-27 17:09:09 +02:00
Baptiste Arnaud
4d899c09ef
🐛 Fix multiple choice parsing to work with non-ASCII chars
...
Closes #2231
2025-06-27 15:55:29 +02:00
younesbenallal
f1e7eac191
📝 Add "how to create a chatbot for beginners" blog post ( #2223 )
2025-06-27 11:29:21 +02:00
Israel Teneda
296efeb261
✏️ Fix the Forge overview link ( #2225 )
2025-06-27 10:40:44 +02:00
Baptiste Arnaud
dffdac6160
🐛 Fix subscription cancellation event tracking condition
...
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Corrects the condition to track events only when 'cancel_at_period_end' changes from false to true, ensuring accurate event logging for subscription cancellations.
2025-06-26 17:08:00 +02:00
Baptiste Arnaud
12e285e7f7
🔨 Improve daily job notification format
2025-06-26 10:00:55 +02:00
Baptiste Arnaud
761602b3d2
🐛 Better manage newly created subscription in stripe webhook
2025-06-26 09:19:42 +02:00
Baptiste Arnaud
a5db6dc0a1
🔨 Add subscription daily digest script
2025-06-25 12:57:34 +02:00
Baptiste Arnaud
20f0f6324f
📈 Update Stripe webhook handler to track subscription cancellations
2025-06-25 12:52:32 +02:00
Baptiste Arnaud
c156004f5a
🧹 Move functions Vercel config to dashboard
2025-06-25 09:54:53 +02:00
Baptiste Arnaud
45e29846b5
🐛 Fix iOS scroll still not working on some devices
2025-06-24 21:57:48 +02:00
Baptiste Arnaud
1e14ae7be4
🐛 Fix scroll on some iOS devices when chat container is disabled
2025-06-24 19:59:18 +02:00
Baptiste Arnaud
16aa060266
🐛 Fix height viewport overflow issue on mobile
2025-06-24 19:39:45 +02:00
Baptiste Arnaud
c0bda4478d
🐛 Fix bot client height reactivity
2025-06-24 19:33:01 +02:00
Baptiste Arnaud
a2bb9ac944
🐛 Add conflict margin for Typebot update to handle clock synchronization issues
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-06-24 12:14:47 +02:00
Baptiste Arnaud
e087a30a01
💚 Fix missing cookie dep
2025-06-23 16:47:45 +02:00
Baptiste Arnaud
045d62e566
🐛 Fix multiple choice parser not working with multiple indices
2025-06-23 16:06:48 +02:00
Baptiste Arnaud
1e16158021
🚸 Re-organize Script settings for better UX
2025-06-23 14:49:45 +02:00
Baptiste Arnaud
b8d589931d
🐛 Always transform undefined to null values for user name and image in OAuth profile extraction
...
Closes #2199
2025-06-23 14:07:07 +02:00
Baptiste Arnaud
235bd9944b
🧑💻 Improve typebot save conflict toast with overwrite option
2025-06-23 13:32:04 +02:00
Baptiste Arnaud
6e53baf18d
🚑 ️ (embed) Fix absolute positioned element not following scroll
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-06-20 17:54:14 +02:00
Baptiste Arnaud
5b7faa34e0
🐛 Fix ark ui positioning z-index stacking clash with chakra
2025-06-19 20:27:50 +02:00
Baptiste Arnaud
0cedd5019b
🔧 Add POSTHOG_PERSONAL_API_KEY to daily workflow secrets
2025-06-18 23:46:21 +02:00
Baptiste Arnaud
24c2667efc
🐛 Fix some popovers rendering behind content
...
Closes #2220
2025-06-18 22:57:38 +02:00
Baptiste Arnaud
89ab2f6697
🐛 Fix narrow scroll chat container when transparent
...
Closes #2218
2025-06-18 22:14:33 +02:00
Baptiste Arnaud
d017138ebe
✏️ Remove tooltip for high chat usage alert in UsageProgressBars component
...
Closes #2191
2025-06-18 21:52:54 +02:00
Baptiste Arnaud
2338f2bf80
🐛 Fix recursive transcript set variable
...
Closes #1774
2025-06-18 21:51:21 +02:00
Baptiste Arnaud
0e473f0fee
🐛 Fix multi client side action after input block not triggering
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-06-18 17:20:52 +02:00
Baptiste Arnaud
8e456012f2
🔨 Add yesterday's total visitors in daily notification script
2025-06-18 13:03:45 +02:00
Baptiste Arnaud
1216749718
🔨 Add non-interactive mode for create-new-block script
2025-06-18 11:36:35 +02:00
Baptiste Arnaud
e239eadda4
✨ Display Root page in viewer when matching root path on viewer url
2025-06-16 16:54:18 +02:00
Baptiste Arnaud
9699402d96
📝 Add new section on hiding the preview message after user interaction.
2025-06-16 11:26:17 +02:00
Baptiste Arnaud
b990aedc11
🐛 Fix on workspace delete, missing redirection to other workspace
2025-06-16 10:58:47 +02:00
Baptiste Arnaud
b0a013f1ff
🔨 Add custom domain option in inspect typebot script
2025-06-16 10:44:20 +02:00
Baptiste Arnaud
dfcbb1f94b
🐛 Avoid redirect to onboarding if env var is missing
...
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
Closes #2212
2025-06-12 10:42:58 +02:00
Cosmo Abdon
97beef0ae0
🐛 Patch Gitlab profile parsing for next-auth@v5 compatibility ( #2213 )
2025-06-12 10:32:04 +02:00
Baptiste Arnaud
5ec770ad5e
🐛 Prevent stuck drag state when opening native emoji picker
2025-06-11 11:26:25 +02:00
Baptiste Arnaud
a4d622837a
🐛 Fix progress bar position issue on builder preview
2025-06-11 11:00:04 +02:00
Baptiste Arnaud
0ee75cf974
💄 Fix groups dropdown displaying ID instead of title
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-06-10 16:57:53 +02:00
Baptiste Arnaud
1e01d43219
⬆️ Upgrade tanstack start
2025-06-10 16:25:41 +02:00
Baptiste Arnaud
8c4c8ffbc8
🚑 ️ (lp) Attempt to fix client side crash
2025-06-10 16:19:50 +02:00
younesbenallal
9575725acc
📝 Add "b2b lead qualification" blog post ( #2200 )
2025-06-10 13:17:10 +02:00
Baptiste Arnaud
ef82ff81a6
💚 Fix typecheck error in TypebotPageV3
2025-06-10 12:46:16 +02:00
Baptiste Arnaud
803e1f45d7
🧑💻 Improve jump block error context details
2025-06-10 12:37:24 +02:00
Baptiste Arnaud
01a3eb64e7
🧑💻 (embed) Better typebot typing on init
2025-06-10 11:39:04 +02:00
Baptiste Arnaud
90add8c56f
♻️ Upgrade to tRPC v11 and use Tanstack Query
2025-06-10 11:39:04 +02:00
dev-mantas
7cced2fc8a
✏️ Fix get-started docs type ( #2207 )
2025-06-10 11:17:11 +02:00
Baptiste Arnaud
a487c5513b
🚸 (blink) Add isOrdered to card content section array
Create Tag / create-tag (push) Has been cancelled
Deploy Partykit server / deploy (push) Has been cancelled
2025-06-06 09:33:47 +02:00
Baptiste Arnaud
625954e0b1
⬆️ Upgrade to Prisma v6
2025-06-05 19:18:05 +02:00