-
Notifications
You must be signed in to change notification settings - Fork 2
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
[FE] 코드 리팩토링, ui 작업 및 사운드 효과 추가 #76
Conversation
- 주식 칸에 도착했을 때 랜더링
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.
디테일한 부분까지 많이 손봐주셨네요. 하룻밤사이 엄청나게 발전한 것 같습니다.
fe/src/assets/images/gs.png
Outdated
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.
와 저도 이거 거슬렸는데 귀찮아서 미뤘는데 토코가 깔끔하게 배경제거해주셨군요. 토코 짱짱맨!
<IconContainer | ||
className="status-board" | ||
onClick={toggleStatusBoardModal} | ||
> | ||
<Icon name="statusBoard" size="3rem" color="neutralText" /> | ||
</IconContainer> | ||
<Navigation> |
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.
지금 현황판 버튼 위치가 뭔가 게임보드판 중앙이라 딱 안 맞아서 약간 신경쓰이네요. 👀
margin-right를 조금만 주면 맞출수 있을것 같기도...? 한 74~5px 정도 주니까 얼추 맞는것 같긴하네요.
fe/src/hooks/useSound.tsx
Outdated
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.
이 기능 너무 좋네요. 드디어!
setGameInfo((prev) => { | ||
return { | ||
...prev, | ||
isArrived: false, |
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.
주식매수창이 닫혔을때 isArrived: false
로 바꿔주는건 한 번 닫히면 다시 안열리게 하기 위함인가요?
📌 이슈번호
🔑 Key changes
2023-11-03.7.07.16.mov
👋 To reviewers