It would make finding stuff easier if we sorted by opened timestamp.
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!
Ok wrote patch b8fb6fa48b9996ce1e4dde3aab47906cb706153a that should fix this, by getting all patches already sorted by timestamp from the database
b8fb6fa48b9996ce1e4dde3aab47906cb706153a
This is fixed via 1fa868d4518958d3f2a6380ec132a251e71cf4de.
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!
Ok wrote patch
b8fb6fa48b9996ce1e4dde3aab47906cb706153athat should fix this, by getting all patches already sorted by timestamp from the databaseThis is fixed via 1fa868d4518958d3f2a6380ec132a251e71cf4de.