-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
🔨 Refactored, 🧠 Overmind, Hacktober | Refactor PreviewSettings to use overmind #2758
🔨 Refactored, 🧠 Overmind, Hacktober | Refactor PreviewSettings to use overmind #2758
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/codesandbox/codesandbox-client/2pte1it3q |
3633103
to
5dca4bf
Compare
5dca4bf
to
7e864b8
Compare
@christianalfoni can you please review this too? |
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.
Thank you!!
Build for latest commit 7430d5b is at https://pr2758.build.csb.dev/s/new. |
Thank you so much! |
🔨 Refactored, 🧠 Overmind, Hacktober | Refactor PreviewSettings to use overmind
What kind of change does this PR introduce?
Refactors code as a part of hacktoberfest mentioned in #2621.
@Saeris @christianalfoni @SaraVieira
What is the current behavior?
app/pages/common/Modals/PreferencesModal/EditorPageSettings/PreviewSettings/index.tsx
was using inject and hooksObserver from app/componentConnectors.What is the new behavior?
Refactored PreviewSettings to FC and replaced inject, hookObserver with useOvermind
What steps did you take to test this? This is required before we can merge.
Checklist