kernel-community / services

Implementation of Kernel services
https://www.kernel.community/
MIT License
15 stars 16 forks source link

Make Explorer browse page easier to browse #23

Open rorysaur opened 2 years ago

rorysaur commented 2 years ago

As we get more humans registered with wallets, the list of fellows (a linear list in a single column down the page) is getting long!

  1. Let's sort them from newest to oldest (by timestamp of when they were created), so that we see newly registered humans first.
  2. Let's put them in a grid view for now, kind of like how they show up in the KB5 Fellows Notion page.

Each grid item would contain:

Make sure the grid looks good at all screen sizes down to about 500px. Currently we use the default Tailwind breakpoints so you can use the class name prefixes (xs, sm, md etc) provided by Tailwind.

The list of adventures is below the list of fellows and you can leave the adventures as is.

If you're a first-time contributor, please do items 1 and 2 above in separate PRs, so that your first PR will be very small and just a practice run for how to open a PR and get it merged.

rorysaur commented 2 years ago

Musaj has claimed this task!