Skip to content

fix: right overflow 해결 및 디자인에 맞게 text 크기 조절#71

Merged
surfwithus merged 2 commits intomainfrom
fix/date_carousel
Jul 27, 2025
Merged

fix: right overflow 해결 및 디자인에 맞게 text 크기 조절#71
surfwithus merged 2 commits intomainfrom
fix/date_carousel

Conversation

@surfwithus
Copy link
Collaborator

@surfwithus surfwithus commented Jul 27, 2025

Summary by CodeRabbit

  • 신규 기능

    • 오렌지 배경과 로고가 포함된 공통 배경 위젯이 추가되었습니다.
    • 알약 등록 완료, 알약 일정 추가, 사진 업로드 알림 등 다양한 팝업 화면이 새롭게 도입되었습니다.
    • 가족 사진 미업로드 시 알림을 보내는 팝업이 추가되었습니다.
  • 버그 수정 및 UI 개선

    • 운동 기록 화면의 패딩, 폰트 크기 등 UI가 더욱 깔끔하게 조정되었습니다.
    • 날짜 캐러셀 및 버튼 스타일이 개선되어 가독성이 향상되었습니다.
  • 기타

    • 신규 이미지 리소스가 앱에 추가되었습니다.

@coderabbitai
Copy link

coderabbitai bot commented Jul 27, 2025

Walkthrough

이번 변경사항에서는 오렌지색 배경과 브랜드 로고가 포함된 재사용 가능한 Flutter 배경 위젯을 추가하고, 여러 팝업 화면(알림, 사진, 약 알림 등)을 신규 도입했습니다. 일부 기존 화면은 UI 패딩 및 버튼 동작이 개선되었으며, 관련 SVG 이미지 에셋이 프로젝트에 등록되었습니다.

Changes

파일/경로 요약 변경 내용 요약
frontend/ongi/lib/core/app_orange_background.dart 오렌지색 배경과 로고가 포함된 재사용 위젯(AppOrangeBackground) 신규 추가
frontend/ongi/lib/screens/health/pill_update_popup.dart
frontend/ongi/lib/screens/photo/photo_update_popup.dart
frontend/ongi/lib/screens/photo/photo_remind_popup.dart
약/사진 관련 신규 팝업 위젯(PillUpdatePopup, PhotoUpdatePopup, PhotoRemindPopup) 추가
frontend/ongi/lib/screens/health/add_pill_screen.dart 팝업 연결을 위한 import 추가, 버튼 동작 수정, 패딩 및 포맷팅 개선
frontend/ongi/lib/screens/health/exercise_record_screen.dart UI 패딩, 폰트 크기 등 레이아웃 미세 조정, 코드 포맷팅
frontend/ongi/lib/widgets/date_carousel.dart 스타일 명시 및 버튼 크기/아이콘 사이즈 지정, 코드 포맷팅
frontend/ongi/pubspec.yaml 로고 및 닫기 아이콘 SVG 에셋 2종 추가

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Screen
    participant Popup

    User->>Screen: 버튼(등록/알림 등) 클릭
    Screen->>Popup: 팝업 위젯 생성 및 표시
    Popup->>User: 메시지/버튼 노출
    User->>Popup: 닫기 또는 확인 버튼 클릭
    Popup->>Screen: Navigator.pop()으로 팝업 닫기
Loading

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10분

Poem

🥕
오렌지 빛 배경 위에
토끼가 팝업을 띄웠네!
알림도, 사진도, 약도 척척
로고와 함께 반짝반짝
새 에셋과 UI 정돈
오늘도 귀엽게 hop hop!
🐰✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Free

📥 Commits

Reviewing files that changed from the base of the PR and between 5e3f16c and 88053a9.

⛔ Files ignored due to path filters (2)
  • frontend/ongi/assets/images/close_icon_white.svg is excluded by !**/*.svg
  • frontend/ongi/assets/images/logo_white.svg is excluded by !**/*.svg
📒 Files selected for processing (8)
  • frontend/ongi/lib/core/app_orange_background.dart (1 hunks)
  • frontend/ongi/lib/screens/health/add_pill_screen.dart (7 hunks)
  • frontend/ongi/lib/screens/health/exercise_record_screen.dart (8 hunks)
  • frontend/ongi/lib/screens/health/pill_update_popup.dart (1 hunks)
  • frontend/ongi/lib/screens/photo/photo_remind_popup.dart (1 hunks)
  • frontend/ongi/lib/screens/photo/photo_update_popup.dart (1 hunks)
  • frontend/ongi/lib/widgets/date_carousel.dart (5 hunks)
  • frontend/ongi/pubspec.yaml (2 hunks)

Note

🎁 Summarized by CodeRabbit Free

Your 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.

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@surfwithus surfwithus merged commit 6ccf8b4 into main Jul 27, 2025
3 of 4 checks passed
@surfwithus surfwithus deleted the fix/date_carousel branch July 27, 2025 17:00
Neibce pushed a commit to 2025-PNU-SW-Hackathon/PNUSW-2025-OnGi-10 that referenced this pull request Aug 25, 2025
1. dateCarousel과 아래 시간 container로 인한 right overflow를 해결
2. 시간 container 중앙 정렬
3. dateCarousel의 날짜 부분 text 크기를 디자인에 맞게 조절
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