[Fix] 존재하던 버그 수정 및 스타일 수정 (원님 PR + 혜민님 PR 결합)#167
Merged
byeolee1221 merged 5 commits intodevelopfrom Nov 4, 2024
Hidden character warning
The head ref may contain hidden characters: "\ubb38\ucc3d\uae30"
Merged
Conversation
✅ Deploy Preview for taskify-test-9-4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
hyemeeny
approved these changes
Nov 4, 2024
| </label> | ||
| <div className="relative flex w-full flex-col space-y-[2px] bg-white" ref={dropdownRef}> | ||
| <div className="flex h-[50px] w-full items-center justify-between overflow-hidden rounded-lg px-4 ring-1 ring-inset ring-gray03 transition-all focus-within:ring-violet01 focus:outline-none focus:ring-1 focus:ring-inset"> | ||
| <div className="flex h-[50px] w-[217px] items-center justify-between overflow-hidden rounded-lg px-4 ring-1 ring-inset ring-gray03 transition-all focus-within:ring-violet01 focus:outline-none focus:ring-1 focus:ring-inset"> |
Collaborator
There was a problem hiding this comment.
width 값 고정할 시 모바일에서 사이즈 틀어지지 않았나요?
Collaborator
Author
There was a problem hiding this comment.
아 그 부분은 반응형으로 수정 반영하겠습니다!
hyemeeny
reviewed
Nov 4, 2024
| // 컬럼 리스트 초기화 및 설정 | ||
| useEffect(() => { | ||
| if (dashboardId) { | ||
| setResetColumnList(dashboardId); |
Collaborator
Author
There was a problem hiding this comment.
네 수정과정에서 대시보드 아이디 바뀔 때 추가했습니다
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
존재하던 버그 수정 및 스타일 수정 (원님 PR + 혜민님 PR 결합)