Feat/issue 5 may 4th takeover#37
Merged
adhit-r merged 3 commits intoJun 23, 2026
Merged
Conversation
SafeDep Report SummaryNo dependency changes detected. Nothing to scan. Installation is not linked with SafeDep Tenant. Click here to optionally link your GitHub App installation with SafeDep Tenant. This report is generated by SafeDep Github App |
Owner
|
Holding this before merge. One behavior mismatch also needs cleanup: the CTA says “Initialize random-vergence cross-pivot”, but it only links to |
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.



This PR addresses Issue #5 by implementing a special "May the Fourth" (Star Wars Day) takeover for the landing page.
Key Changes:
MayTheFourthBannerthat appears at the top of the page, offering a link to initialize a "random-vergence cross-pivot" (archive explorer).components/MayTheFourth.tsxto handle the date logic and visual shifts.prefers-reduced-motionsettings.sessionStoragefor the duration of the session.Verification:
I verified the implementation by mocking the date to May 4th in the local environment and confirming that the UI elements (tagline, brand glyph, banner, and crosshair) all update correctly. I also verified that the takeover is inactive on other days (e.g., today, May 13th).
Closes #5