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] 프로젝트 페이지네이션 + 반응형 작업 #286

Merged
merged 10 commits into from
Sep 23, 2023

Conversation

99-zziy
Copy link
Member

@99-zziy 99-zziy commented Sep 22, 2023

작업 내용

  • 프로젝트 페이지네이션 작업
  • 프로젝트 애니메이션
  • 반응형 작업

스크린샷

PC

스크린샷 2023-09-23 오전 2 17 18

태블릿

스크린샷 2023-09-23 오전 2 19 03

모바일

스크린샷 2023-09-23 오전 2 22 21

사용 방법

레퍼런스

@vercel
Copy link

vercel bot commented Sep 22, 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 23, 2023 11:47am

@github-actions
Copy link

github-actions bot commented Sep 22, 2023

Bundle Sizes

Compared against d4bc7f9

Route Size (gzipped) Diff
/ 80.67 KB -1.59 KB
/404 71.89 KB -4.91 KB
/_app 118.79 KB -12.13 KB
/about 72.2 KB -12.73 KB
/project 79.96 KB -14.9 KB
/recruit 110.67 KB +25.43 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.

👍

<m.span key={link.type} css={linkWrapperCss}>
<m.a href={link.href} css={linkCss} variants={textVariants}>
<span key={link.type} css={linkWrapperCss}>
<a href={link.href} css={linkCss}>
Copy link
Member

Choose a reason for hiding this comment

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

새로운 탭으로 열리는게 더 사용성 좋다고 생각하는데 어떻게 생각하시나요??

Suggested change
<a href={link.href} css={linkCss}>
<a href={link.href} target="_blank" css={linkCss}>

Copy link
Member Author

Choose a reason for hiding this comment

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

오 좋은것 같아요 수정할게요 !

Comment on lines 87 to -74
const sectionCss = css`
width: 100vw;
max-width: 960px;
`;
Copy link
Member

Choose a reason for hiding this comment

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

commonLayoutCss 변수로 있어요!

@depromeet-official
Copy link
Contributor

depromeet-official commented Sep 23, 2023

@github-actions
Copy link

@github-actions
Copy link

@99-zziy 99-zziy merged commit 079c6cf into develop Sep 23, 2023
10 checks passed
@99-zziy 99-zziy deleted the feat/project-pagination branch September 23, 2023 11:51
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.

3 participants