nishantwrp / gsoc-organizations

A site for viewing and analyzing the info of the organizations participating in Google Summer of Code.
https://www.gsocorganizations.dev
GNU General Public License v3.0
360 stars 49 forks source link

some ui improvements #119

Open thunder-source opened 6 months ago

thunder-source commented 6 months ago

added key in the missing map functions and fix a console warning in the development related to checkbox. added custom breakpoints in the card

normal npm install is not not working in my case because of some dependency so i did npm i --force so it made some changes in the package-lock.json and yarn.lock file.

nishantwrp commented 6 months ago

@thunder-source, it would be great if you can post screenshots on what has changed with this PR.

nishantwrp commented 6 months ago

normal npm install is not not working in my case because of some dependency so i did npm i --force so it made some changes in the package-lock.json and yarn.lock file.

probably, because of the node-version. I think this project needs v14

thunder-source commented 6 months ago

image image image image

changed hover effect and made the side bar fixed width.