Skip to content

[Fix] 프론트엔드 요소 및 채팅 UI 버그 수정#54

Merged
jinhyenkim01 merged 2 commits into
mainfrom
fix/51-chat-ui-fix
Jun 1, 2026
Merged

[Fix] 프론트엔드 요소 및 채팅 UI 버그 수정#54
jinhyenkim01 merged 2 commits into
mainfrom
fix/51-chat-ui-fix

Conversation

@jinhyenkim01
Copy link
Copy Markdown
Collaborator

@jinhyenkim01 jinhyenkim01 commented Jun 1, 2026

🔎 What

  • 스크롤 시 흰 배경 깜빡임 방지
  • 워크스페이스 경고 아이콘 툴팁 생성
  • 워크스페이스 드롭다운 외부 클릭 시 닫힘 기능 추가
  • 반응 이모지 팝업이 말풍선 바깥으로 표시되게 하기
  • 채팅 툴바 토글 중복 방지

🔗 Issue

✅ 체크리스트

  • 브랜치 base가 적절한가요?
  • 제목이 이슈 제목과 동일한가요?
  • 최소 1명의 리뷰를 받았나요?

@jinhyenkim01 jinhyenkim01 self-assigned this Jun 1, 2026
@jinhyenkim01 jinhyenkim01 added the bug Something isn't working label Jun 1, 2026
@jinhyenkim01 jinhyenkim01 linked an issue Jun 1, 2026 that may be closed by this pull request
5 tasks
Copy link
Copy Markdown
Collaborator

@jean2077 jean2077 left a comment

Choose a reason for hiding this comment

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

ChatPanel 코드 블록 숨김 전송 문제
코드 블록에 내용을 입력한 뒤 이모지/첨부/링크 패널로 전환하면 코드 입력창은 숨겨지지만 codeBlockText가 남아 있어서, 사용자가 보지 못한 코드 내용이 메시지에 같이 전송될 수 있습니다.
MessageReactions 이모지 picker 위치 잘림 가능성
picker 위치를 rect.top - 116으로 고정 계산하고 있어서, 화면 상단 근처 메시지에서는 picker가 화면 밖으로 잘릴 수 있습니다.

Copy link
Copy Markdown
Collaborator

@jean2077 jean2077 left a comment

Choose a reason for hiding this comment

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

굳굳 고생하셨습니다!

@jinhyenkim01 jinhyenkim01 merged commit 0a524f9 into main Jun 1, 2026
1 check passed
@jinhyenkim01 jinhyenkim01 deleted the fix/51-chat-ui-fix branch June 1, 2026 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] 프론트엔드 요소 및 채팅 UI 버그 수정

2 participants