Skip to content

392 hacking hero#424

Merged
michelleyeoh merged 21 commits intomainfrom
392-hacking-hero
Mar 8, 2026
Merged

392 hacking hero#424
michelleyeoh merged 21 commits intomainfrom
392-hacking-hero

Conversation

@haylietan
Copy link
Copy Markdown
Contributor

No description provided.

@haylietan haylietan linked an issue Mar 5, 2026 that may be closed by this pull request
1 task
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the hackers hub hero experience by introducing a new “hacking” hero layout with new illustration assets and a redesigned countdown, while also cleaning up related navigation code.

Changes:

  • Added a new HeroHacking component (with new hero SVG assets) and wired it into the hackers hub page.
  • Introduced a new countdown component for the hacking hero (and a new TimeTracker component file).
  • Refactored Navbar query param handling and removed commented-out/unused code.

Reviewed changes

Copilot reviewed 5 out of 11 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
public/hackers/hero/StarRight.svg Adds new hero decorative star asset.
public/hackers/hero/StarLeft.svg Adds new hero decorative star asset.
public/hackers/hero/PeepingFrog.svg Adds new hero illustration asset.
public/hackers/hero/PeepingDuck.svg Adds new hero illustration asset.
public/hackers/hero/PeepingCow.svg Adds new hero illustration asset.
public/hackers/hero/PeepingBunny.svg Adds new hero illustration asset.
app/(pages)/_components/Navbar/Navbar.tsx Updates navbar query param handling and simplifies code.
app/(pages)/(hackers)/_components/HomeHacking/_components/TimeTracker.tsx Adds a time-tracking/countdown helper component.
app/(pages)/(hackers)/_components/HomeHacking/_components/Countdown.tsx Adds the hacking hero countdown UI and logic.
app/(pages)/(hackers)/_components/HomeHacking/HeroHacking.tsx Implements the new hacking hero layout and countdown integration.
app/(pages)/(hackers)/(hub)/page.tsx Swaps the hub hero from HeroMVP to HeroHacking.
app/(pages)/(hackers)/(hub)/layout.tsx Wraps the protected layout contents in a div (structural change only).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread app/(pages)/(hackers)/_components/HomeHacking/HeroHacking.tsx
Comment thread app/(pages)/(hackers)/_components/HomeHacking/HeroHacking.tsx Outdated
Comment thread app/(pages)/_components/Navbar/Navbar.tsx Outdated
Comment thread app/(pages)/(hackers)/_components/HomeHacking/_components/TimeTracker.tsx Outdated
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 10 changed files in this pull request and generated 7 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread app/(pages)/(hackers)/_components/HomeHacking/HeroHacking.tsx Outdated
Comment thread app/(pages)/(hackers)/_components/HomeHacking/HeroHacking.tsx Outdated
Comment thread app/(pages)/(hackers)/_components/HomeHacking/HeroHacking.tsx Outdated
Comment thread app/(pages)/(hackers)/_components/HomeHacking/HeroHacking.tsx Outdated
Comment thread app/(pages)/_components/Navbar/Navbar.tsx
Comment thread app/(pages)/(hackers)/_components/HomeHacking/HeroHacking.tsx Outdated
Copy link
Copy Markdown
Contributor

@michelleyeoh michelleyeoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!
Thanks for fixing up navbar + making hero easy to later import gifs
Try to monitor vs code terminal next time, the useEffect (now removed) was spamming POST calls
Fixed up some legacy code - made rollouts easier to read from page.tsx
Removed weird shadow and border & renamed hero file

@michelleyeoh michelleyeoh merged commit 4a4f951 into main Mar 8, 2026
2 checks passed
@michelleyeoh michelleyeoh deleted the 392-hacking-hero branch March 8, 2026 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hacking hero

3 participants