|
0619c60970
|
🚸 (editor) Show toolbar on group click
|
2023-02-23 16:11:51 +01:00 |
|
|
671c2cb101
|
🐛 (editor) Fix saving typebot after undoing changes
|
2023-02-23 08:17:07 +01:00 |
|
|
31711dc24d
|
💄 Improve new version popup animation
|
2023-02-22 16:59:04 +01:00 |
|
|
3967e5f1d0
|
✨ (preview) Add preview runtime dropdown
User can select between Web and API previews
Closes #247
|
2023-02-22 11:40:04 +01:00 |
|
|
debdac12ff
|
✨ Introduce bot v2 in builder (#328)
Also, the new engine is the default for updated typebots for viewer
Closes #211
|
2023-02-21 15:25:14 +01:00 |
|
|
6c2df1a474
|
🐛 (typebot) Attempt to fix updatedAt comparison with different timezones
Closes #327
|
2023-02-20 15:52:31 +01:00 |
|
|
0831dcf72a
|
♻️ (auth) Make sure new users have an email
Also fix after-auth redirections
Closes #323
|
2023-02-18 17:15:32 +01:00 |
|
|
4a0dd0b3dd
|
🚸 (editor) Improve typebot updatedAt detection
Make sure the database is the single source of truth
|
2023-02-16 20:43:28 +01:00 |
|
|
2f7e71f66e
|
🐛 (typebotLink) Fix typebotIds infinite query param
|
2023-02-15 16:10:32 +01:00 |
|
|
ac464eabdf
|
♻️ (editor) Improve webhook creation
Remove terrible useEffects
|
2023-02-15 14:51:58 +01:00 |
|
|
51f76700b2
|
📦 Update cuid to cuid2
|
2023-02-10 15:06:02 +01:00 |
|
|
58ca1c3ad6
|
🐛 Fix crash when outgoing edge blockId does not exist
|
2023-01-31 08:52:00 +01:00 |
|
|
cb83935da9
|
🐛 (share) Fix custom domain delete
|
2023-01-28 15:00:11 +01:00 |
|
|
f93bc2fcb2
|
🚸 (dashboard) Add unpublish menu item in dashboard
Also remove the useless publishedTypebotId field in Typebot
Closes #232
|
2023-01-27 17:11:26 +01:00 |
|
|
a842f57297
|
♻️ Rename Code block to Script block
Closes #245
|
2023-01-27 15:58:05 +01:00 |
|
|
fa9e4b7b67
|
✨ Add Wait block
Closes #142
|
2023-01-26 18:23:09 +01:00 |
|
|
ee864d9729
|
🚸 Add better page titles and dashboard icons
Closes #231
|
2023-01-26 17:04:37 +01:00 |
|
|
9aab6ddb2c
|
⚡ Improve new bot engine client side actions
We make sure to save client side actions in an array that will be executed sequentially
|
2023-01-26 15:27:47 +01:00 |
|
|
30baa611e5
|
⚡ (engine) Improve engine overall robustness
|
2023-01-25 14:59:53 +01:00 |
|
|
0febaf9760
|
🚸 (publish) Improve invalid public ID feedback
Also remove the 4 char min length rule for self-hosted versions
Closes #267
|
2023-01-20 11:20:11 +01:00 |
|
|
fe2952d407
|
🐛 (collaboration) Fix a database rule preventing collaborators to edit a bot
Also check if new user has invitations when signup is disabled
Closes #265
|
2023-01-20 09:30:25 +01:00 |
|
|
49058da206
|
🚸 (account) Improve account form and fix cyclic dependencies
|
2023-01-18 11:40:38 +01:00 |
|
|
c711f3660f
|
⚡ (editor) Add Ctrl + z shortcut to undo changes in editor (#255)
Closes #217
|
2023-01-17 17:01:12 +01:00 |
|
|
080353bffb
|
🚸 Only show onboarding modal on cloud manage version
Closes #173
|
2023-01-02 08:33:43 +01:00 |
|
|
f224ab9b16
|
🚸 (buttons) Show collected variable in buttons block preview
|
2022-12-23 11:30:39 +01:00 |
|
|
4109e63b7b
|
🐛 (editor) Fix condition item drag and drop
|
2022-12-23 10:14:43 +01:00 |
|
|
1a3869ae6d
|
⚗️ Implement bot v2 MVP (#194)
Closes #190
|
2022-12-22 17:02:34 +01:00 |
|
|
d1b5b6ebe6
|
🩹 Fix dark mode bg remaining issues
|
2022-12-22 09:59:50 +01:00 |
|
|
3394fa5e0a
|
✨ Add dark mode (#191)
Closes #189
|
2022-12-20 16:55:43 +01:00 |
|
|
d75eceb23f
|
✨ Add back Make.com and implement help doc buttons
|
2022-12-05 14:39:58 +01:00 |
|
|
013c225296
|
🔥 Remove make.com integration block temporarily
|
2022-11-29 10:23:08 +01:00 |
|
|
bf0d0c2475
|
⚗️ Implement chat API
|
2022-11-29 10:03:46 +01:00 |
|
|
e6dceca9f3
|
🚑 (results) Fix results display when variable has null value
|
2022-11-22 18:03:41 +01:00 |
|
|
34cfd1db30
|
⬆️ Upgrade dependencies
|
2022-11-21 19:08:14 +01:00 |
|
|
2489318fa5
|
🐛 (editor) Fix empty typebot name not editable
|
2022-11-21 12:00:12 +01:00 |
|
|
451ffbcacf
|
♻️ Add shared eslint config
|
2022-11-21 11:18:58 +01:00 |
|
|
c7fde1d0bc
|
🐛 (editor) Make sure typebot name can be editable if empty
|
2022-11-20 08:42:39 +01:00 |
|
|
7632c5426c
|
♻️ (editor) Migrate from react-draggable to @use-gesture
Closes #168
|
2022-11-18 07:58:43 +01:00 |
|
|
7db0e01aca
|
✨ Add audio bubble block
Closes #167
|
2022-11-17 10:33:17 +01:00 |
|
|
6725c17a02
|
🚸 (condition) Enable multiple condition items in one block
Closes #162
|
2022-11-16 14:56:09 +01:00 |
|
|
643571fe7d
|
♻️ (builder) Change to features-centric folder structure
|
2022-11-15 15:14:38 +01:00 |
|