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

[Task] 미션등록페이지 구현 (#31) #54

Merged
merged 18 commits into from
Dec 10, 2023
Merged

Conversation

wade3420
Copy link
Collaborator

@wade3420 wade3420 commented Dec 7, 2023

🤔 해결하려는 문제가 무엇인가요?

#31

🎉 변경 사항

  • header 컴포넌트 스타일 변경( width 100% 추가 )
  • header onClick 시 뒤로가기 기능 추가 ( 클라이언트 컴포넌트로 변경)
  • button 컴포넌트 type props override 가능하게 만들었습니다
  • RadioInput 컴포넌트 구현
  • getQueryString util 함수 추가
  • useSearchParamsTypedValue hook 추가
  • object 관련 type 추론 위한 utils 추가

🙏 여기는 꼭 봐주세요!

사용 방법

🌄 스크린샷

스크린샷 2023-12-07 오후 1 17 40

📚 참고

@wade3420 wade3420 self-assigned this Dec 7, 2023
@wade3420 wade3420 marked this pull request as draft December 7, 2023 04:21
@wade3420 wade3420 marked this pull request as ready for review December 7, 2023 04:22
Copy link
Member

@sumi-0011 sumi-0011 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다 👍🏻

@@ -4,7 +4,7 @@ interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {}

const Button: React.FC<ButtonProps> = ({ className, children, ...props }) => {
return (
<button className={`${className}`} {...props} type="button">
<button className={`${className}`} type="button" {...props}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

src/hooks/useSearchParamsTypedValue.tsx Show resolved Hide resolved
Copy link
Member

@JUNOSHON JUNOSHON left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다👏🏻

Comment on lines +22 to +26
const logoCss = flex({
flexDirection: 'column',
alignItems: 'center',
});

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이렇게 하면 logoCss가 적용된 태그는 flex-container가 되는건가요??

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네 저는 그렇게 이해했어요!

@@ -27,4 +27,7 @@ const containerCss = {
maxWidth: '475px',
margin: '0 auto',
minHeight: '100vh',

display: 'flex',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

display 속성이 이곳에 있는게 몬가몬가 한것 같아요~
전역에 들어가는 속성이라 적절치 않다고 생각이 들어서요!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a02c1c8 여기서 수정해 주었습니다

@@ -4,7 +4,7 @@ interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {}

const Button: React.FC<ButtonProps> = ({ className, children, ...props }) => {
return (
<button className={`${className}`} {...props} type="button">
<button className={`${className}`} type="button" {...props}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

Copy link

vercel bot commented Dec 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
10mm-client-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 9, 2023 7:22am

@wade3420 wade3420 merged commit 96fdd91 into develop Dec 10, 2023
3 checks passed
@wade3420 wade3420 deleted the feat/select-page branch December 10, 2023 00:40
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