feat(calendar): X월 탭 → 연/월 피커 바텀시트 → 완료 시 달력 이동#56
Open
kangddong wants to merge 2 commits into
Open
Conversation
X월 텍스트를 탭하면 연/월 wheel picker 바텀시트가 열리고, 완료 버튼을 탭하면 선택한 달로 캘린더가 이동한다. - CalendarFeature: isMonthPickerPresented, pickerDate 상태 추가 - MonthSelectorView: onMonthTapped 콜백 추가, 월 텍스트를 Button으로 변경 - MonthPickerBottomSheet: 연/월 wheel picker + 완료 버튼 신규 컴포넌트 - CalendarView: 월 피커 sheet 바인딩 연결 - 스냅샷 테스트(light/dark) 베이스라인 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Render year without locale grouping separator (verbatim) so "2026년" not "2,026년" - Limit wheel picker to 3 visible rows (selection ± 1) - Replace hand-rolled confirm button with design-system PrimaryButton - Size sheet to content via fixed-height detent; pin handle to top and absorb bottom safe area - Force opaque presentation background so iOS 26 Liquid Glass material doesn't bleed through the sheet edges - Re-record light/dark snapshot baselines Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Changes
CalendarFeature:isMonthPickerPresented,pickerDate상태 추가 + 4개 ActionMonthSelectorView:onMonthTapped콜백 추가, 월 텍스트를Button으로 변경MonthPickerBottomSheet: 연/월 wheel picker + 완료 버튼 신규 컴포넌트 (DoriDesignSystem 토큰 사용)CalendarView: 월 피커용.sheet바인딩 연결Test plan
MonthPickerBottomSheetSnapshotTests.test_monthPickerBottomSheet_defaultlight/dark 베이스라인 추가 — replay 2회차 통과 확인Build App워크플로 green 모니터링Closes #55
🤖 Generated with Claude Code