[Feat] tooltip 컴포넌트 + sincerity temp tooltip#139
Merged
Conversation
aken-you
reviewed
Aug 30, 2025
Comment on lines
+92
to
+97
| <Image | ||
| src="/images/help_outline.png" | ||
| alt="성실온도 설명" | ||
| width={16} | ||
| height={16} | ||
| /> |
Contributor
There was a problem hiding this comment.
혹시 아이콘을 클릭하면 value가 나타나는 걸로 이해했는데 맞을까요?!
Contributor
Author
There was a problem hiding this comment.
클릭하지 않아도 원래 띄워져야 하는데..ㅜㅜ 배포가 실패하며 반영되지 않은 것 같습니다
Merged
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.
☘️ 작업 내용
작업하고 있던 툴팁 관련 먼저 올립니다!
나중에 토글 버튼 관련도 추가하려 했는데, 그 부분은 오류 수정 후 반영하겠습니다.
data-[state=delayed-open]:data-[side=bottom] ...이 값들은 radix 예제에 있던 기본 값들입니다. 화살표 관련되어 처리를 하는 코드인 것 같은데,
제대로 확인은 해보지 않았지만...남겨두었습니다.
그 외에 최대 가로길이 지정, 이런 값이 필요할 수 있지만, 피그마에 딱히 지정되어 있지 않기도 하고,
나중에 이 부분도 조금 더 수정하도록 하겠습니다.
!! next.config.ts에서 standalone 설정을 잘 못 올려 주석처리 했습니다.
해당 부분은 나중에 배포 경량화를 위해 로컬에서 설정해보려 했는데, 커밋을 잘못 올렸습니다..ㅜㅜ