Latest comments
- @niemal@JesusEgonVenegas
When you filter with multiple tags, it seems to not be working properly, it's taking only the latest clicked tag onto account for the search, and there's duplicates.
This is how I thought about it: 1.- I had to keep track of the original data, and the filtered data. 2.- Only filter the filtered data again and again, that way it takes every single tag/filter easily. 3.- If I hit the 'clear' button to get rid of all the filters I just instantly reset to the original data without making a big process.
So filter thru lets say HTML > You get all the ones containing HTML, If you hit another tag on top of that, you just want to filter those same results with the new tag.
Marked as helpful - @codarose@JesusEgonVenegas
regarding your first question, perhaps by using flex inside the grid? you did an awesome job though
- @EjersonBeloso@JesusEgonVenegas
It seems that your images aren't showing, you might be missing a './' in the beginning of the img src attribute.
- @oliwiakramm@JesusEgonVenegas
Looks like an identical copy of the original, you did a really good job!