Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

SagyBle
Copy link
Collaborator

@SagyBle SagyBle commented Apr 12, 2023

Code Reviewer

Related Issue

#12 , #15 , #20

Please Review

  • [ ]

Copy link
Contributor

@yotamshalev yotamshalev left a 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
Copy link
Contributor

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: [],
Copy link
Contributor

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?

  1. I think we need some more changes here
  2. I want this related PR to be merged first:
    Write to air table #15

Copy link
Collaborator Author

@SagyBle SagyBle Apr 15, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants