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

[Feat] main 페이지 디자인 구현 #282

Merged
merged 23 commits into from
Sep 22, 2023
Merged

[Feat] main 페이지 디자인 구현 #282

merged 23 commits into from
Sep 22, 2023

Conversation

sumi-0011
Copy link
Member

작업 내용

  • main 디자인 PC, Mobile 남은 부분 작업

  • main에서만 사용하는 컴포넌트는 components/Main으로 옮겼습니다. (스토리북 추가 예정)

  • FAQ 반응형 작업

모바일에서 탭을 넘길 때 애니매이션 동작(?)이 이상한 이슈가 있는데 한번 확인해보아야할 것 같습니다. @kimyouknow

스크린샷

  • 피그마로 따지면 아래 화면들을 구현했습니다
스크린샷 2023-09-21 오후 12 40 07

@vercel
Copy link

vercel bot commented Sep 21, 2023

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

Name Status Preview Comments Updated (UTC)
www-depromeet-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 22, 2023 4:20pm

@sumi-0011 sumi-0011 changed the base branch from main to develop September 21, 2023 03:43
@sumi-0011 sumi-0011 changed the base branch from develop to feat/main-schedule September 21, 2023 03:43
@github-actions
Copy link

github-actions bot commented Sep 21, 2023

Bundle Sizes

Compared against d4bc7f9

Route Size (gzipped) Diff
/ 80.65 KB -1.62 KB
/404 71.89 KB -4.91 KB
/_app 118.75 KB -12.16 KB
/about 72.2 KB -12.73 KB
/project 77.82 KB -17.04 KB
/recruit 110.64 KB +25.4 KB
/contact no change removed
/project/[projectTitle] no change removed
/recruit/[position] no change removed
Dynamic import Size (gzipped) Diff
../components/project-detail/OtherProjectSection.tsx -> ../project/ProjectItem/ProjectItem no change removed

@github-actions
Copy link

Copy link
Member

@kimyouknow kimyouknow left a comment

Choose a reason for hiding this comment

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

반응형 작업 감사합니다👍

@kimyouknow
Copy link
Member

FAQ 반응형 작업
모바일에서 탭을 넘길 때 애니매이션 동작(?)이 이상한 이슈가 있는데 한번 확인해보아야할 것 같습니다. @kimyouknow

스토리북으로 확인했을 때는 잘 모르겠는데 어떤 이슈예요??

Base automatically changed from feat/main-schedule to develop September 22, 2023 16:10
@@ -65,4 +66,8 @@ const tabCss = (theme: Theme, isActive: boolean) => css`
color: ${isActive ? theme.colors.yellow500 : theme.colors.white};
cursor: pointer;
padding: 16px 24px;

${mediaQuery('mobile')} {
font-size: 14px;
Copy link
Member

Choose a reason for hiding this comment

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

rem 이나 윤호님이 만들어주신 typo 사용하면 좋을 것 같아요 !

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
Copy link
Member Author

FAQ 반응형 작업
모바일에서 탭을 넘길 때 애니매이션 동작(?)이 이상한 이슈가 있는데 한번 확인해보아야할 것 같습니다. @kimyouknow

스토리북으로 확인했을 때는 잘 모르겠는데 어떤 이슈예요??

다시 시도해보니 안뜨네요,./? 또 같은 현상을 발견하면 그때 다시 말씀드리겠습니다!

sumi-0011 and others added 3 commits September 23, 2023 01:15
# Conflicts:
#	src/pages/index.tsx
* style: gnb pc design 수정

* feat: mobile menu icon 추가

* refactor: pc footer theme 적용

* style: footer 모바일 반응형 추가

---------

Co-authored-by: byun sumi <sumi@adenasoft.com>
# Conflicts:
#	src/components/SectionTitle/SectionTitle.tsx
@depromeet-official
Copy link
Contributor

depromeet-official commented Sep 22, 2023

@github-actions
Copy link

@github-actions
Copy link

@github-actions
Copy link

@sumi-0011 sumi-0011 merged commit 834e5a7 into develop Sep 22, 2023
10 checks passed
@sumi-0011 sumi-0011 deleted the feat/main-bottom branch September 22, 2023 16:43
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