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

공통 상단 네비게이션 만들기 #235

Merged
merged 4 commits into from
Mar 13, 2022
Merged

공통 상단 네비게이션 만들기 #235

merged 4 commits into from
Mar 13, 2022

Conversation

NamJwong
Copy link
Member

⛓ Related Issues

📋 작업 내용

  • 공통 상단 네비게이션 만들기
  • 팀 등록 뷰에 적용하기

📌 PR Point

  • isBack prop은 현재 나온 뷰에서는 백 버튼이 없는 네비게이션은 없지만 혹시 생길까봐 넣었고 obtional에 디폴트 값이 true이기 때문에 없는 경우에만 false로 설정해주면 됩니다!
  • onClickBack prop은 백 버튼이 혹시 바로 뒤의 뷰로 가지 않아야 할 경우가 생길 것을 대비하여 넣었습니다 설정하지 않으면 navigate(-1)입니다!
  • 참고로 현재 피그마 Release_Update 에 올라와있는 네비게이션 종류는 아래 스크린샷 4가지입니다

👀 스크린샷 / GIF / 링크

image

image

image

image

@NamJwong NamJwong added feature 🎄 기능 개발 layout 🍃 레이아웃 개발 labels Mar 13, 2022
@NamJwong NamJwong added this to the 3월 2주차 스프린트 milestone Mar 13, 2022
@NamJwong NamJwong self-assigned this Mar 13, 2022
@SeojinSeojin
Copy link
Member

울 웹쁜이 고생많았어 ! 여기서 미리보기로 보면서 쉬어~ 다른 웹쁜이들한테도 자랑해줘~

Copy link
Member

@SeojinSeojin SeojinSeojin left a comment

Choose a reason for hiding this comment

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

깔끔깔끔하네여~~ 수고 많으셨슴둥!!!!

{title && <StTitle>{title}</StTitle>}
{submitButton && (
<StSubmitButton onClick={submitButton && submitButton.onClick}>
{submitButton && submitButton.content}
Copy link
Member

Choose a reason for hiding this comment

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

20번째 줄에서 한 번 감싸줬으니 안에서는 안 감싸줘도 괜찮지 않나여!!?

Copy link
Member Author

Choose a reason for hiding this comment

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

다른 방식으로 짤 때 써놨던건데 안지웠다..! 고마워 수정할게!!

Copy link
Member

@100Gyeon 100Gyeon left a comment

Choose a reason for hiding this comment

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

상단 네비게이션 4가지 고려해서 꼼꼼하게 잘 만들어줬네 ㅠㅠㅠ 최고❤️‍🔥

@SeojinSeojin
Copy link
Member

울 웹쁜이 고생많았어 ! 여기서 미리보기로 보면서 쉬어~ 다른 웹쁜이들한테도 자랑해줘~

@NamJwong NamJwong merged commit 844ea13 into dev Mar 13, 2022
@NamJwong NamJwong deleted the feat/#233 branch March 13, 2022 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🎄 기능 개발 layout 🍃 레이아웃 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

공통 상단 네비게이션 만들기
3 participants