Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create App.tsx #232

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Create App.tsx #232

wants to merge 1 commit into from

Conversation

Abuchtela
Copy link

•Remove the TODO comment related to exporting the type from summon-ui/intl
•set config dynamically
This pull request includes a significant change to the App.tsx file, focusing on the removal of a TODO comment and the addition of new code to set up the main application component. The most important changes include the introduction of several providers and configuration settings to enhance the functionality and maintainability of the application.

Enhancements to application setup:

  • Added multiple providers (QueryClientProvider, BlockchainProvider, UISettingsProvider, AssetsProvider, IntlProvider, ThemeProvider, BridgeNotificationsProvider, AuthProvider, and RouterProvider) to manage application state, internationalization, theming, notifications, and routing.
  • Configured dayjs with utc and timezone plugins to handle date and time functionalities.
  • Introduced environment-based tenant configuration (REACT_APP_TENANT_NAME, REACT_APP_TENANT_LANG, REACT_APP_TENANT_THEME) to customize the application based on different tenant settings.

•Remove the TODO comment related to exporting the type from summon-ui/intl
•set  config dynamically
App.tsx Show resolved Hide resolved
Copy link
Author

@Abuchtela Abuchtela left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maintainers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant