Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Sort patch list by opened timestamp
Closed { reason: Solved } rudolfs opened 1 year ago

It would make finding stuff easier if we sorted by opened timestamp.

z6MkkfM3...sVz5 commented 1 year ago

Ok so I just checked and I think the issue here is the infinite loading adding new entries to the end of the array instead of re-sorting them.

Will look into it!

z6MkkfM3...sVz5 commented 1 year ago

Ok wrote patch b8fb6fa48b9996ce1e4dde3aab47906cb706153a that should fix this, by getting all patches already sorted by timestamp from the database

rudolfs commented 1 year ago

This is fixed via 1fa868d4518958d3f2a6380ec132a251e71cf4de.