[Feat-T3-197] 제보 상세 화면 UI 구현 - #67
Merged
Merged
Conversation
Contributor
Author
|
낼 아침에 다시 돌릴게유 .. 암튼 제 잘못 아님 😇 |
taipaise
approved these changes
Nov 18, 2025
taipaise
left a comment
Collaborator
There was a problem hiding this comment.
고생하셨습니다~!~! 히스토리 리스트는 최대한 빨리 해서 올려볼게유.!.!
| case .addRoutine: | ||
| return "루틴 등록" | ||
| case .report: | ||
| return "제보하기" |
Collaborator
There was a problem hiding this comment.
홈 화면 버튼 작업도 해주셨군요 감사합니다!
| func floatingMenuDidTapReportButton(_ sender: FloatingMenuView) { | ||
| toggleFloatingButton() | ||
| // TODO: 제보하기 뷰로 이동 (현재는 제보 detailView) | ||
| guard let reportDetailViewModel = DIContainer.shared.resolve(type: ReportDetailViewModel.self) |
Collaborator
There was a problem hiding this comment.
요 부분은 다음 pr 올릴때 적용해서 올리겠습니다!
| dateLabel.text = reportDetail.date | ||
| titleContentLabel.text = reportDetail.title | ||
| categoryLabel.text = reportDetail.category.name | ||
| detailDescriptionLabel.attributedText = BitnagilFont(style: .body2, weight: .medium).attributedString(text: reportDetail.description) |
Collaborator
There was a problem hiding this comment.
혹시 따로 attributedText를 사용할 일이 있을까요?? 특정 부분만 폰트나 색상이 다른 부분을 찾지 못해서 여쭤봅니다~!
Contributor
Author
There was a problem hiding this comment.
Label이 여러 줄일 때 attributedText를 적용하지 않으면 디자인에서 의도했던 식으로 줄 간격이 나오지 않아서
여러 줄일 때에는 attributedText를 적용했습니다 !!!
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.
🌁 Background
제보 현황 상세 화면 UI를 구현했어용 ~
📱 Screenshot
추가적으로
FloatingMenu에 제보하기를 추가하였습니다 !!요기에는 임시로 제보하기 상세뷰로 이동하게 해놨는데 추후 딩이 만든 ReportViewController로 이동하면 될 것 같아유 !!!!
👩💻 Contents
📝 Review Note
1. Tuist.swift 세팅 변경
아까 회의때 말씀 드린 것과 같이 .. . Xcode 26으로 업뎃한 바람에 .. Tuist 세팅을 변경해줘야 합니다 ㅜ.ㅜ
(딩은 이런거 하지 마십쇼)
추가적으로 version이 1.0.0으로 되어 있어서 자꾸 업데이트 하라는 Alert가 떠서 2.0.0으로 수정햇심다 !!!!!
말고는 별다른거 없어유 ~~~
📣 Related Issue