Skip to content

feat: 오픈 예정 지역 칩 클릭 시 토스트 안내 추가#171

Merged
youngminss merged 2 commits into
developfrom
feat/pending-region-chip-toast
Jun 29, 2026
Merged

feat: 오픈 예정 지역 칩 클릭 시 토스트 안내 추가#171
youngminss merged 2 commits into
developfrom
feat/pending-region-chip-toast

Conversation

@youngminss

@youngminss youngminss commented Jun 29, 2026

Copy link
Copy Markdown
Member

🎯 PR 제목

feat: 오픈 예정 지역 칩 클릭 시 토스트 안내 추가

📑 작업 상세 내역

  • 기능 추가
    • 오픈 예정(PENDING) 지역 칩 클릭 시 '곧 추가될 지역입니다. 조금만 기다려주세요!' 토스트를 노출합니다
    • 기존 disabled 처리를 제거하고 클릭 핸들러에서 분기 처리합니다 (disabled 버튼은 클릭 이벤트가 발화되지 않음)

🙏 리뷰 요청 사항

  • 오픈 예정 칩 클릭 시 토스트가 정상 노출되는지 확인해주세요
  • 일반 칩의 선택/해제 동작에 영향이 없는지 확인해주세요

📃 참고 자료

🖼️ 작업 결과물

image

disabled 상태를 제거하고 클릭 핸들러에서 isPendingRegion을 분기해
'곧 추가될 지역입니다. 조금만 기다려주세요!' 토스트를 노출

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@youngminss youngminss added the ✨ Feature 기능 개발 label Jun 29, 2026
@youngminss youngminss requested a review from RookieAND June 29, 2026 15:41
@github-actions github-actions Bot added ✨ Feature 기능 개발 and removed ✨ Feature 기능 개발 labels Jun 29, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

이번 풀 리퀘스트는 RegionChip.tsx에서 대기 중인 지역(pending region)일 때 칩을 비활성화하는 대신, 클릭 시 경고 토스트 메시지를 표시하도록 변경합니다. 리뷰 피드백에서는 disabled 속성이 제거됨에 따라 스크린 리더 사용자가 비활성화 상태를 인지할 수 있도록 aria-disabled 속성을 추가하여 웹 접근성을 개선할 것을 제안하고 있습니다.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread src/pageComponents/gathering/create/RegionChip.tsx
@youngminss youngminss self-assigned this Jun 29, 2026
@github-actions github-actions Bot added ✨ Feature 기능 개발 and removed ✨ Feature 기능 개발 labels Jun 29, 2026
disabled 제거 후 스크린 리더가 비활성 상태를 인지하지 못하는 문제를
aria-disabled 속성으로 보완

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@youngminss youngminss merged commit 0ec2117 into develop Jun 29, 2026
8 checks passed
github-actions Bot pushed a commit that referenced this pull request Jun 29, 2026
## [2.16.0-beta.1](v2.15.1...v2.16.0-beta.1) (2026-06-29)

### Features

* 오픈 예정 지역 칩 클릭 시 토스트 안내 추가 ([#171](#171)) ([0ec2117](0ec2117))

### Bug Fixes

* dashed Chip 경계선을 outline으로 교체해 크기 일관성 확보 ([#169](#169)) ([a617c32](a617c32))
github-actions Bot pushed a commit that referenced this pull request Jul 1, 2026
## [2.16.0](v2.15.2...v2.16.0) (2026-07-01)

### Features

* **analytics:** add GA click event tracking ([#173](#173)) ([bccedb9](bccedb9))
* 오픈 예정 지역 칩 클릭 시 토스트 안내 추가 ([#171](#171)) ([0ec2117](0ec2117))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 기능 개발

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant