<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ### Summary by CodeRabbit - Refactor: Transitioned to a new translation library (`@tolgee/react`) across the application, enhancing the localization capabilities and consistency. - New Feature: Introduced a JSON configuration file for application settings, improving customization and flexibility. - Refactor: Updated SVG attribute naming convention in the `WhatsAppLogo` component to align with React standards. - Chore: Adjusted the `.gitignore` file and added a new line at the end. - Documentation: Added instructions for setting up environment variables for the Tolgee i18n contribution dev tool, improving the self-hosting configuration guide. - Style: Updated the `CollaborationMenuButton` to hide the `PopoverContent` component by scaling it down to zero. - Refactor: Simplified error handling logic for fetching and updating typebots in `TypebotProvider.tsx`, improving code readability and maintenance. - Refactor: Removed the dependency on the `parseGroupTitle` function, simplifying the code in several components. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
26 lines
802 B
JSON
26 lines
802 B
JSON
{
|
|
"i18n-ally.localesPaths": ["apps/builder/public/locales"],
|
|
"i18n-ally.keystyle": "flat",
|
|
"i18n-ally.displayLanguage": "en",
|
|
"i18n-ally.enabledFrameworks": ["custom"],
|
|
"i18n-ally.sortKeys": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.tabSize": 2,
|
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
|
"playwright.env": {
|
|
"DATABASE_URL": "postgresql://postgres:typebot@localhost:5432/typebot",
|
|
"NEXT_PUBLIC_VIEWER_URL": "http://localhost:3001",
|
|
"NEXTAUTH_URL": "http://localhost:3000"
|
|
},
|
|
"[php]": {
|
|
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
|
|
},
|
|
"[prisma]": {
|
|
"editor.defaultFormatter": "Prisma.prisma"
|
|
}
|
|
}
|