feat(pet): add click-to-pet interaction with bounce, hearts & reactions#25
Merged
Conversation
Click the pet to trigger a squash-stretch bounce animation, floating
heart particles, a reaction speech bubble, and a "Pop" sound effect.
Three escalating reaction tiers based on consecutive clicks:
- 1-2 taps: casual ("Hehe~", "That tickles!")
- 3-5 taps: happy ("I love you! 💕", "More pets please!")
- 6+ taps: excited ("MAXIMUM LOVE! 💖", "I'm gonna melt~")
Fully independent of the existing mood/agent session system — tapping
the pet never changes its mood, clears agent bubbles, or interferes
with working/waiting state display.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Owner
|
Merged and shipped in v1.5.0 🎉 Love this one, the squash-and-stretch bounce with the floating hearts feels great, and keeping it fully separate from the agent/mood state was exactly the right call. Tested locally: drag, agent bubbles and the tap reactions all play nicely together. Thanks! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Design details
scaleEffectwithinterpolatingSpring(stiffness 300, damping 8).id().regularMaterial) overlaid at pet's top, auto-dismisses after 2sTest plan
swift build— compiles cleanlyswift test— 194 tests, 0 failures, no regressions🤖 Generated with Claude Code