hotfix: 다크, 라이트 모드에 따른 색상 조정 및 채팅 커서 유지 기간 조정#383
Merged
Conversation
본문: - 툴바의 배경색을 다크 모드에 맞게 수정 - 툴버튼의 활성화 상태에서 배경색을 다크 모드에 맞게 변경 - 툴버튼의 레이블 위치를 조정하여 가독성 향상
본문: - ExportGroupDropdownButton의 버튼에 다크 모드 호환 클래스 추가 - WorkspaceHeader의 배경색을 다크 모드에 맞게 수정 - WorkspaceHeader의 버튼에 다크 모드 호환 클래스 추가
본문: - ZoomControls 컴포넌트의 배경색을 다크 모드에 맞게 수정 - 불필요한 클래스 제거로 코드 간결화
본문: - MyCursor 컴포넌트에서 채팅 메시지 자동 종료 시간을 상수 CURSOR_CHAT_TIMEOUT으로 설정 - 코드 가독성을 높이기 위해 하드코딩된 값을 상수로 변경
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
본문: - UserListCard의 Avatar 컴포넌트에 다크 모드 호환 클래스 추가 - ExportGroupDropdownButton 및 WorkspaceHeader의 버튼에 다크 모드 호환 클래스 수정 - 코드 가독성을 높이기 위해 불필요한 클래스 제거
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✅ 작업 내용
다크 모드 스타일 개선
dark:bg-gray-800적용dark:bg-gray-800적용dark:bg-accent,hover:bg-gray-200등 적용커서 챗 유지 기간 조정 (UX)
CURSOR_CHAT_TIMEOUT상수 도입)UI 미세 조정
font-mono제거left-14) → 버튼 위(-top-10)로 변경📸 스크린샷 / 데모 (옵션)
2026-02-06.12.47.16.mov