-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Use Onyx.clear to preserve state when logging out #13384
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
51e15ea
Preserve offline state when signing out
yuwenmemon 3f696ad
Use keyStatesToPreserve instead
yuwenmemon bf1c4e9
Merge branch 'main' of github.com:Expensify/App into yuwen-preserveOf…
yuwenmemon 9fef987
Semi colon
yuwenmemon b707787
Merge branch 'main' of github.com:Expensify/App into yuwen-preserveOf…
yuwenmemon e3a5174
Merge branch 'main' of github.com:Expensify/App into yuwen-preserveOf…
yuwenmemon e968a16
keyStatesToPreserve -> keysToPreserve
yuwenmemon 6ed7781
Merge branch 'main' of github.com:Expensify/App into yuwen-preserveOf…
yuwenmemon 748c7a7
Also preserve active clients
yuwenmemon f405f1f
Bump Onyx version
yuwenmemon c372860
Merge branch 'main' of github.com:Expensify/App into yuwen-preserveOf…
yuwenmemon ab14ca4
Make sure Network test uses Onyx call that would set keysToPreserve a…
yuwenmemon 3a49c3f
Add comment
yuwenmemon 390ea5f
Preserve certain keystates always
yuwenmemon 7d0a7e7
Remove unneeded ONYX connections
yuwenmemon 6401f5e
Merge branch 'main' of github.com:Expensify/App into yuwen-preserveOf…
yuwenmemon 9e43b33
Merge branch 'main' of github.com:Expensify/App into yuwen-preserveOf…
yuwenmemon fbbb00d
Merge branch 'main' of github.com:Expensify/App into yuwen-preserveOf…
yuwenmemon 6227a80
Upgrade to onyx version 1.0.31
yuwenmemon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
NAB: Add a comment above
keysToPreserveexplaining why we preserve some keys and how that works.