dcgtc / dgrants

Decentralized Grant platform that implements quadratic funding.
GNU Affero General Public License v3.0
84 stars 39 forks source link

Arrow should point forward not backward when sorted by newest #476

Open metafraction opened 3 years ago

metafraction commented 3 years ago

when sorted by newest, the first grant shows a backward arrow and no forward arrow to navigate grants - this is fine for when sorted by oldest it would be nice to make adjustments for the arrows when sorted differently (like newest or whatever else)

thelostone-mc commented 3 years ago

Hmm i see what you're saying but this might be tricky as once you move from list to detail view , we don't keep track off the sort order.

Thoughts ?

metafraction commented 3 years ago

yeah you could be right - wanted to bring it up

I'm fine leaving it is as is, just seems confusing that when the user sorts by newest the first one is clearly still the last one in the list (as you must scroll back to view other grants)