fix: MainViewController toolTipView 문구 수정#794
Merged
Conversation
- Project+Templates 1.4.4 버전으로 수정
There was a problem hiding this comment.
Pull request overview
This PR fixes the tooltip text shown on the main view when the survival report feature is active. The issue was that the balloon was incorrectly showing midnight-specific text ("00:00:00 후 잠금 해제") during normal hours. The fix changes the balloon text type from midNightStandard to survivalStandard, which displays the more appropriate message "하루에 한 번 사진을 올릴 수 있어요" (You can upload a photo once a day). The version is also bumped from 1.4.3 to 1.4.4 to reflect this bug fix.
Changes:
- Changed balloon text type from
midNightStandardtosurvivalStandardin MainViewReactor'ssetBalloonTextfunction - Bumped app version from 1.4.3 to 1.4.4 in project configuration files
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| 14th-team5-iOS/Bibbi/Sources/Presentation/Home/Reactor/MainViewReactor.swift | Fixed balloon text to use survivalStandard instead of midNightStandard for the default survival page state |
| Tuist/ProjectDescriptionHelpers/Project+Templates.swift | Updated MARKETING_VERSION from 1.4.3 to 1.4.4 |
| 14th-team5-iOS/Bibbi/Project.swift | Updated CFBundleShortVersionString from 1.4.3 to 1.4.4 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
akrudal
approved these changes
Feb 19, 2026
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.
🔵PR을 올리기 전 아래 사항을 확인해주세요.
(위 내용은 지워주세요)
😽개요
balloonTextType을survivalStandard로 수정해요🛠️작업 내용
setBalloonText(_:)에survivalStandardType으로 변경하여 문구를 변경했습니다.🟡차후 계획 (Optional)
✅테스트 케이스
🙏🏻아래와 같이 PR을 리뷰해주세요.