-
Notifications
You must be signed in to change notification settings - Fork 2.4k
🔨 Refactor, 🧠 Overmind, Hacktoberfest - /app/pages/common/Modals/PRModal/index.js: convert to tsx and uses overmind #2803
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
Conversation
…to tsx and uses overmind Co-authored-by: Eliamar Tani <[email protected]>
|
@lbogdan should I solve the conflict or you'll fix it? |
SaraVieira
left a comment
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.
Can you plese fix lint and update the imports?
|
Build for latest commit b486fe0 is at https://pr2803.build.csb.dev/s/new. |
|
@lbogdan is everything okay with this pr? |
christianalfoni
left a comment
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.
This looks great! You just have to fix that linting error, you can just confirm the suggested change if you want to 😄
packages/app/src/app/pages/common/Modals/LiveSessionEnded/index.tsx
Outdated
Show resolved
Hide resolved
|
Added PR for you if you are unsure how to fix the import, it also includes the linting fix: ftonato#1 You can just merge that and we should be good 👍 |
Pr christianalfoni 2803
|
Hello @christianalfoni, I have accepted your suggestion, can we merge now? |
|
Ready for merge! Thanks! |
What kind of change does this PR introduce?
Refactors code as a part of hacktoberfest mentioned in #2621.
@Saeris @christianalfoni
What is the current behavior?
/app/pages/common/Modals/PRModal/index.js was using inject from app/componentConnectors and written in JS.
What is the new behavior?
uses useOvermind hook from app/overmind and converted to tsx.
What steps did you take to test this? This is required before we can merge.
Checklist