drewcook / arbor-ui

A collaborative, music-making NFT platform for artists and collectors, built on Ethereum.
https://arbor.audio
GNU General Public License v3.0
7 stars 7 forks source link

Show recent activity on latest 3 projects. #223

Closed noahdahlman closed 1 year ago

noahdahlman commented 1 year ago

Feature

Please fill in these details describing the enhancement or improvement you'd like to see to the existing functionality within the UI. Please be as specific as possible.

What would you like to see improved or updated?

Show the most recently updated 3 project below banner on the homepage.

Card with a centered title "Recent Activity" , with a 3 column layout of ProjectCard components. These project cards should be from the most recent updatedAt fields in mongo.

drewcook commented 1 year ago

Create this as it's own component, maybe something like <RecentProjectActivity /> so it contains all the logic for loading the projects and sorting/filtering/mapping and rendering. THen import that into the <Home /> component