typebot.io/apps/builder
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
..
public Add WhatsApp integration beta test (#722) 2023-08-29 10:05:24 +02:00
src 🛂 Improve editor authorization feedback (#856) 2023-09-26 14:02:53 +02:00
.eslintrc.js ♻️ Add shared eslint config 2022-11-21 11:18:58 +01:00
next-env.d.ts 🚀 Init Turbo Repo 2021-12-16 15:19:05 +01:00
next.config.mjs 🚑 Fix pt-BR i18n loading 2023-09-05 18:36:22 +02:00
package.json ♻️ Export bot-engine code into its own package 2023-09-20 15:42:34 +02:00
playwright.config.ts ♻️ Re-organize workspace folders 2023-03-15 08:35:16 +01:00
sentry.client.config.js 🚸 Skip validation if __ENV.js file does not exist 2023-08-31 09:57:54 +02:00
sentry.properties 💚 Fix sentry not receiving events 2022-12-16 08:39:14 +01:00
sentry.server.config.js 🧑‍💻 Improve env variables type safety and management (#718) 2023-08-28 09:13:53 +02:00
tsconfig.json ♻️ Export bot-engine code into its own package 2023-09-20 15:42:34 +02:00