Skip to content

Conversation

@theNatePi
Copy link
Contributor

@theNatePi theNatePi commented Nov 14, 2025

Add a tooltip to the recruitment link in the desktop navbar when it is marked as isWIP. This adds context for users who may be trying to access the recruitment information, but only see a greyed out button.

image

Closes #2

Add a tooltip to the recruitment link in the desktop navbar when it is marked as isWIP. This adds context for users who may be trying to access the recruitment information, but only see a greyed out button.
@theNatePi theNatePi linked an issue Nov 14, 2025 that may be closed by this pull request
@vercel
Copy link

vercel bot commented Nov 14, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
ctc-website-25-26 Ready Ready Preview Comment Nov 25, 2025 6:21am
website Error Error Nov 25, 2025 6:21am

@theNatePi
Copy link
Contributor Author

Check is failing, but I don't have access to the dashboard to see why @alexespejo 🫡

@theNatePi
Copy link
Contributor Author

theNatePi commented Nov 14, 2025

Also created with no design reference, I can ask Claire or others to sign off on design / accessibility

@theNatePi
Copy link
Contributor Author

Opted to open the Recruitment page rather than use popup. Also changed:

  1. Added link to socials
  2. Added footer to recruitment page

Cleared with Claire, preferred over tooltip.

@theNatePi theNatePi changed the title Add recruitment tooltip Open Recruitment page Nov 16, 2025
Copy link
Member

@alexespejo alexespejo left a comment

Choose a reason for hiding this comment

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

Smol change could merge and still work tho lol


{navItems.map((item, index) => {
const isActive = pathname === item.href;
const isWIP = index >= navItems.length - 1; // Last two items
Copy link
Member

Choose a reason for hiding this comment

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

Since we're just enabling the Recruitment page you can go ahead and remove the WIP flags. If there are any pages to be added I think they shouldn't be added to the nav bar till the page is finished

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed!

removed the WIP flag and associated styling as its no longer used now that the recruitment page has been implemented.

Ready for review
Copy link
Member

@alexespejo alexespejo left a comment

Choose a reason for hiding this comment

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

LGTM!

@alexespejo alexespejo merged commit 581179d into main Nov 25, 2025
2 of 3 checks passed
@theNatePi theNatePi deleted the 2-recruitment-navbar-link-is-disabled-with-no-context branch November 25, 2025 06:49
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.

"Recruitment" Navbar link is disabled with no context

3 participants