-
Notifications
You must be signed in to change notification settings - Fork 0
Open Recruitment page #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open Recruitment page #3
Conversation
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.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Check is failing, but I don't have access to the dashboard to see why @alexespejo 🫡 |
|
Also created with no design reference, I can ask Claire or others to sign off on design / accessibility |
This reverts commit ee9e6e8.
|
Opted to open the Recruitment page rather than use popup. Also changed:
Cleared with Claire, preferred over tooltip. |
alexespejo
left a comment
There was a problem hiding this 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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
alexespejo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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.
Closes #2