feat: welcome 약관 링크화 + 목표 관리 광고 배너 UI#69
Open
sjin4861 wants to merge 3 commits into
Open
Conversation
The bottom sentence on the welcome screen now uses RichText with two tappable spans, "서비스 이용 약관" and "개인정보 수집 및 이용", that each open a scrollable BottomSheet showing the full LegalTexts. The non-link copy is corrected from "개인정보 처리 방안" to "개인정보 수집 및 이용" to match the team request. A small LegalBottomSheet widget wraps AppBottomSheet so the same component can be reused later (e.g., from onboarding or settings). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pill-shaped banner matching the Figma onboarding-8 spec: 40x40 image slot on the left, app name + "Ad"/install chips in the middle, play and dismiss circular icon buttons on the right. The widget is purely presentational and takes content through an AdBannerContent value object so AdMob SDK responses can later be mapped onto the same shape without touching the view. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Places the new AppAdBanner above the "목표 관리하기" header, matching the Figma onboarding-8 layout. The body becomes a StatefulWidget so the close (×) button can hide the banner for the rest of the session. Static placeholder content is used until AdMob SDK integration ships in a follow-up PR. Co-Authored-By: Claude Opus 4.7 <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
AppAdBanner추가 (Figma onboarding-8 시안 기준)Out of scope (별도 PR)
google_mobile_ads) — 앱/광고 단위 ID 필요Test plan