-
Notifications
You must be signed in to change notification settings - Fork 0
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
Suisin/upm1058/api integration and flows #100
Suisin/upm1058/api integration and flows #100
Conversation
…ub.com:suisin-deriv/deriv-app into suisin/UPM1058/api_integration_and_flows
…ub.com:suisin-deriv/deriv-app into suisin/UPM1058/api_integration_and_flows
@@ -16,7 +16,10 @@ const Routes = observer(() => { | |||
|
|||
return ( | |||
<ThemeProvider theme={is_dark_mode_on ? 'dark' : 'light'}> | |||
<BinaryRoutes is_logged_in={is_logged_in} is_logging_in={is_logging_in} /> | |||
<SnackbarProvider> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not we use standalone snackbar comonent?
https://quill-ui.pages.dev/?path=/docs/components-snackbar-standalone--documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to use standalone snackbar component but the design is not as expected that's why i added the SnackbarProvider here
c394c33
into
suisin/utkarsha/UPM819/phone_verification_flow
Changes:
Update FE code after BE Integration.
Screenshots:
Please provide some screenshots of the change.