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

[WIP] style/refactor: mode state management issue in main screen #88

Closed

Conversation

rj-since-2000
Copy link
Collaborator

@rj-since-2000 rj-since-2000 commented Mar 13, 2021

Fixes #83
fix: entire widget tree was being updated on mode state change, removed the Consumer<Mode> from the root of the tree and added Provider<Mode> accordingly

fix: the entire widget tree was being rerendered and updated on mode state change
@rj-since-2000
Copy link
Collaborator Author

@harchani-ritik All merge conflicts have been resolved and commits squashed. Please let me know any changes required.

@harchani-ritik
Copy link
Collaborator

@rj-since-2000 Is this change only required on the main screen?

@rj-since-2000 rj-since-2000 changed the title style/refactor: mode state management issue in main screen [WIP] style/refactor: mode state management issue in main screen Mar 30, 2021
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.

Mode state management issue in the main screen
2 participants