fix: right overflow 해결 및 디자인에 맞게 text 크기 조절#71
Conversation
Walkthrough이번 변경사항에서는 오렌지색 배경과 브랜드 로고가 포함된 재사용 가능한 Flutter 배경 위젯을 추가하고, 여러 팝업 화면(알림, 사진, 약 알림 등)을 신규 도입했습니다. 일부 기존 화면은 UI 패딩 및 버튼 동작이 개선되었으며, 관련 SVG 이미지 에셋이 프로젝트에 등록되었습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Screen
participant Popup
User->>Screen: 버튼(등록/알림 등) 클릭
Screen->>Popup: 팝업 위젯 생성 및 표시
Popup->>User: 메시지/버튼 노출
User->>Popup: 닫기 또는 확인 버튼 클릭
Popup->>Screen: Navigator.pop()으로 팝업 닫기
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10분 Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (8)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
1. dateCarousel과 아래 시간 container로 인한 right overflow를 해결 2. 시간 container 중앙 정렬 3. dateCarousel의 날짜 부분 text 크기를 디자인에 맞게 조절
Summary by CodeRabbit
신규 기능
버그 수정 및 UI 개선
기타