JasperVanDenBosch / eegmanylabs-org

EEGManyLabs website
0 stars 1 forks source link

Add dropdown filter #32

Closed ubdbra001 closed 2 days ago

ubdbra001 commented 4 days ago

This adds the dropdown filter box, which means you can move between filters/reset the page without needing to refresh it.

I haven't managed to solve the flash as it's dynamically adding the labels to the dropdown. I can come back to that.

I'm also not sure about switching the card justification layout to space-between. On one hand it means that edge of the left hand most cards align with the dropdown box, but on the other it feels like there's a lot of space between card columns when there are 3 or fewer cards. What do you think?

ubdbra001 commented 3 days ago

A preview:

With justify-content: space-between vivaldi_51nJLlwhV8

With justify-content: space-evenly vivaldi_ZwEHEIjCIt

JasperVanDenBosch commented 2 days ago

The flash doesn't really bother me tbh. Maybe my brain is just too slow to see it. Wrt the spacing yeah let's think about a good option.