Baptiste Arnaud
ccc34b3028
🚸 (whatsapp) Improve upgrade plan for whatsapp notice
2023-09-27 14:22:51 +02:00
Baptiste Arnaud
801fea860a
🛂 Improve editor authorization feedback ( #856 )
...
Closes #844 , closes #839
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
### Summary by CodeRabbit
- New Feature: Added a `logOut` function to the user context for
improved logout handling.
- Refactor: Updated the redirect path in the `SignInForm` component for
better user redirection after authentication.
- New Feature: Enhanced the "Add" button and "Connect new" menu item in
`CredentialsDropdown` with role-based access control.
- Refactor: Replaced the `signOut` function with the `logOut` function
from the `useUser` hook in `DashboardHeader`.
- Bug Fix: Prevented execution of certain code blocks in
`TypebotProvider` when `typebotData` is read-only.
- Refactor: Optimized the `handleObserver` function in `ResultsTable`
with a `useCallback` hook.
- Bug Fix: Improved router readiness check in `WorkspaceProvider` to
prevent premature execution of certain operations.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2023-09-26 14:02:53 +02:00
Baptiste Arnaud
7d57e8dd06
♻️ Export bot-engine code into its own package
2023-09-20 15:42:34 +02:00
Baptiste Arnaud
bb13c2bd61
🛂 (fileUpload) Improve file upload size limit enforcement
...
Closes #799 , closes #797
2023-09-19 15:42:33 +02:00
Baptiste Arnaud
2ce63f5d06
🐛 (results) Fix result modal content display
2023-09-19 11:47:41 +02:00
Baptiste Arnaud
61c46bcb46
🚸 (results) Use header id as table accessor to allow duplicate names
2023-09-18 18:34:53 +02:00
Baptiste Arnaud
ee3b94c35d
⚡ (typebotLink) Better typebot link with merge option
...
Closes #675
2023-08-24 08:19:41 +02:00
Baptiste Arnaud
454d320c6b
✨ (api) Add CRUD typebot endpoints
...
Closes #320 , closes #696
2023-08-17 09:39:11 +02:00
Baptiste Arnaud
3283d7e261
🧑💻 (results) Add get result by id API endpoint
2023-07-24 07:50:50 +02:00
Baptiste Arnaud
455c3bdfd7
👷 Improve monthly clean database script
...
Archive results that were not properly archived
2023-07-12 12:00:23 +02:00
Baptiste Arnaud
b0f25f301b
⚡ (analytics) Improve analytics graph accuracy
2023-06-30 12:39:20 +02:00
Baptiste Arnaud
3575fef34f
🐛 (results) Fix export duplicate columns when no order set
2023-06-26 17:41:48 +02:00
Baptiste Arnaud
c09a84034e
⚡ (chatwoot) Add result URL custom attribute
2023-04-25 08:15:53 +02:00
Baptiste Arnaud
f8a76f98b9
🐛 (results) Keep focus on current expanded result when new ones arrive
...
Closes #453
2023-04-17 15:29:46 +02:00
Baptiste Arnaud
411cf31b39
🚸 (results) Improve list variables display in results table
2023-04-01 09:00:59 +02:00
Baptiste Arnaud
44d7a0bcb8
♻️ (builder) Remove barrel export and flatten folder arch
2023-03-15 11:52:38 +01:00
Baptiste Arnaud
cbc8194f19
♻️ Re-organize workspace folders
2023-03-15 08:35:16 +01:00
Baptiste Arnaud
f527df82dd
💄 (editor) Fix some overflow issues with long variable names
2023-03-06 16:56:55 +01:00
Baptiste Arnaud
5c3104848e
🐛 (results) Make sure all columns are parsed in the export
2023-03-06 08:29:07 +01:00
Baptiste Arnaud
cc7d7285e5
🚸 Add a better select input
...
Also improves other inputs behavior
2023-03-03 09:01:11 +01:00
Baptiste Arnaud
cc9817b2e3
⚡ Fix / improve results archive crash when too many
2023-02-23 08:37:21 +01:00
Baptiste Arnaud
b73282d810
♻️ (billing) Refactor billing server code to trpc
2023-02-17 16:19:39 +01:00
Baptiste Arnaud
44d7740952
♻️ (results) Remove unecessary totalSelected compute
2023-02-15 15:05:00 +01:00
Baptiste Arnaud
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
Baptiste Arnaud
1a3596b15c
🗃️ Improve result logs query
2023-02-14 09:54:42 +01:00
Baptiste Arnaud
e39cd94eef
🗃️ (webhook) Improve webhook creation query
2023-02-13 18:13:25 +01:00
Baptiste Arnaud
1d4d39c649
🗃️ (results) Improve result delete queries
2023-02-13 17:42:11 +01:00
Baptiste Arnaud
3728bca173
🐛 (results) Fix results still appearing when deleted
...
Closes #316
2023-02-13 14:28:44 +01:00
Baptiste Arnaud
23ec5aa4d5
🔇 Remove unused logs
2023-02-12 18:08:42 +01:00
Baptiste Arnaud
e9a1d1683e
🗃 Improve usage queries
2023-02-12 18:08:27 +01:00
Baptiste Arnaud
c175ade4d0
💚 Fix utils export issue
2023-02-10 16:55:20 +01:00
Baptiste Arnaud
b98aef53fd
🚸 (results) Remove useless scrollbars and make header sticky
...
Closes #297
2023-02-10 16:33:18 +01:00
Baptiste Arnaud
3ab67902c0
🚸 (results) Show deleted block answers if any
...
Also remove useEffects in ResultsTable.
2023-02-10 15:50:25 +01:00
Baptiste Arnaud
51f76700b2
📦 Update cuid to cuid2
2023-02-10 15:06:02 +01:00
Baptiste Arnaud
a738897dbb
🐛 Fix misc bugs
2023-01-27 09:50:36 +01:00
Baptiste Arnaud
ee864d9729
🚸 Add better page titles and dashboard icons
...
Closes #231
2023-01-26 17:04:37 +01:00
Baptiste Arnaud
30baa611e5
⚡ (engine) Improve engine overall robustness
2023-01-25 14:59:53 +01:00
Baptiste Arnaud
1a3869ae6d
⚗️ Implement bot v2 MVP ( #194 )
...
Closes #190
2022-12-22 17:02:34 +01:00
Baptiste Arnaud
3394fa5e0a
✨ Add dark mode ( #191 )
...
Closes #189
2022-12-20 16:55:43 +01:00
Baptiste Arnaud
7eac2c7110
🗃️ Write faster prisma queries
2022-12-08 11:04:11 +01:00
Baptiste Arnaud
fe8a531715
🗃️ Revert usage query back optimization
2022-12-07 21:55:59 +01:00
Baptiste Arnaud
d6f90af126
🗃️ Optimize usage queries
2022-12-07 21:55:59 +01:00
Baptiste Arnaud
c799717905
✨ Add webhook blocks API public endpoints
2022-11-30 13:57:28 +01:00
Baptiste Arnaud
43a85b5529
🐛 (results) Fix export accessor parsing
2022-11-29 10:31:49 +01:00
Baptiste Arnaud
bf0d0c2475
⚗️ Implement chat API
2022-11-29 10:03:46 +01:00
Baptiste Arnaud
9548733543
⚰️ (results) Remove results server parser
2022-11-23 11:41:48 +01:00
Baptiste Arnaud
d80cc1b248
🐛 (results) Fix results display when variable has undefined value
2022-11-23 09:17:37 +01:00
Baptiste Arnaud
e6dceca9f3
🚑 (results) Fix results display when variable has null value
2022-11-22 18:03:41 +01:00
Baptiste Arnaud
11695efb57
📝 Introduce auto generate API doc
2022-11-22 17:30:20 +01:00
Baptiste Arnaud
8c15fd17a1
🐛 (results) Fix export results when more than 200
2022-11-21 14:49:03 +01:00