colinlienard / gitlight

🐙 GitHub & GitLab notifications on your desktop
https://gitlight.app
MIT License
762 stars 33 forks source link

Enable priority sorting by time #235

Closed christoff-linde closed 1 year ago

christoff-linde commented 1 year ago

Description

It would be pretty handy for myself (personally) to be able to sort the cards in the dashboard by time (last updated time, for e.g.,). The sorting could either be in addition to the (existing Priorities sorting/ranking functionality, or maybe something separate?

Although I have to give credit: the existing Priorities sorting function is quite useful already.

colinlienard commented 1 year ago

Thanks for your feedback! You can actually already sort notifications by time if you disable the priority sorting in the "priorities" modal

image

Does this help?

christoff-linde commented 1 year ago

Thanks for your feedback! You can actually already sort notifications by time if you disable the priority sorting in the "priorities" modal

image

Does this help?

Hmm yeah this does definitely help :) Thanks!

Though, it might be cool if you can have both at the same time (i.e. sorted by time & then priority filters as a secondary filter/the other way around)

colinlienard commented 1 year ago

I don't think that's possible, because if sorting by time is more important than sorting by priority, since each time is different, sorting by priority won't have any effect.