EOS-uiux-Solutions / eos-icons-landing

EOS Icons website
https://eos-icons-frontend-1t6flcbwl-eos-icons.vercel.app/
MIT License
19 stars 20 forks source link

fix behaviour on clicking on selected icon's tag #129

Closed ayushsatyam146 closed 2 years ago

ayushsatyam146 commented 2 years ago

Fixes #128. Fixes behavior on clicking the tags of a selected icon. URL and search parameters get populated or emptied accordingly, and the icons that are shown to the user also change accordingly.

rheo-chiti commented 2 years ago

Can you do one more change?
Suppose a user wants to share icons by tag like this http://localhost:3000/?tagName=clean.
If the user visits the url he gets all icons with tag name = clean.

ayushsatyam146 commented 2 years ago

@rheo-chiti Implemented the changes mentioned above. Please check

rheo-chiti commented 2 years ago

LGTM Merging