release: 1.4.0 버전 업데이트 (to master)#824
Merged
Sadturtleman merged 116 commits intomasterfrom Mar 6, 2026
Merged
Conversation
release: 1.4.0 버전 업데이트 (to develop)
build: 프로젝트 버전 개선
feat: 마이페이지 ui 수정
feat: 마이페이지 개편(parent issue)
feat: 피드 데이터 레이어 모듈 분리
feat: 피드 상세보기 뷰 수정
feat: 나의 활동 api 모듈 분리
피드 화면에서 각 피드 아이템에 작품의 대표 장르와 그에 맞는 배경색이 표시되도록 기능을 추가했습니다. 작품 상세 정보에서 대표 장르를 가져와 피드 뷰모델에 전달하고, 이를 각 피드 모델에 적용하여 UI에 반영합니다. - '기타' 장르일 경우, 테두리가 보이도록 스타일을 조정했습니다. - 작품 상세 ViewModel에서 대표 장르를 관리하고, 이를 피드 Fragment와 ViewModel에서 관찰하여 사용합니다. - 피드 데이터 로딩 및 갱신 시, 대표 장르 정보가 함께 적용되도록 로직을 수정했습니다.
- updateGenre를 FeedUiModel로 이동
피드 아이템의 장르(genre) 문자열을 기반으로 `Category` enum을 조회하고, 이를 통해 배경색(`novelBackgroundColor`)과 아이콘 색상(`novelIconColor`)을 동적으로 결정하도록 로직을 수정했습니다. 기존에 `FeedModel` 내부에 있던 색상 관련 속성(`backgroundColor`, `iconColor`)은 제거되었습니다. 또한, 장르가 비어있거나 공백일 경우 "기타"로 처리하는 로직을 추가했습니다.
- updateFeeds()에서 genre 주입하도록 수정
"기타"로 하드코딩된 문자열을 ETC 상수로 변경했습니다.
feat: 작품 피드 장르별 색상 반영
fix: 피드 QA 반영
fix: 장르별 색상 리소스 수정
fix: 내 피드 필터 설정 시 새로고침
fix: 피드 2차 QA 반영
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.
📌𝘐𝘴𝘴𝘶𝘦𝘴
📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯
📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵
💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴