Add anchor link on member map <Popup>
to member block
#1038
Labels
Hacktoberfest 2023
Issue for Full Member
For full members who have attended a coffee session, filled out the new member for, and are in slack
Type: enhancement
New feature or request
Is there an existing issue for this?
Issue Context
It'd be cool in the popover on the map pins to be able to link to the user's info.
Proposed solution
The member cards already have an id attached to them:
virtualcoffee.io/app/components/MemberCards.tsx
Line 41 in bddbe98
So we can update the Popover in the map to have an anchor-style link to the card (
<a href="#member_danieltott">Dan Ott</a>
)The popovers are created here:
https://github.com/Virtual-Coffee/virtualcoffee.io/blob/bddbe981153d7f3fa1c06bdf104dc122f3b0d9f4/app/components/MemberMap.tsx#L26-L34C14
Alternatives Considered
No response
Additional Resources
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: