2
0
Commit Graph

65 Commits

Author SHA1 Message Date
2fc78a5b7d ♻️ Improve new version popup polling
Use react-query to trigger the request more intelligently than with a timeout
2023-02-27 12:01:00 +01:00
cc9817b2e3 Fix / improve results archive crash when too many 2023-02-23 08:37:21 +01:00
31711dc24d 💄 Improve new version popup animation 2023-02-22 16:59: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
d22cc45a97 🐛 (typebot) Make sure old typebot properties are removed when pulled 2023-02-19 07:38:41 +01:00
c32aadc95b 🐛 (webhook) Fix record to update not found
Still not sure why it's happenning but it might be better to omit ids from the updates body.
2023-02-18 17:26:57 +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
b73282d810 ♻️ (billing) Refactor billing server code to trpc 2023-02-17 16:19:39 +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
3a9e35916a 🐛 (editor) Fix update typebot when having more than 100.000 results 2023-02-16 20:02:43 +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
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
eef015e395 🐛 Fix 404 error page
Wasn't working because of ssr prop from trpc
2023-02-14 15:09:05 +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
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
c0757f8187 🗃️ Improve get typebot query performance 2023-02-13 09:49:56 +01:00
e9a1d1683e 🗃 Improve usage queries 2023-02-12 18:08:27 +01:00
51f76700b2 📦 Update cuid to cuid2 2023-02-10 15:06:02 +01:00
f42d1445c6 🩹 Clean up typebot before updating 2023-02-03 15:59:54 +01:00
6e0f0e487b 🗃️ Remove list types from db schema 2023-02-01 09:32:39 +01:00
42d4bc3882 🩹 Still accept old bot property when importing 2023-01-30 07:36:35 +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
a738897dbb 🐛 Fix misc bugs 2023-01-27 09:50:36 +01:00
ee864d9729 🚸 Add better page titles and dashboard icons
Closes #231
2023-01-26 17:04:37 +01:00
30baa611e5 (engine) Improve engine overall robustness 2023-01-25 14:59:53 +01:00
393f5f27ed 🚸 (share) Hide custom domain dropdown when env isn't configured
Related to #269
2023-01-21 18:20:10 +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
f8351e2c85 🔧 Add app origin to chat API cors 2023-01-11 15:16:56 +01:00
b142dc18eb Make the default workspace plan configurable
Set it with a `DEFAULT_WORKSPACE_PLAN` env variable

Closes #152
2023-01-10 11:18:43 +01:00
3bc02406f3 🧑‍💻 (auth) Improve Custom OAuth set up
Now only ask for a well-known URL

Closes #229
2023-01-10 08:24:44 +01:00
4bf93b4872 ♻️ Add id token config param to custom OAuth
Closes #224
2023-01-07 17:13:08 +01:00
6cc3cbf182 🐛 (auth) Add custom oauth client id and secret params
Closes #216
2023-01-06 14:17:29 +01:00
119f6dc348 🐛 Fix new typebot creation host bubble parsing 2023-01-06 11:02:42 +01:00
e1af6af9c8 🐛 (sheets) Make sure sheet IDs are string 2023-01-04 11:14:36 +01:00
ca2c15dbab 🔊 Improve invalid typebot update detection 2023-01-02 14:44:08 +01:00
ec7481d002 ⬆️ Upgrade dependencies
Closes #198, closes #171
2023-01-02 10:33:35 +01:00
b9d38935a6 (auth) Add custom OAuth provider support
Closes #42
2023-01-02 08:29:46 +01:00
ad72557310 🔧 (scripts) Add typebot fix script
Closes #192
2022-12-27 10:05:50 +01:00
1a3869ae6d ⚗️ Implement bot v2 MVP (#194)
Closes #190
2022-12-22 17:02:34 +01:00
e55823e011 💄 Fix router progress bar color for dark mode 2022-12-22 12:00:58 +01:00
3394fa5e0a Add dark mode (#191)
Closes #189
2022-12-20 16:55:43 +01:00
68de7b720f 💚 Fix sentry not receiving events 2022-12-16 08:39:14 +01:00