mdazfar2 / HelpOps-Hub

Welcome to HelpOps-Hub: your go-to resource for essential DevOps tools and technologies. Simplify your DevOps journey with curated guides, tools, and best practices. Never get stuck again!⚡
https://helpopshub.com
MIT License
40 stars 58 forks source link

Feature to Redirect users to Contribution History Page-Added Hover Effect #631

Closed shreyash3087 closed 4 days ago

shreyash3087 commented 4 days ago

Description:

This PR adds the feature to redirect users to contribution history page of that particular user in the Helpops Repository when the contributions link is clicked on the teams page and Also adds Hover Effect to the links on contributor cards

Issue Mentioned:

Closes #620

Video:

https://github.com/mdazfar2/HelpOps-Hub/assets/72603662/1ff5073e-fe95-44ed-8bf5-92315ff6287c

Additional Context:

N/A

vercel[bot] commented 4 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
helpops-hub2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2024 2:06pm
github-actions[bot] commented 4 days ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

mdazfar2 commented 4 days ago

@shreyash3087, everything looks good! Here's a screenshot from the previous website for reference. Could you incorporate similar functionality into the Web3.0 version which is current deployed?


write all in one line Open Source Contributor

image

see the margin of bottom and fix this

image

Last one is- Underline is not present on the current website

image

shreyash3087 commented 4 days ago

@mdazfar2 can you explain a bit what do you want with the first one,open source contributor is already written in one line,

for the second one im assuming you want me to increase this margin from bottom,right?

Screenshot (70)

or do you want this margin to be decreased and equal to the previous website??

Screenshot (70)

and i understood the third one

mdazfar2 commented 4 days ago

@shreyash3087

1. It is completed on the second one which doesn't look attractive


image


2. Your assumption is correct

3. The text below the link must be underlined which is not underlined right now

If you still any doubts then you can ask

shreyash3087 commented 4 days ago

@mdazfar2 it should be good now-

https://github.com/mdazfar2/HelpOps-Hub/assets/72603662/e1019e33-739d-4da0-afc7-8f876673f384

mdazfar2 commented 4 days ago

@shreyash3087 I merged it after watching your demo video. but it is not showing here. After clicking on refresh then it will show.

image


Ig you are not applying on all the pages.

shreyash3087 commented 4 days ago

@mdazfar2 nextjs has component based architecture,so you dont have to make footer for every page individually,just one footer component is applied to every page automatically,same goes for header also,so if i do change in footer,or header it will be automatically applied to all pages,the underline not appearing till the page is refreshed might be a small bug,ill fix it dont worry