-
Notifications
You must be signed in to change notification settings - Fork 41
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: Home 페이지 템플릿을 서비스 내로 옮깁니다. #82
Merged
limgyumin
merged 13 commits into
pagers-org:team6/limgyumin
from
limgyumin:feat/home-page
Sep 9, 2023
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
5a69bfb
feat: header, footer 추가
limgyumin d24c5f5
chore: main.css, ionicons.css, next/font 적용
limgyumin 7f77d7a
chore: tailwindcss의 preflight 설정 비활성화
limgyumin 4629871
chore: next config에 image host 설정 추가
limgyumin 57e6454
refactor: SWRProvider를 shared 디렉토리 내부로 옮김
limgyumin 6fab995
feat: 컴포넌트 구현에 사용할 utility 구현
limgyumin 314119d
feat: Tags 컴포넌트 구현
limgyumin 07cc56d
feat: Tabs 컴포넌트 구현
limgyumin d55ed28
feat: Avatar 컴포넌트 구현
limgyumin 18d525e
feat: ListItem 컴포넌트 구현
limgyumin 10d7bc6
feat: Button 컴포넌트 구현
limgyumin 12eadf2
feat: Pagination 컴포넌트 구현
limgyumin 8db2a64
feat: Home 페이지 레이아웃을 서비스 내로 옮김
limgyumin 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,8 @@ module.exports = { | |
theme: { | ||
extend: {}, | ||
}, | ||
corePlugins: { | ||
preflight: false, | ||
}, | ||
plugins: [], | ||
}; |
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.
이건 어떤 역할을 하나요?
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.
tailwindcss의 기본 스타일시트(preflight)를 비활성화 하는 옵션입니당
이미 main.css에서 normalize를 해주고 있기 때문에 비활성화 했어영!