-
Notifications
You must be signed in to change notification settings - Fork 2
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
Kindergarten form component #112
Open
Alaalser
wants to merge
29
commits into
main
Choose a base branch
from
55-kindergarten-form
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
15fb074
Creating kindergadenName input and tow main buttons
Alaalser 2d8c595
Add dcription input and droplist locations
Alaalser 6575949
add shift time and mobile number inputs
Alaalser f2959da
remove placeholders
Alaalser 5d27781
adding fees slider min and max values
Alaalser 23cf078
style form
Alaalser a3c7695
Add form antd and upload fild
Alaalser 1b87df2
add sececnd peroid
Alaalser 5543544
remove setAdd from onClick
Alaalser ec93882
add upload more photos
Alaalser 3a871df
add upload styles
Alaalser 8975b80
Edit main upload
Alaalser 2eda156
fix conf
Osama-you e47bd13
fix the form
Osama-you 2ddb01d
fix the phone number
Osama-you bdde74b
Merge branch '107-signup-form' of https://github.com/GSG-G9/Rawdaty i…
Osama-you ca05561
Revert "Merge branch '107-signup-form' of https://github.com/GSG-G9/R…
Osama-you 13ae509
edit droplist component
Alaalser db3d895
add useEffet for locatoin
Alaalser 0d5d86c
edit style
Alaalser 7b93e0a
edit droplist style
Alaalser 4df8e88
Merge branch '55-kindergarten-form' of https://github.com/GSG-G9/Rawd…
Osama-you a6c1256
edit btn margin
Alaalser 8a3fa8b
fix conf
Osama-you a194ab1
Merge branch '55-kindergarten-form' of https://github.com/GSG-G9/Rawd…
Osama-you 4200a74
fix the modal hight
Osama-you b115aeb
add url cover input
Osama-you f392372
make the style resp
Osama-you ec9a56a
center the title and fix disInput
Osama-you File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
|
||
.search-case { | ||
height: 25px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
source: https://ant.design/components/list/
to get more understanding about the key in React have a look here: https://reactjs.org/docs/lists-and-keys.html