Skip to content

nightshift/20260120 135805 - #26

Merged
chrishonson merged 5 commits into
mainfrom
nightshift/20260120-135805
Jan 21, 2026
Merged

nightshift/20260120 135805#26
chrishonson merged 5 commits into
mainfrom
nightshift/20260120-135805

Conversation

@chrishonson

Copy link
Copy Markdown
Owner
  • feat: add startup screen with dark theme heart animation
  • Fix: Remove the virtual card completely. Nothing should be named virtualcard
  • Fix: Add a startup screen with a dark theme valentines day heart animation

- Implement StartupContract, StartupStore, and StartupScreen
- Integrate StartupScreen into App.kt with a 3-second delay
- Follow MVI architecture and pure UI patterns
- Added recipientName to ValentineCardState
- Added UpdateRecipientName and NextMessage intents
- Updated ValentineCardStore with multiple messages and cycling logic
- Refactored ValentineCardScreen into Container and Pure Content components
- Added unit tests for new functionality

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1d46a4c2f7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +14 to +16
assertEquals("My Love", state.recipientName)
assertEquals("Happy Valentine's Day!", state.message)
assertFalse(state.isOpened)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Align ValentineCardStore tests with new state/intent

These assertions reference recipientName and isOpened, but the new ValentineCardState only has message and isRevealed, and the intent set no longer includes OpenCard/UpdateRecipient. As written, the common tests will not compile (missing properties/intents) whenever the test task runs, causing CI to fail. Update the tests (or the state/intent API) to match the new Valentine card contract.

Useful? React with 👍 / 👎.

@chrishonson
chrishonson enabled auto-merge January 20, 2026 23:28
@chrishonson
chrishonson merged commit 984b14f into main Jan 21, 2026
3 checks passed
@chrishonson
chrishonson deleted the nightshift/20260120-135805 branch January 21, 2026 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants