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

[Fix] 전체적인 UI 오류 수정 #168

Merged
merged 3 commits into from
Aug 19, 2024
Merged

[Fix] 전체적인 UI 오류 수정 #168

merged 3 commits into from
Aug 19, 2024

Conversation

sooyeoniya
Copy link
Member

🖥️ Preview

1. "다른 사람들의 스마일 로봇 뱃지 보러가기" width 오류 수정

2024-08-18.7.39.08.mov

2. 새로고침 툴팁 부드럽게 사라지는 애니메이션

2024-08-18.7.39.26.mov

3. 비율 텍스트 z-index 설정 (프로그래스 막대기에 가려져 안보이는 오류 수정)

스크린샷 2024-08-18 오후 7 39 49

close #166

✏️ 한 일

  • 1. Main 페이지의 Lottery → 다른 사람들의 스마일 로봇~~ 여기 부분 같은 라인에서 hover 잡히는 오류
  • 2. 새로고침 툴팁 메시지 부드럽게 사라지는 인터렉션 추가
  • 3. 프로그래스바 비율 보여주는 텍스트가 프로그래스바에 가려지는 오류(내부 텍스트 z-index 설정)

❗️ 발생한 이슈 (해결 방안)

❓ 논의가 필요한 사항

@sooyeoniya sooyeoniya added the fix 버그가 발생 label Aug 18, 2024
@sooyeoniya sooyeoniya requested a review from jhj2713 August 18, 2024 10:43
@sooyeoniya sooyeoniya self-assigned this Aug 18, 2024
Copy link

빌드를 성공했습니다! 🎉

Copy link
Member

@jhj2713 jhj2713 left a comment

Choose a reason for hiding this comment

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

훨씬 보기 좋아진 것 같아요 짱짱🙌

Comment on lines +93 to +98
<div className={tooltipVariants({ visible: toggleContents })}>
<Tooltip content={TOOLTIP_CONTENT()} tooltipPosition="left" />
</div>
<button onClick={fetchRushBalance}>
<Reload />
</button>
Copy link
Member

Choose a reason for hiding this comment

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

오오 요렇게 하니까 button 두 개 안 만들어도 되고 좋네용👍

@sooyeoniya sooyeoniya merged commit 6f2491f into dev Aug 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 버그가 발생
Projects
None yet
Development

Successfully merging this pull request may close these issues.

전체적인 UI 오류 수정
2 participants