Skip to content
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

[졸업학점계산기] 엑셀 업로더 툴팁 구현 #635

Merged
merged 3 commits into from
Jan 19, 2025

Conversation

hyejun0228
Copy link
Contributor

What is this PR? 🔍

ScreenShot 📷

image image

✔️ Please check if the PR fulfills these requirements

  • It's submitted to the correct branch, not the develop branch unconditionally?
  • If on a hotfix branch, ensure it targets main?
  • There are no warning message when you run yarn lint

@hyejun0228 hyejun0228 added 🖌 UI UI 개발 👤 User 유저, 시간표 도메인 labels Jan 17, 2025
@hyejun0228 hyejun0228 self-assigned this Jan 17, 2025
Comment on lines 79 to 81

&--title {
font-size: 20px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

title이 BEM 컨벤션에서의 modifier의 역할을 하는 건가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오..! 생각해보니 -title 이 더 맞는것 같아요! 수정했습니다!

Comment on lines +42 to +49
</div>
<button type="button" aria-label="close" className={styles['excel-uploader__tooltip-close']} onClick={handleTooltipCloseButtonClick}>
<CloseIcon />
</button>
<div className={styles['excel-uploader__tooltip-asset']}>
<BubbleTailBottom />
</div>
</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

지금 방법도 좋은데 혹시 이런 방식은 어떤 것 같나요?
툴팁 요소가 어차피 absolute 하니까, tooltip-asset 요소의 자식으로 둔 다음, tooltip-asset에 relative를 주면, top 위치 잡기 편할 것 같아요!
만약 이렇게 한다면 tooltip-asset를 감싸는 새로운 부모 요소에 다시 absolute를 줄 것 같아요.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

만약 이렇게 한다면 tooltip-asset를 감싸는 새로운 부모 요소에 다시 absolute를 줄 것 같아요.

혹시 해당 부분을 다시 설명해주실 수 있으신가요..?
tooltip-asset 부모요소에 absolute 을 주고 tooltip-asset 에 relative, 툴팁에 absolute 을 할당하는 방식을 말하시는 걸까요..?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네네 그게 제 의도가 맞습니다!

Copy link
Contributor

@Yejin0070 Yejin0070 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다..! 👍🏻

& > strong {
color: #3b82f6;
}
}
}
}
Copy link
Contributor

@Yejin0070 Yejin0070 Jan 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

구웃...ㅎㅎ ☺️

@hyejun0228 hyejun0228 merged commit 16ceb9d into feat/graduation-calculator Jan 19, 2025
@github-actions github-actions bot deleted the feat/#634/help-option branch January 19, 2025 14:19
Gwak-Seungju pushed a commit that referenced this pull request Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖌 UI UI 개발 👤 User 유저, 시간표 도메인
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants