2
0
Commit Graph

1103 Commits

Author SHA1 Message Date
0e1fa4e339 💄 Improve new version popup ui 2023-02-17 16:30:02 +01:00
b73282d810 ♻️ (billing) Refactor billing server code to trpc 2023-02-17 16:19:39 +01:00
962438768e 🚸 (typebotLink) Exclude current bot name from select list 2023-02-17 11:27:57 +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
618eb8a882 (editor) Improve variables popover click detection 2023-02-16 20:02:43 +01:00
d805ea9c10 🐛 (billing) Fix crash when having a draft invoice 2023-02-16 20:02:43 +01:00
44cb14d0cb 🐛 (bot) Still parse variables value if code fails 2023-02-16 20:02:43 +01:00
fde14a800d 📝 Add a "Publish" doc 2023-02-16 20:02:43 +01:00
3a9e35916a 🐛 (editor) Fix update typebot when having more than 100.000 results 2023-02-16 20:02:43 +01:00
d0a8faa3e7 🐛 Fix input file empty error 2023-02-15 18:26:49 +01:00
8ac3784c0f Add an update notification popup
Appears when a new version of Typebot is available

Closes #312
2023-02-15 18:05:19 +01:00
435edd03c0 💄 Add proper italic fonts in bot 2023-02-15 16:39:53 +01:00
2f7e71f66e 🐛 (typebotLink) Fix typebotIds infinite query param 2023-02-15 16:10:32 +01:00
44d7740952 ♻️ (results) Remove unecessary totalSelected compute 2023-02-15 15:05:00 +01:00
ac464eabdf ♻️ (editor) Improve webhook creation
Remove terrible useEffects
2023-02-15 14:51:58 +01:00
6e066c44e1 💄 (collaborator) Fix collab list UI 2023-02-14 17:38:32 +01:00
0e5a34d5a1 🔖 Release v2.10.3 v2.10.3 2023-02-14 16:46:42 +01:00
17020c8fef 🐛 (bot) Still parse variable ID in code if has no value 2023-02-14 16:45:35 +01:00
97e2578bcc 🚸 (bot) Keep bubble content in local state for each bubble 2023-02-14 15:40:37 +01:00
c35ba58fae 🐛 (results) Fix export with deleted blocks
Forgot to check for header duplicates
2023-02-14 15:21:29 +01:00
eef015e395 🐛 Fix 404 error page
Wasn't working because of ssr prop from trpc
2023-02-14 15:09:05 +01:00
08e33fbe70 🚸 (results) Improve results action buttons
Now have an export all modal with settings and a better column order form
2023-02-14 14:33:26 +01:00
1a3596b15c 🗃️ Improve result logs query 2023-02-14 09:54:42 +01:00
2c80e3a1c0 🐛 (editor) Fix text bubble regex not compatible with Safari 2023-02-13 19:14:35 +01:00
7baa610b2d 🐛 Fix X-Frame-Option header 2023-02-13 18:30:29 +01:00
e39cd94eef 🗃️ (webhook) Improve webhook creation query 2023-02-13 18:13:25 +01:00
1d4d39c649 🗃️ (results) Improve result delete queries 2023-02-13 17:42:11 +01:00
bac97a8ee4 🐛 (editor) Fix typebot update permissions 2023-02-13 15:27:49 +01:00
8a02c701da 🐛 (webhook) Parse test variables in webhook body sample
Closes #305
2023-02-13 14:49:00 +01:00
3728bca173 🐛 (results) Fix results still appearing when deleted
Closes #316
2023-02-13 14:28:44 +01:00
0dba994210 🐛 (workspace) Fix members invitation when having unlimited plan
Closes #279
2023-02-13 11:13:05 +01:00
46e9271aaa 📝 Add a planetscale guide
Closes #287
2023-02-13 10:25:43 +01:00
c0757f8187 🗃️ Improve get typebot query performance 2023-02-13 09:49:56 +01:00
770b29e767 💚 Fix clean database script 2023-02-13 07:11:16 +01:00
23ec5aa4d5 🔇 Remove unused logs 2023-02-12 18:08:42 +01:00
e9a1d1683e 🗃 Improve usage queries 2023-02-12 18:08:27 +01:00
c175ade4d0 💚 Fix utils export issue 2023-02-10 16:55:20 +01:00
b98aef53fd 🚸 (results) Remove useless scrollbars and make header sticky
Closes #297
2023-02-10 16:33:18 +01:00
3ab67902c0 🚸 (results) Show deleted block answers if any
Also remove useEffects in ResultsTable.
2023-02-10 15:50:25 +01:00
51f76700b2 📦 Update cuid to cuid2 2023-02-10 15:06:02 +01:00
2dbf0fb848 🐛 (editor) Allow variables in bubble text links 2023-02-10 09:27:16 +01:00
c386bb5a08 🐛 Fix custom CSS initialization
Initializing in its own <style> element to allow import statements
2023-02-10 08:40:54 +01:00
5e358caee2 💄 Correct default favicon for viewer 2023-02-09 15:34:13 +01:00
c9fda1518f 💚 Fix docker build prisma generate script 2023-02-09 15:32:23 +01:00
caf54321ec 🏗️ Add compatibility with different prisma clients 2023-02-09 08:53:19 +01:00
c879c6f83a 📝 Remove advanced section in Condition docs
Not relevant anymore.
2023-02-09 08:39:20 +01:00
c50c2b84b6 📝 Fix landing page typo (#301) 2023-02-07 17:33:04 +01:00
ae35dad32f 🔖 Release v2.10.2 v2.10.2 2023-02-07 08:58:19 +01:00
f936d4fae3 🐛 (chatwoot) Fix setUser with variables
Closes #300
2023-02-07 08:52:01 +01:00
f07bf2532e 👷 Improve sentry release detection 2023-02-06 11:02:57 +01:00