-
Notifications
You must be signed in to change notification settings - Fork 1
Feat(client): 툴팁 연결 #265
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
Merged
Merged
Feat(client): 툴팁 연결 #265
Changes from 5 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
39093cc
feat: Level 컴포넌트의 정보 버튼에 설명 추가
jjangminii 63ef164
feat: Level 컴포넌트에 풍선 도움말 추가 및 스타일 수정
jjangminii d3f0a50
feat: Level 컴포넌트의 풍선 도움말 위치 조정
jjangminii ea56397
feat: 사이드바 말풍선 추가
jjangminii b93e6ef
fix: prevAcorn 상태 관리를 useRef로 변경 및 isPending 체크 추가
jjangminii 4baf664
feat: lottie-react 패키지 추가
jjangminii 474907b
feat: 카테고리 관리 기능을 위한 useCategoryActions 훅 추가 및 Sidebar 컴포넌트에서 통합
jjangminii 8874e8f
Merge branch 'develop' of https://github.com/Pinback-Team/pinback-cli…
jjangminii 588b87e
feat: 사이드바에 JobPin 가이드 포털 추가 및 Balloon 컴포넌트 수정
jjangminii 61fc465
fix: Sidebar 컴포넌트에서 isPending 변수명을 isAcornPending으로 변경 및 useCategoryA…
jjangminii 24fd40a
fix: navigate 함수에서 newCategoryName 인코딩
jjangminii 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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
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.
isPending이 무엇에 대한 것인지 몰라서, 위에서 rename 해주는 것이 좋을 것 같아요!