docs(readme): refresh ready-state home screenshots
|
|
@ -87,9 +87,9 @@ Fresh Android captures from the current emulator build.
|
|||
<h2 align="center">Visual system</h2>
|
||||
|
||||
Closer Couples uses paired light and dark illustration assets so the product can stay warm without fighting
|
||||
the selected theme. The home daily-question card is intentionally people-forward: the ready-to-answer
|
||||
and reveal-ready moments use the couple/cards artwork, while quieter waiting states can fall back to
|
||||
the answer-card ritual art.
|
||||
the selected theme. The home daily-question card is intentionally people-forward: ready-to-answer uses
|
||||
the partner-prompt couple artwork, reveal-ready uses the card reveal artwork, and quieter waiting states
|
||||
can fall back to the answer-card ritual art.
|
||||
|
||||
<h2 align="center">What makes it different</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -1014,11 +1014,10 @@ private fun PrimaryHomeActionCard(
|
|||
) {
|
||||
val colors = action.tone.actionColors()
|
||||
val isDark = isCloserDarkTheme()
|
||||
// Daily-question art stays people-forward on the home card: the ready-to-answer
|
||||
// and reveal-ready moments both use the couple/cards illustration.
|
||||
// Daily-question art stays people-forward while keeping the two states distinct.
|
||||
val artRes = if (action.target == HomeActionTarget.DailyQuestion) {
|
||||
when (dailyQuestionState) {
|
||||
DailyQuestionState.UNANSWERED -> R.drawable.illustration_daily_reveal_ready
|
||||
DailyQuestionState.UNANSWERED -> R.drawable.illustration_tonight_partner_prompt
|
||||
DailyQuestionState.BOTH_ANSWERED -> R.drawable.illustration_daily_reveal_ready
|
||||
else -> homePrimaryArt(action.target)
|
||||
}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 640 KiB After Width: | Height: | Size: 598 KiB |
|
After Width: | Height: | Size: 598 KiB |
|
Before Width: | Height: | Size: 900 KiB After Width: | Height: | Size: 809 KiB |
|
Before Width: | Height: | Size: 1002 KiB After Width: | Height: | Size: 951 KiB |