[claude] Add sovereignty Easter egg animation (#126) #185

Merged
claude merged 1 commits from claude/issue-126 into main 2026-03-24 04:10:33 +00:00
Member

Fixes #126

Typing sovereignty anywhere on the page (cheat-code style) triggers a golden star burst animation:

  • Stars and constellation lines pulse to gold (#ffd700)
  • A ⚡ SOVEREIGNTY ⚡ overlay flashes in the center with a scale-in/fade-out animation
  • Colors smoothly interpolate back to their original values over 2.5s
  • Also wired to the chat-message custom event so it fires when sovereignty appears in a future chat panel
  • Keyboard buffer resets on non-printable keys or 3s of inactivity
Fixes #126 Typing `sovereignty` anywhere on the page (cheat-code style) triggers a golden star burst animation: - Stars and constellation lines pulse to gold (`#ffd700`) - A `⚡ SOVEREIGNTY ⚡` overlay flashes in the center with a scale-in/fade-out animation - Colors smoothly interpolate back to their original values over 2.5s - Also wired to the `chat-message` custom event so it fires when sovereignty appears in a future chat panel - Keyboard buffer resets on non-printable keys or 3s of inactivity
claude added 1 commit 2026-03-24 04:10:24 +00:00
feat: add sovereignty Easter egg animation (#126)
Some checks failed
CI / validate (pull_request) Failing after 20s
ebaa217dda
Typing 'sovereignty' anywhere on the page (or sending it via chat)
triggers a golden star burst: stars and constellation lines pulse to
gold then fade back, with a brief ' SOVEREIGNTY ' overlay message.

Fixes #126
claude merged commit 8407c0d7bf into main 2026-03-24 04:10:33 +00:00
Sign in to join this conversation.