-
Notifications
You must be signed in to change notification settings - Fork 0
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-39] style: 전역적으로 사용될 폰트, 색상 토큰 적용 / Navbar, Footer 생성 및 반응형 적용 #7
Merged
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
fc543c2
setting: Storybook 설치 및 세팅
dahyeo-n 4f5cb54
feat: 폰트, 행간/자간을 전역적으로 적용
dahyeo-n a15215f
style: 전역적으로 사용될 색상 토큰 적용
dahyeo-n 09ba9da
style: 일관된 아이콘 디자인 시스템 스타일 추가
dahyeo-n 63586ec
chore: 로고와 심볼 파일 추가
dahyeo-n f92dde4
style: Navbar, Footer 생성
dahyeo-n b17ada3
style: 스크롤을 내려도 Navbar가 보이도록 화면 상단에 고정
dahyeo-n 66bdc77
style: Navbar 반응형 적용
dahyeo-n effe5f4
style: Footer 반응형 적용
dahyeo-n 5bd70b9
chore: Prettier 설정 업데이트 (JSX 속성에 작은따옴표 사용)
dahyeo-n c77bf1f
chore: 모든 파일에 Prettier 규칙 적용 (작은 따옴표로 수정)
dahyeo-n f62cb4a
chore: background 색상과 title 색상을 따로 구분
dahyeo-n 7e8724c
style: title-l 스타일 추가
dahyeo-n d778416
move: AppShell 관련된 파일의 폴더 구조 변경
dahyeo-n c13a30e
chore: 메인 페이지에서 디자인 시스템 관련 테스트 한 코드 삭제
dahyeo-n eb317ff
setting: NextUI 설치 및 세팅
dahyeo-n b9d61d7
style: 다크모드 색상 커스텀 및 적용
dahyeo-n 2bb2103
style: Navbar, Footer 배경 색상 변경
dahyeo-n 7f1cb62
chore: rafce 스니펫 형태로 변경
dahyeo-n 5e2cfef
style: Input 컴포넌트에 사용할 custom-label 스타일 추가
dahyeo-n 1308ad7
style: EmailInput CSS 추가
dahyeo-n 176fc6f
feat: EmailInput에 유효성 검사 로직 추가
dahyeo-n e2bbcef
feat: mode가 sign-up이면 이메일 중복 여부 검사, sign-in이면 가입 여부 확인
dahyeo-n 72ca9a6
feat: EmailInput 입력 필드 내용을 전부 지울 수 있는 onClear 기능 추가
dahyeo-n 11b161b
style: Navbar, Footer에 적용된 폰트와 아이콘 스타일 수정
dahyeo-n ed6550b
feat: Icon이 onClick 이벤트도 prop으로 받을 수 있도록 수정
dahyeo-n 4f5c277
chore: <메인 페이지> 컴포넌트를 rafce 스니펫 형태로 변경
dahyeo-n 8448053
Merge branch 'dev' into feature/design-system
dahyeo-n File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
배경색이 중복 되는 것 같아 다음과 같이 color 변수화 해놓은 부분을 위로 빼서 공통으로 사용할 수 있게 하는 방식은 어떨까 제안드립니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사합니다 이것도 다음 PR에서 반영할게요!