Skip to content

hotfix: 다크, 라이트 모드에 따른 색상 조정 및 채팅 커서 유지 기간 조정#383

Merged
Grit03 merged 5 commits intomainfrom
hotfix/chat-and-minor-css
Feb 6, 2026
Merged

hotfix: 다크, 라이트 모드에 따른 색상 조정 및 채팅 커서 유지 기간 조정#383
Grit03 merged 5 commits intomainfrom
hotfix/chat-and-minor-css

Conversation

@Grit03
Copy link
Member

@Grit03 Grit03 commented Feb 6, 2026

✅ 작업 내용

다크 모드 스타일 개선

  • ZoomControls: 줌 컨트롤 배경에 dark:bg-gray-800 적용
  • WorkspaceHeader: 헤더 컨테이너·GitHub 버튼에 다크 모드 배경/호버 스타일 적용
  • ToolBar: 툴바 배경에 dark:bg-gray-800 적용
  • ToolButton: 활성·비활성 상태에 dark:bg-accent, hover:bg-gray-200 등 적용
  • ExportGroupDropdownButton: 결과 내보내기 버튼에 다크 모드 호버·테두리 스타일 적용

커서 챗 유지 기간 조정 (UX)

  • MyCursor: 채팅 메시지 자동 닫힘 시간을 2초 → 4.5초로 변경 (CURSOR_CHAT_TIMEOUT 상수 도입)

UI 미세 조정

  • ZoomControls: 줌 퍼센트 텍스트에서 font-mono 제거
  • ToolButton: 툴팁 위치를 버튼 오른쪽(left-14) → 버튼 위(-top-10)로 변경

📸 스크린샷 / 데모 (옵션)

2026-02-06.12.47.16.mov

본문:
- 툴바의 배경색을 다크 모드에 맞게 수정
- 툴버튼의 활성화 상태에서 배경색을 다크 모드에 맞게 변경
- 툴버튼의 레이블 위치를 조정하여 가독성 향상
본문:
- ExportGroupDropdownButton의 버튼에 다크 모드 호환 클래스 추가
- WorkspaceHeader의 배경색을 다크 모드에 맞게 수정
- WorkspaceHeader의 버튼에 다크 모드 호환 클래스 추가
본문:
- ZoomControls 컴포넌트의 배경색을 다크 모드에 맞게 수정
- 불필요한 클래스 제거로 코드 간결화
본문:
- MyCursor 컴포넌트에서 채팅 메시지 자동 종료 시간을 상수 CURSOR_CHAT_TIMEOUT으로 설정
- 코드 가독성을 높이기 위해 하드코딩된 값을 상수로 변경
@vercel
Copy link

vercel bot commented Feb 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web15-ipconfig-frontend Ready Ready Preview, Comment Feb 6, 2026 4:02am

@github-actions github-actions bot added the 🔥 hotfix 급한 수정 label Feb 6, 2026
Copy link
Collaborator

@davidpro08 davidpro08 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다

Copy link
Collaborator

@SnailW SnailW left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! 👍

Copy link
Collaborator

@as-zini as-zini left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

본문:
- UserListCard의 Avatar 컴포넌트에 다크 모드 호환 클래스 추가
- ExportGroupDropdownButton 및 WorkspaceHeader의 버튼에 다크 모드 호환 클래스 수정
- 코드 가독성을 높이기 위해 불필요한 클래스 제거
@Grit03 Grit03 merged commit fae3cf0 into main Feb 6, 2026
5 checks passed
@Grit03 Grit03 deleted the hotfix/chat-and-minor-css branch February 6, 2026 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔥 hotfix 급한 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants