Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WhenMeet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
websystem2023-2
WhenMeet
Commits
0472640a
Commit
0472640a
authored
1 year ago
by
이권민
Browse files
Options
Downloads
Patches
Plain Diff
[EDIT] meeting info from option selection
parent
c70ffee6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
react-whenMeet/src/components/MeetingInfoForm.js
+20
-11
20 additions, 11 deletions
react-whenMeet/src/components/MeetingInfoForm.js
react-whenMeet/src/styles/MeetingInfo.css
+4
-0
4 additions, 0 deletions
react-whenMeet/src/styles/MeetingInfo.css
with
24 additions
and
11 deletions
react-whenMeet/src/components/MeetingInfoForm.js
+
20
−
11
View file @
0472640a
...
...
@@ -94,7 +94,11 @@ function MeetingInfoForm() {
<
h1
>
약속
일정
만들기
<
/h1
>
<
div
className
=
"
purpose
"
>
<
h2
className
=
"
not-enter
"
>
약속
목적
<
/h2
>
<
select
className
=
"
purpose-selector
"
value
=
{
meetingPurpose
}
onChange
=
{
handleOnChange
}
>
<
select
className
=
"
purpose-selector
"
value
=
{
meetingPurpose
}
onChange
=
{
handleOnChange
}
>
<
option
value
=
"
선택
"
>
선택
<
/option
>
<
option
value
=
"
스터디
"
>
스터디
<
/option
>
<
option
value
=
"
회의
"
>
회의
<
/option
>
...
...
@@ -106,10 +110,18 @@ function MeetingInfoForm() {
<
div
className
=
"
calendar-month
"
>
<
Calendar
usingDate
=
{
usingDate
}
setUsingDate
=
{
setUsingDate
}
/
>
<
/div
>
<
div
className
=
"
timeStartEnd
"
>
<
h2
>
투표
가능
시간
<
/h2
>
<
TimeInput
onTimeChange
=
{
handleStartTimeChange
}
/
>
~
<
TimeInput
onTimeChange
=
{
handleEndTimeChange
}
/
>
<
/div
>
<
div
className
=
"
form-input
"
>
<
h2
>
추가
설정
<
/h2
>
<
div
className
=
"
num-of-people
"
>
<
h2
>
투표
인원수
<
/h2
>
<
h2
>
투표
인원수
<
span
className
=
"
selection
"
>
(
선택
)
<
/span
>
<
/h2
>
<
Input
classname
=
"
voteNumber
"
type
=
"
number
"
...
...
@@ -118,19 +130,16 @@ function MeetingInfoForm() {
placeholder
=
"
인원수
"
/>
<
/div
>
<
div
className
=
"
timeStartEnd
"
>
<
h2
>
투표
가능
시간
<
/h2
>
<
TimeInput
onTimeChange
=
{
handleStartTimeChange
}
/
>
~
<
TimeInput
onTimeChange
=
{
handleEndTimeChange
}
/
>
<
/div
>
<
div
className
=
"
end-time
"
>
<
h2
className
=
"
not-enter
"
>
투표
종료
시간
<
/h2
>
<
h2
className
=
"
not-enter
"
>
투표
종료
시간
<
span
className
=
"
selection
"
>
(
선택
)
<
/span
>
<
/h2
>
<
Input
classname
=
"
vote-end
"
classname
=
"
vote-end
"
type
=
"
datetime-local
"
value
=
{
endVote
}
onChange
=
{
handleVoteEnd
}
/
>
onChange
=
{
handleVoteEnd
}
/
>
<
/div
>
<
/div
>
<
Button
type
=
"
submit
"
text
=
"
시작하기
"
/>
...
...
This diff is collapsed.
Click to expand it.
react-whenMeet/src/styles/MeetingInfo.css
+
4
−
0
View file @
0472640a
...
...
@@ -9,6 +9,10 @@ body {
padding
:
0px
;
}
span
.selection
{
color
:
gray
;
}
.center-container2
{
display
:
flex
;
flex-direction
:
column
;
/* 세로 방향으로 정렬 */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment