docs(readme): refresh ready-state home screenshots

This commit is contained in:
null 2026-07-09 00:30:27 -05:00
parent 4103c43393
commit 0195564d25
6 changed files with 5 additions and 6 deletions

View File

@ -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>

View File

@ -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)
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 640 KiB

After

Width:  |  Height:  |  Size: 598 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 900 KiB

After

Width:  |  Height:  |  Size: 809 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1002 KiB

After

Width:  |  Height:  |  Size: 951 KiB