-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/#27-pretask-link-upload
- Loading branch information
Showing
23 changed files
with
293 additions
and
20 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import type { SVGProps } from 'react'; | ||
const SvgIcGroup = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' {...props}> | ||
<rect width={23} height={23} x={0.5} y={0.5} stroke='#EBE9EA' rx={11.5} /> | ||
</svg> | ||
); | ||
export default SvgIcGroup; |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import type { SVGProps } from 'react'; | ||
const SvgIcPlusImageFinal = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 54 54' {...props}> | ||
<path | ||
fill='#CAC6C8' | ||
d='M8.21 41.844a1.5 1.5 0 0 0 2.122 2.122zm10.344-8.222 1.06-1.06a1.5 1.5 0 0 0-2.12 0zm4.642 4.642-1.061 1.06a1.5 1.5 0 0 0 2.121 0zM33.638 27.82 34.7 26.76a1.5 1.5 0 0 0-2.121 0zm8.222 10.343a1.5 1.5 0 1 0 2.122-2.121zm-31.528 5.802 9.283-9.283-2.121-2.121-9.283 9.282zm7.162-9.283 4.64 4.641 2.122-2.121-4.641-4.641zm6.762 4.641L34.7 28.881l-2.121-2.121-10.443 10.443zm8.322-10.443 9.282 9.283 2.122-2.121-9.283-9.283zM13.913 10.755h23.206v-3H13.913zm28.668 5.462v23.207h3V16.217zM37.12 44.886H13.913v3h23.206zM8.451 39.424V16.217h-3v23.207zm5.462 5.462a5.46 5.46 0 0 1-5.462-5.462h-3a8.46 8.46 0 0 0 8.462 8.462zm28.668-5.462a5.46 5.46 0 0 1-5.462 5.462v3a8.46 8.46 0 0 0 8.462-8.462zM37.12 10.755a5.46 5.46 0 0 1 5.462 5.462h3a8.46 8.46 0 0 0-8.462-8.462zm-23.206-3a8.46 8.46 0 0 0-8.462 8.462h3a5.46 5.46 0 0 1 5.462-5.462zm5.462 11.943a1.98 1.98 0 0 1-1.981 1.981v3c2.75 0 4.98-2.23 4.98-4.98zm-1.981 1.981a1.98 1.98 0 0 1-1.981-1.98h-3c0 2.75 2.23 4.98 4.98 4.98zm-1.981-1.98c0-1.095.887-1.982 1.98-1.982v-3a4.98 4.98 0 0 0-4.98 4.981zm1.98-1.982a1.98 1.98 0 0 1 1.982 1.981h3c0-2.75-2.23-4.98-4.981-4.98z' | ||
/> | ||
<circle cx={44.413} cy={9.587} r={9.283} fill='#BDB8BA' /> | ||
<rect width={1.857} height={9.283} x={43.485} y={4.946} fill='#F8F8F8' rx={0.928} /> | ||
<rect | ||
width={1.857} | ||
height={9.283} | ||
x={39.772} | ||
y={10.515} | ||
fill='#F8F8F8' | ||
rx={0.928} | ||
transform='rotate(-90 39.772 10.515)' | ||
/> | ||
</svg> | ||
); | ||
export default SvgIcPlusImageFinal; |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import type { SVGProps } from 'react'; | ||
const SvgIcUnselectedCalender = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' {...props}> | ||
<path | ||
stroke='#ACA7A9' | ||
strokeLinecap='round' | ||
strokeLinejoin='round' | ||
strokeWidth={1.5} | ||
d='M7.75 17.22v-.077m8.5-4.114v-.078M4.75 8.914h14M6.56 3v1.543M16.75 3v1.543m0 0h-10c-1.657 0-3 1.381-3 3.086v10.285c0 1.704 1.343 3.086 3 3.086h10c1.657 0 3-1.381 3-3.086V7.63c0-1.705-1.343-3.086-3-3.086m-9 8.485v-.077m8.5 4.27v-.078M12 17.22v-.077m0-4.115v-.077' | ||
/> | ||
</svg> | ||
); | ||
export default SvgIcUnselectedCalender; |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import type { SVGProps } from 'react'; | ||
const SvgIcUnselectedClock = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' {...props}> | ||
<path | ||
fill='#ACA7A9' | ||
d='M15.638 14.962a.75.75 0 0 0 .474-1.423zM12.5 13.125h-.75c0 .323.207.61.513.711zm.75-4.704a.75.75 0 0 0-1.5 0zm2.862 5.118-3.375-1.125-.474 1.422 3.375 1.125zm-2.862-.414V8.421h-1.5v4.704zM20.75 12a8.25 8.25 0 0 1-8.25 8.25v1.5c5.385 0 9.75-4.365 9.75-9.75zm-8.25 8.25A8.25 8.25 0 0 1 4.25 12h-1.5c0 5.385 4.365 9.75 9.75 9.75zM4.25 12a8.25 8.25 0 0 1 8.25-8.25v-1.5c-5.385 0-9.75 4.365-9.75 9.75zm8.25-8.25A8.25 8.25 0 0 1 20.75 12h1.5c0-5.385-4.365-9.75-9.75-9.75z' | ||
/> | ||
</svg> | ||
); | ||
export default SvgIcUnselectedClock; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
import styled from 'styled-components'; | ||
import theme from '../../../style/theme'; | ||
|
||
export const Title = styled.p` | ||
color: ${theme.colors.B_01}; | ||
${theme.fonts.heading_01}; | ||
color: ${({ theme }) => theme.colors.black}; | ||
${({ theme }) => theme.fonts.heading_01}; | ||
`; | ||
export const SubTitle = styled.p` | ||
color: ${theme.colors.G_10}; | ||
${theme.fonts.caption_02}; | ||
color: ${({ theme }) => theme.colors.G_10}; | ||
${({ theme }) => theme.fonts.caption_02}; | ||
`; | ||
|
||
export const Username = styled.p` | ||
color: ${({ theme }) => theme.colors.P_06}; | ||
${({ theme }) => theme.fonts.heading_01}; | ||
`; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import styled from 'styled-components'; | ||
|
||
export const ThumbnailWrapper = styled.div` | ||
${({ theme }) => theme.mixin.flexCenter({})} | ||
background-color: ${({ theme }) => theme.colors.G_01}; | ||
width: 24rem; | ||
height: 24rem; | ||
margin: 0 auto; | ||
`; |
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 |
---|---|---|
@@ -1,7 +1,19 @@ | ||
import Title from '../../common/title/Title'; | ||
import { IcPlusImageFinal } from '../../../assets/svg'; | ||
import * as S from './Step02.style'; | ||
|
||
const ThumbnailInput = () => { | ||
return <Title title='썸네일을 등록해주세요' />; | ||
// TODO 이미지 클릭 시 사진 업로드 | ||
return ( | ||
<> | ||
<Title title='썸네일을 등록해주세요' /> | ||
<div style={{ width: '100%', marginTop: '11rem' }}> | ||
<S.ThumbnailWrapper> | ||
<IcPlusImageFinal style={{ width: '5rem', height: '5rem' }} /> | ||
</S.ThumbnailWrapper> | ||
</div> | ||
</> | ||
); | ||
}; | ||
|
||
export default ThumbnailInput; |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import styled from 'styled-components'; | ||
|
||
export const Wrapper = styled.div` | ||
${({ theme }) => theme.mixin.flexBox({ align: 'center', justify: 'center' })} | ||
width: 100%; | ||
height: 3.6rem; | ||
margin-top: 7.2rem; | ||
border-bottom: 0.1rem solid ${({ theme }) => theme.colors.G_02}; | ||
`; | ||
|
||
export const TextField = styled.div` | ||
width: 90%; | ||
`; | ||
|
||
export const IconField = styled.div` | ||
width: 10%; | ||
`; | ||
|
||
export const Input = styled.input` | ||
${({ theme }) => theme.mixin.flexBox({ align: 'center', justify: 'center' })}; | ||
width: 100%; | ||
height: 3.5rem; | ||
border: none; | ||
outline: none; | ||
`; |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import styled from 'styled-components'; | ||
|
||
export const SetTournamentScheduleWrapper = styled.div` | ||
${({ theme }) => theme.mixin.flexBox({ align: 'center', justify: 'center' })} | ||
width: 100%; | ||
height: 3.6rem; | ||
margin-top: 4.6rem; | ||
border-bottom: 0.1rem solid ${({ theme }) => theme.colors.G_02}; | ||
`; | ||
export const TextField = styled.div` | ||
width: 90%; | ||
`; | ||
|
||
export const IconField = styled.div` | ||
width: 10%; | ||
`; | ||
|
||
export const Input = styled.input` | ||
${({ theme }) => theme.mixin.flexBox({ align: 'center', justify: 'center' })}; | ||
width: 100%; | ||
height: 3.5rem; | ||
border: none; | ||
outline: none; | ||
`; | ||
|
||
export const Container = styled.div` | ||
${({ theme }) => theme.mixin.flexBox({ align: 'center', justify: 'center' })} | ||
width: 100%; | ||
height: 3.6rem; | ||
margin-top: 2.5rem; | ||
border-bottom: 0.1rem solid ${({ theme }) => theme.colors.G_02}; | ||
`; |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import styled from 'styled-components'; | ||
|
||
export const SetTournamentDurationWrapper = styled.div` | ||
${({ theme }) => theme.mixin.flexCenter({})}; | ||
gap: 1.2rem; | ||
margin-top: 4.6rem; | ||
`; | ||
|
||
export const DetailBox = styled.div` | ||
${({ theme }) => theme.mixin.flexBox({ align: 'center', justify: 'center' })}; | ||
justify-content: space-between; | ||
padding: 2rem; | ||
width: 100%; | ||
height: 5.6rem; | ||
border-radius: 1.2rem; | ||
border: 0.1rem solid ${({ theme }) => theme.colors.G_02}; | ||
`; | ||
|
||
export const RadioBox = styled.section` | ||
${({ theme }) => theme.mixin.flexBox({ align: 'center', justify: 'space-between' })}; | ||
width: 7.3rem; | ||
height: 2.4rem; | ||
`; | ||
|
||
export const TimeText = styled.p` | ||
color: ${({ theme }) => theme.colors.black}; | ||
${({ theme }) => theme.fonts.body_09}; | ||
`; | ||
|
||
export const InTodayDate = styled.p` | ||
color: ${({ theme }) => theme.colors.B_02}; | ||
${({ theme }) => theme.fonts.caption_01}; | ||
`; | ||
|
||
export const NotTodayDate = styled.p` | ||
color: ${({ theme }) => theme.colors.P_06}; | ||
${({ theme }) => theme.fonts.caption_01}; | ||
`; |
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.