Skip to content

feat(map): 튜토리얼 때 마커 숨김#12

Merged
seoJing merged 1 commit into
mainfrom
feature/spot-api-contract-sync
May 30, 2026
Merged

feat(map): 튜토리얼 때 마커 숨김#12
seoJing merged 1 commit into
mainfrom
feature/spot-api-contract-sync

Conversation

@seoJing
Copy link
Copy Markdown
Member

@seoJing seoJing commented May 30, 2026

Summary by CodeRabbit

릴리스 노트

  • 버그 수정
    • 지도 마커 패널과 피드 카드 목록의 표시/숨김 동작을 개선했습니다. 마커 패널이 열릴 때 피드 목록이 더 부드럽게 숨겨지고, 닫힐 때 적절한 시간차를 두고 다시 표시되도록 수정되었습니다.

Review Change Stack

@vercel
Copy link
Copy Markdown

vercel Bot commented May 30, 2026

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

Project Deployment Actions Updated (UTC)
frontend Ready Ready Preview, Comment May 30, 2026 1:02pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 30, 2026

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e252aaf3-eb30-48e1-84fd-7a1c827d16a6

📥 Commits

Reviewing files that changed from the base of the PR and between c3c8827 and e1d816d.

📒 Files selected for processing (1)
  • src/features/map/client/MapClient.tsx

📝 Walkthrough

Walkthrough

MapClient 컴포넌트의 피드 카드 페이저 가시성 제어 로직을 변경합니다. 마커 덱 상태를 추적하는 새 상태 변수를 추가하고, 마커 덱 열림/닫힘에 따라 페이저를 즉시 또는 지연 후에 숨기거나 표시하는 이펙트 로직을 구성한 후, 렌더링 조건을 업데이트합니다.

Changes

맵 페이저 가시성 제어

Layer / File(s) Summary
페이저 숨김 상태 및 마커 덱 이펙트
src/features/map/client/MapClient.tsx
isPagerHiddenByMarkerDeck 상태를 선택된 클러스터 여부로 초기화하고, isMapMarkerDeckOpen 변화를 감지하여 마커 덱 열림 시 즉시 페이저 숨김과 함께 프로모션 카운트/스냅 리셋, 닫힘 시 120ms 지연 후 숨김 해제를 수행하는 타이머 이펙트를 추가합니다. 렌더링 조건을 새 상태 기반으로 변경하여 마커 덱 닫힘 직후에도 페이저가 지연 구간 동안 숨겨진 상태를 유지합니다.

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Title check ⚠️ Warning PR 제목은 마커 숨김 기능과 관련이 있지만, 실제 변경사항은 피드 카드 페이저 노출 로직 변경이 핵심입니다. 제목을 '튜토리얼 때 피드 카드 페이저 숨김' 또는 '마커 덱 오픈 시 페이저 숨김' 등으로 수정하여 실제 변경의 핵심을 명확히 반영하세요.
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 feature/spot-api-contract-sync

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 and usage tips.

@seoJing seoJing merged commit a8b7e97 into main May 30, 2026
4 of 5 checks passed
@seoJing seoJing deleted the feature/spot-api-contract-sync branch May 30, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant