-
Notifications
You must be signed in to change notification settings - Fork 0
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
π :: (#411) - λ°λν μμΈν 보기 νλ©΄μ λ²νΌ λμμΈμ΄ λ³κ²½λμ΄ μ΄λ₯Ό μμ νμμ΅λλ€. #412
π :: (#411) - λ°λν μμΈν 보기 νλ©΄μ λ²νΌ λμμΈμ΄ λ³κ²½λμ΄ μ΄λ₯Ό μμ νμμ΅λλ€. #412
Conversation
β¦ttps://github.com/School-of-Company/Expo-Android into refactor/411-apply-expo-detail-screen-design-change
Walkthroughμ΄ PRμ λ κ°μ νμΌμ λ³κ²½μ λμ
ν©λλ€. ExpoButton.ktμμλ Changes
Sequence Diagram(s)sequenceDiagram
participant νΈμΆμ as Caller
participant λ²νΌ as ExpoEnableButton
participant κΈ°λ³Έκ° as ButtonDefaults
νΈμΆμ->>λ²νΌ: ExpoEnableButton νΈμΆ (backgroundColor ν¬ν¨)
λ²νΌ->>κΈ°λ³Έκ°: containerColorμ backgroundColor μ λ¬
κΈ°λ³Έκ°-->>λ²νΌ: λ²νΌ μμ κ΅¬μ± μ 보 λ°ν
λ²νΌ-->>νΈμΆμ: λ²νΌ λ λλ§ μλ£
sequenceDiagram
participant κ°λ°μ as Developer
participant 미리보기 as Preview
participant μμΈνλ©΄ as ExpoDetailScreen
κ°λ°μ->>미리보기: @Preview νμ±ν
미리보기->>μμΈνλ©΄: ExpoDetailScreen νΈμΆ
μμΈνλ©΄->>λ²νΌ1: ExpoEnableDetailButton νΈμΆ (λ¨μνλ Modifier)
μμΈνλ©΄->>λ²νΌ2: ExpoEnableButton νΈμΆ (μμ λ° Modifier λ³κ²½)
λ²νΌ1-->>μμΈνλ©΄: μ»΄ν¬λνΈ λ λλ§ μλ£
λ²νΌ2-->>μμΈνλ©΄: μ»΄ν¬λνΈ λ λλ§ μλ£
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Tip π Web search-backed reviews and chat
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? πͺ§ TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
π§Ή Nitpick comments (1)
core/design-system/src/main/java/com/school_of_company/design_system/component/button/ExpoButton.kt (1)
105-105
: λ²νΌ λμμΈ λ³κ²½μ΄ μ ꡬνλμμ΅λλ€!
backgroundColor
맀κ°λ³μ μΆκ°μcontainerColor
μ λ°μ΄νΈκ° μ μ΄λ£¨μ΄μ‘μ΅λλ€.μΌκ΄μ±μ μν΄ λ€λ₯Έ λ²νΌ μ»΄ν¬λνΈλ€(
ExpoButton
,ExpoStateButton
,ExpoEnableDetailButton
)λ λΉμ·ν λ°©μμΌλ‘ λ°°κ²½μμ 컀μ€ν°λ§μ΄μ¦ν μ μλλ‘ νλ κ²μ κ³ λ €ν΄λ³΄μΈμ.Also applies to: 117-117
π Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
π Files selected for processing (2)
core/design-system/src/main/java/com/school_of_company/design_system/component/button/ExpoButton.kt
(2 hunks)feature/expo/src/main/java/com/school_of_company/expo/view/ExpoDetailScreen.kt
(3 hunks)
β° Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: build
π Additional comments (3)
feature/expo/src/main/java/com/school_of_company/expo/view/ExpoDetailScreen.kt (3)
331-332
: λ²νΌ μ€νμΌλ§μ΄ λ¨μνλμμ΅λλ€.λΆνμν border μ€νμΌλ§μ μ κ±°νκ³
fillMaxWidth()
λ§ μ¬μ©νλλ‘ μμ ν κ²μ΄ μ’μ΅λλ€.
337-340
: λ²νΌ λμμΈμ΄ λμμΈ κ°μ΄λλΌμΈμ λ§κ² μ λ°μ΄νΈλμμ΅λλ€.
textColor
λ₯Όcolors.gray700
λ‘ μ€μ backgroundColor
λ₯Όcolors.gray100
λ‘ μ€μ - λΆνμν border μ€νμΌλ§ μ κ±°
410-411
: Preview μ΄λ Έν μ΄μ μ΄ νμ€νλμμ΅λλ€.컀μ€ν
@ExpoPreviews
λμ νμ€@Preview
μ΄λ Έν μ΄μ μ μ¬μ©νλλ‘ λ³κ²½λμμ΅λλ€.
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.
μκ³ νμ §μ΅λλ€
π‘ κ°μ
π μμ λ΄μ©
λκ°μ λ²νΌμμ border κ°μ μμ νκ³ , λ°°κ²½μμ λ³κ²½νμμ΅λλ€.
before
after
π λ³κ²½μ¬ν
πββοΈ μ§λ¬Έμ¬ν
π΄ μ¬μ©λ°©λ²
πΈ κΈ°ν
Summary by CodeRabbit
New Features
Style