Skip to content

fix: 화면 크기 작은 device에서 발생하던 overflow 해결#68

Merged
surfwithus merged 2 commits intomainfrom
fix/mode
Jul 23, 2025
Merged

fix: 화면 크기 작은 device에서 발생하던 overflow 해결#68
surfwithus merged 2 commits intomainfrom
fix/mode

Conversation

@surfwithus
Copy link
Collaborator

@surfwithus surfwithus commented Jul 23, 2025

Iphone mini (2340 x 1080)에서 발생하던 right overflow를 해결하였습니다.

Summary by CodeRabbit

  • Style
    • 건강 상태 입력 화면에서 신체 이미지와 토글 버튼의 위치와 레이아웃이 조정되어 시각적 배치가 개선되었습니다.
    • 회원가입 모드 선택 화면에서 "부모"와 "자녀" 버튼 사이의 간격이 약간 줄어들어 더욱 밀접하게 배치됩니다.

@coderabbitai
Copy link

coderabbitai bot commented Jul 23, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

이 변경사항은 두 개의 화면에 대한 UI 레이아웃을 조정합니다. HealthStatusInputScreen에서는 신체 이미지와 토글 버튼의 위치 및 계층 구조가 수정되었고, mode_screen.dart에서는 두 버튼 사이의 간격이 약간 줄어들었습니다. 기능적 로직에는 변화가 없습니다.

Changes

파일 경로 변경 요약
frontend/ongi/lib/screens/health/health_status_input_screen.dart 신체 이미지 및 토글 버튼의 위치와 위젯 계층 구조 조정, 마진 및 Transform 추가, 이미지 자산 및 크기 복원
frontend/ongi/lib/screens/signup/mode_screen.dart 두 ElevatedButton 사이의 간격을 25에서 20으로 축소

Estimated code review effort

1 (~5분)

Possibly related PRs

Poem

🐰
토글 버튼 위로, 토글 버튼 아래로
신체 이미지는 살짝 올라가고
버튼 사이 공간도 조금 좁아졌네
깔끔한 화면, 토끼도 좋아해
오늘도 코드를 다듬으며
당근 한 입, 리뷰 끝!
🥕


📜 Recent review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 7afa8e2 and 4da2218.

📒 Files selected for processing (2)
  • frontend/ongi/lib/screens/health/health_status_input_screen.dart (3 hunks)
  • frontend/ongi/lib/screens/signup/mode_screen.dart (1 hunks)

🪧 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? Create a ticket on our support page 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 docstrings to generate docstrings for this 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 45e84c4 into main Jul 23, 2025
3 of 4 checks passed
@surfwithus surfwithus deleted the fix/mode branch July 23, 2025 05:45
Neibce pushed a commit to 2025-PNU-SW-Hackathon/PNUSW-2025-OnGi-10 that referenced this pull request Aug 25, 2025
Iphone mini (2340 x 1080)에서 발생하던 right overflow를 해결하였습니다.
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