Skip to content

style: 체크박스 selected 컬러 디자인 시스템 적용 - #378

Merged
soyeong0115 merged 1 commit into
devfrom
style/377-checkbox-ds-color
Jul 24, 2026
Merged

style: 체크박스 selected 컬러 디자인 시스템 적용#378
soyeong0115 merged 1 commit into
devfrom
style/377-checkbox-ds-color

Conversation

@soyeong0115

@soyeong0115 soyeong0115 commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

작업 요약

  • 체크박스 selected 컬러를 디자인 시스템 토큰에 맞게 수정합니다

작업 세부 내용

  • text-uac-light (#0a7aff) → text-bg-accent (#1BAEFD, Sky-blue-500) 로 교체
    • 위시리스트 삭제 모드 체크박스 (wish-grid/index.tsx)
    • 위시에서 가져오기 체크박스 (WishSelectCard.tsx)
    • 전체선택 체크박스 (WishContentClient.tsx)

스크린샷

스크린샷 2026-07-24 오후 11 57 33

연관 이슈

closes #377

Summary by CodeRabbit

  • 스타일 개선
    • 항목 선택 상태를 나타내는 체크 아이콘의 색상을 일관된 강조 색상으로 변경했습니다.
    • 보관함 및 토너먼트 생성 화면에서 선택 상태를 더 명확하게 확인할 수 있습니다.

@soyeong0115 soyeong0115 self-assigned this Jul 24, 2026
@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@vercel

vercel Bot commented Jul 24, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
piki Ready Ready Preview, Comment Jul 24, 2026 2:59pm

@github-actions
github-actions Bot requested review from iOdiO89 and kanghaeun July 24, 2026 14:59
@github-actions

Copy link
Copy Markdown

Discord 스레드 연동용 메타데이터입니다. discord-pr-bot 워크플로가 자동 생성하며, 수정·삭제하면 PR 과 Discord 알림 연동이 끊깁니다.

@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a1f2638c-fa7c-4b8f-8125-249e08eefa92

📥 Commits

Reviewing files that changed from the base of the PR and between 1890bff and 2d1571d.

📒 Files selected for processing (3)
  • apps/web/src/app/archive/wish/_components/WishContentClient.tsx
  • apps/web/src/app/archive/wish/_components/wish-grid/index.tsx
  • apps/web/src/app/tournament/[id]/create/by-wish/_components/WishSelectCard.tsx

📝 Walkthrough

Walkthrough

전체선택, 위시 삭제 모드, 위시 선택 카드의 선택 상태 아이콘 색상을 text-uac-light에서 text-bg-accent로 변경했습니다.

Changes

체크박스 선택 색상

Layer / File(s) Summary
선택 아이콘 색상 업데이트
apps/web/src/app/archive/wish/_components/WishContentClient.tsx, apps/web/src/app/archive/wish/_components/wish-grid/index.tsx, apps/web/src/app/tournament/[id]/create/by-wish/_components/WishSelectCard.tsx
전체선택, 삭제 모드, 위시 선택 카드의 CheckboxSelectedIconFill 색상 클래스를 text-bg-accent로 변경했습니다.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • TeamPiKi/client#357: 동일한 체크박스 선택 아이콘 색상 변경과 관련된 PR입니다.
  • TeamPiKi/client#364: 위시 선택 모드 및 체크박스 스타일 변경과 관련된 PR입니다.

Suggested reviewers: iodio89

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 제목이 체크박스 selected 색상을 디자인 시스템 토큰으로 변경하는 핵심 변경을 명확히 요약합니다.
Linked Issues check ✅ Passed 삭제 모드, 위시에서 가져오기, 전체선택의 selected 색상이 모두 uac-light에서 bg-accent로 변경되었습니다.
Out of Scope Changes check ✅ Passed 변경 내용이 모두 체크박스 selected 컬러 수정에만 해당하며, 추가적인 범위 외 수정은 보이지 않습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch style/377-checkbox-ds-color

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@soyeong0115
soyeong0115 merged commit 0a504e9 into dev Jul 24, 2026
11 checks passed
@soyeong0115
soyeong0115 deleted the style/377-checkbox-ds-color branch July 24, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

style: 체크박스 selected 컬러 디자인 시스템 적용

1 participant