-
Notifications
You must be signed in to change notification settings - Fork 7
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
태그 버튼 색상 적용 #765
Merged
Merged
태그 버튼 색상 적용 #765
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
8e8b8ab
feat(style): 태그 버튼 팔레트 정의
vi-wolhwa b09514b
feat(utils): 태그 버튼의 색상 선택 유틸함수 구현
vi-wolhwa f63354b
feat(src): 태그 버튼, 필터 디자인 변경 및 태그 색상 적용
vi-wolhwa ef32ae9
refactor(utils): getTagColor 유틸함수를 컴포넌트 내부에 구현
vi-wolhwa 566c538
refactor(TagInput): 템플릿 업로드/수정 중 태그 색상 기본색으로 변경
vi-wolhwa 5d7268c
refactor(src): 태그 필터에서 선택된 태그 구분을 위한 디자인 수정
vi-wolhwa 2dd0d29
Merge branch 'dev/fe' of https://github.com/woowacourse-teams/2024-co…
vi-wolhwa 753b9cb
fix(TemplateCard): SourceCodeViewer에 filename 전달
Hain-tain 4a2f047
refactor(TagButton): 함수 분리 및 메모이제이션 수행
vi-wolhwa 7ef2a62
refactor(TagButton): 불필요한 useMemo 제거
vi-wolhwa 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
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.
간단한 연산이라서 useMemo를 사용하지 않는 편이 더 좋을 것 같다는 개인적인 의견입니다..!!