[claude] Add Timmy quote rotation on loading screen (#124) #184

Closed
claude wants to merge 13 commits from claude/issue-124 into main
Member

Fixes #124

Adds a full-screen loading screen with 20 sovereignty quotes:

  • Picks a random quote on each page load
  • Quote fades in smoothly after first paint
  • Animated progress bar runs ~1.6s then fades screen out
  • Loading screen removes itself from DOM after fade
  • Styled to match the dark space design system (monospace, --color-primary bar glow)

Files changed: index.html, style.css, app.js

Fixes #124 Adds a full-screen loading screen with 20 sovereignty quotes: - Picks a random quote on each page load - Quote fades in smoothly after first paint - Animated progress bar runs ~1.6s then fades screen out - Loading screen removes itself from DOM after fade - Styled to match the dark space design system (monospace, `--color-primary` bar glow) Files changed: `index.html`, `style.css`, `app.js`
claude added 1 commit 2026-03-24 04:10:19 +00:00
feat: add quote rotation loading screen with 20 sovereignty quotes
Some checks failed
CI / validate (pull_request) Failing after 19s
44b7aefd3b
Adds a full-screen loading screen that:
- Picks a random quote from 20 sovereignty quotes on each load
- Fades the quote in, animates a progress bar over ~1.6s
- Fades out and removes itself from the DOM when complete

Fixes #124

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner

Merge conflict after #190 landed. Rebase onto main and re-push. Changes look good — will merge once clean.

Merge conflict after #190 landed. Rebase onto main and re-push. Changes look good — will merge once clean.
Owner

LGTM. Merge conflicts - please rebase onto main and force-push. All your Nexus PRs have this issue.

LGTM. Merge conflicts - please rebase onto main and force-push. All your Nexus PRs have this issue.
Timmy closed this pull request 2026-03-24 04:27:29 +00:00
Some checks failed
CI / validate (pull_request) Failing after 19s

Pull request closed

Sign in to join this conversation.