camptocamp / mel-dataplatform

Source code for MEL's OpenData platform frontend
https://data.lillemetropole.fr/
GNU General Public License v3.0
2 stars 0 forks source link

Add search card #10

Closed Angi-Kinas closed 7 months ago

Angi-Kinas commented 8 months ago

This PR implements the search card on the search page. It uses the previously created favorite logic to add/ remove datasets to favorites if logged in.

image

image

tkohr commented 7 months ago

I've added a couple of commits, mainly reworking the card to be responsive, allowing to display them in grid using a container width that matches MEL's design system.

Also fixed the mel button, when not having a buttonClass value, setting its default to primary style and finished its renaming.

Everything looks good to me now. Thanks again for the work @Angi-Kinas ! I'll let you have a last look at my changes and merge if you are fine with them.