-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refs #12, #15, #20: Worked on these issues. #25
base: main
Are you sure you want to change the base?
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.
Let's try to always resolve one issue in each PR. this will make the reviewers work easier since they will know that every change is related to what you're solving.
It's fine to make several changes in a single PR if the changes are very small.
{showNotValidName && ( | ||
<> | ||
<div className="darken"></div> | ||
<Popup |
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.
I think a more correct implementation of the popup would be to locate it within the App component and expose an API which allows to open it from any of the app's pages.
@@ -16,8 +16,8 @@ function App() { | |||
feeling: "", | |||
username: "", | |||
phoneNumber: "", | |||
day: "", | |||
hourRange: "", | |||
selectedDays: [], |
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 we wait with this change for the next PR?
- I think we need some more changes here
- I want this related PR to be merged first:
Write to air table #15
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.
So for now should I leave it?
Issue #27 also requires us to change another field from string to array, wait with it too?
Code Reviewer
Related Issue
#12 , #15 , #20
Please Review