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

[Design] appbar-bottom (navigation) 컴포넌트 추가 #188

Merged
merged 4 commits into from
Dec 26, 2023

Conversation

sumi-0011
Copy link
Member

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

close #154

🎉 변경 사항

  • app-bar-bottom 컴포넌트 추가

🙏 여기는 꼭 봐주세요!

  • router.ts 파일을 보면 HOME 경로가 /으로 되어있습니다. 그런데 현재 / 경로는 저희 스플래시 화면인 상태입니다.
  • 디자인을 확인해보면 아래와 같이 Home 경로가 밑과 같은 페이지인것으로 나타납니다!
  • / 경로를 SPLASH 등으로 변경하거나,
  • /경로는 Home으로 하고 /splash 경로(예시)로 스플래시 화면으로 보이게 해야할 것 같습니다.
스크린샷 2023-12-26 오후 5 06 40

🌄 스크린샷

image

@sumi-0011 sumi-0011 added this to the 2차 MVP milestone Dec 26, 2023
@sumi-0011 sumi-0011 self-assigned this Dec 26, 2023
Copy link

vercel bot commented Dec 26, 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 26, 2023 0:38am

Copy link
Contributor

@@ -6,4 +6,10 @@ export const ROUTER = {
RECORD: (id: string) => `/mission/${id}/stopwatch`,
STOP_WATCH: (id: string) => `/mission/${id}/stopwatch`,
},
MYPAGE: {
ROOT: '/mypage',
Copy link
Collaborator

Choose a reason for hiding this comment

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

이거 혹시 HOME으로 가면 어떨지 궁금해요!!

ROUTER.MYPAGE.HOME
/에서 HOME으로 쓰고 있어서 통일을 하면 어떨지 의견이 궁금합니도

Copy link
Member Author

Choose a reason for hiding this comment

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

좋아요~ 수정하겠습니다 👍🏻

@sumi-0011 sumi-0011 merged commit 30a5e6b into develop Dec 26, 2023
3 checks passed
@sumi-0011 sumi-0011 deleted the design/app-bar-bottom-component branch December 26, 2023 13:42
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Design] appbar-bottom (navigation) Component
2 participants