feat(home): feature The King's Gauntlet with Hera host credit - #28
Merged
Conversation
Lift the marquee event above the peer menu rows: wrap it in a glowing phosphor frame with a slower, brighter pulse, enlarge its font, and add a centered Hosted by Hera credit beneath the title. The new pulse joins the prefers-reduced-motion opt-out; the other rows are untouched. Adds a test asserting the link credits Hera.
✅ Deploy Preview for criticalbit-web ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
What & why
The King's Gauntlet is a major event, but in the home-page menu it sat as a visual peer to a game link and a disabled placeholder. This promotes it to a featured marquee row so it draws the eye, and credits Hera as host.
Changes
box-shadowbloom + tinted background) with a slower, brightercrt-featured-pulseso it "breathes" above the peer rows. Stays within the existing icy-blue CRT palette.1.1rem; its cursor, dotted leader, and[WATCH]tag scale with it as one unit.prefers-reduced-motionopt-out, so reduced-motion users get the static frame glow with no animation.The base
.crt-menu-rowrules are untouched, so Vagrant Story and Coming Soon are unchanged. The featured treatment is purely additive via a--featuredmodifier plus an inner__linewrapper that rebuilds the horizontal row inside the frame.Test plan
pnpm test:run— 6 passing, including a new test asserting the King's Gauntlet link credits "Hosted by Hera".pnpm lint— 0 errors (only pre-existing fast-refresh warnings in unrelated files).pnpm build— succeeds.