-
Notifications
You must be signed in to change notification settings - Fork 3
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/#473] admin 글감 반응형 구현 #485
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
6c795b5
feat: 모바일 nav 생성
namdaeun ce05974
style: 모바일 nav flex 비율 추가
namdaeun 5e4c3bc
feat: 메뉴 관리 로직 커스텀 훅으로 분리
namdaeun df83b2b
feat: admin 컴포넌트 모바일 뷰 퍼블리싱
namdaeun 03a7c79
chore: fix spacing
namdaeun 63d5768
feat: 글감 생성 모바일 뷰 구현
namdaeun 9ef652a
style: 반응형일 때 글감 테이블 width에 맞게 줄어듦
namdaeun 7febd94
feat: 글감 모달 공통 컴포넌트로 분리
namdaeun 6a55180
style: 스타일 수정
namdaeun 19e8013
chore: gitignore 수정
namdaeun 2c0dde7
fix: 기존 모달 파일 삭제
namdaeun 8668c78
chore: 시맨틱 태그 사용
namdaeun 6e59aec
chore: 필요 없는 코드 제거
namdaeun 9d00ee7
chore: 코드 순서 변경
namdaeun 121f9a5
style: 필요없는 코드 제거
namdaeun dd34458
fix: 코드 리뷰 반영
namdaeun 60b13b0
style: flex 영역 줄어드는 이슈 해결
namdaeun 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 |
---|---|---|
|
@@ -22,4 +22,6 @@ dist-ssr | |
*.njsproj | ||
*.sln | ||
*.sw? | ||
.env | ||
.env | ||
|
||
stats.html |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export const ADMIN = { | ||
PLACEHOLER: { | ||
TOPIC: '함께 작성하고 싶은 글감을 입력해주세요. ex) 마음이 담긴 선물', | ||
TAG: '위에 적은 글감을 한 단어로 요약해주세요. ex) 선물', | ||
DESC: `글감에 대해 자유롭게 소개해주세요.\nex) 마음이 담긴 선물을 주거나 받은 기억을 떠올려보세요. 그 순간이 당신에게 어떤 의미로 남았는지 이야기해주세요.`, | ||
}, | ||
}; |
Oops, something went wrong.
Oops, something went wrong.
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.
[p4] 요건 뭔가요?
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.
빌드할 때 데이터 셋이 어떻게 분리되어있는지 보여주는 파일이 생기는데, 해당 파일의 용량이 크기도 하고 빌드할 때마다 생겨서 gitignore에 추가해줬습니다!