-
Notifications
You must be signed in to change notification settings - Fork 0
feat: 독서 기록 상세 화면 UI 반영 사항 반영 #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f411f52
[BOOK-481] feat: 도서 상세 화면 UI 변경 사항 반영
easyhooon 0ca1793
[BOOK-481] chore: 추가된 색상 변수 추가
easyhooon ecebaf4
[BOOK-481] feat: 도서 상세 화면 내가 모은 씨앗 컴포넌트 UI 변경 사항 반영
easyhooon dfa39e3
[BOOK-481] chore: 다크 모드 프리뷰 제거
easyhooon 2760a1c
[BOOK-481] feat: 도서 상세화면에서 사용하는 API 버저닝 적용
easyhooon 38bc93f
[BOOK-481] refactor: 씨앗 통계 Preview 개선
easyhooon f27801e
[BOOK-481] refactor: 씨앗 통계 API 버전 원복
easyhooon 4609583
[BOOK-481] chore: code style, stability check success
easyhooon 2bdccef
Merge remote-tracking branch 'origin/develop' into BOOK-481-feature/#242
easyhooon cc76510
[BOOK-481] chore: Emotion Item 기타 감정 임시 대응
easyhooon cbc36d7
[BOOK-481] chore: stability check success
easyhooon 0654c04
[BOOK-481] refactor: record.stability unstable -> stable
easyhooon 7a650da
[BOOK-481] refactor: detail.stability check stable
easyhooon 5014318
[BOOK-481] chore: 토끼 리뷰 반영
easyhooon 6f3ff77
[BOOK-481] chore: apply stabilityDump
easyhooon 8451e75
[BOOK-481] chore: ci 과정내에 stabilityDump 로직 추가
easyhooon 135ab71
[BOOK-481] chore: 라이브러리 버전 최신화
easyhooon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
6 changes: 0 additions & 6 deletions
6
core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/ComponentPreview.kt
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,11 @@ | ||
| package com.ninecraft.booket.core.designsystem | ||
|
|
||
| import android.content.res.Configuration.UI_MODE_NIGHT_NO | ||
| import android.content.res.Configuration.UI_MODE_NIGHT_YES | ||
| import androidx.compose.ui.tooling.preview.Preview | ||
|
|
||
| @Preview( | ||
| name = "Light", | ||
| showBackground = true, | ||
| uiMode = UI_MODE_NIGHT_NO, | ||
| ) | ||
| @Preview( | ||
| name = "Dark", | ||
| showBackground = true, | ||
| uiMode = UI_MODE_NIGHT_YES, | ||
| ) | ||
| annotation class ComponentPreview |
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,6 +20,7 @@ enum class Emotion( | |
| JOY("즐거움"), | ||
| SAD("슬픔"), | ||
| INSIGHT("깨달음"), | ||
| ETC("기타"), | ||
| ; | ||
|
|
||
| companion object { | ||
|
|
||
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API 연동하실 때 EmotionCode 기반으로 변경하면 될 것 같습니다!