-
Notifications
You must be signed in to change notification settings - Fork 73
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
Use a map for Onyx collection keys #330
Conversation
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.
Ah, using Map()
. Nice!
Could you please add screenshots showing that the App tests are passing with this change and the app builds? |
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.
Could you please add screenshots showing that the App tests are passing with this change and the app builds?
Approving, but waiting for Tim's request to be addressed before we merge
@tgolen I think your concern is addressed. Wanna hit the button or should we HOLD this one for the feature freeze? Probably the latter |
Going ahead and ship this since we got all the approvals, thanks! |
Details
This change was proposed, merged and reverted due to a failing test and some misscommunication. I've fixed the initial value of the collection map and that also fixes the tests.
Revert PR
This change also provides an improvements to the ReportScreen optimzations Margelo is currently working on.
Related Issues
#329
Automated Tests
Linked PRs