[MOD/#1530] 홈 화면 스케쥴 분기 수정#1532
Open
Conversation
1 task
|
|
||
| internal enum class Schedule(val titleKR: String) { | ||
| EVENT("행사"), SEMINAR("세미나") | ||
| EVENT("행사"), SEMINAR("세미나"), BREAK("휴식") |
Contributor
There was a problem hiding this comment.
JOINT_SEMINAR("합동세미나") 도 추가 부탁드립니다! 색상은 세미나 색상과 동일해요
sonms
approved these changes
Mar 22, 2026
Member
sonms
left a comment
There was a problem hiding this comment.
고생하셨습니다 다만 브랜치 이름에 현재 영문알파벳이나 기본기호가 아닌 문구가 포함되어있는 것 같은데 그것만 수정 부탁드려용 ~~
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.
Related issue 🛠
Work Description ✏️
Screenshot 📸
Uncompleted Tasks 😅
To Reviewers 📢
동일한 컴포넌트를 사용하는 schedule 모듈의 ScheduleItem 쪽 색상과 동일하게 적용하였습니다.