Hi Noé,
The new open/closed indicator badges and separation of open/closed issues is now online. I'm happy to hear your feedback and tweak it a bit. >> Also, implementing sorting on the list is difficult to do, especially >> with the new relative dates that we have. And, I don't have much time to >> hack on it at the moment. However, I'm happy to accept patches if you'd >> be willing to write them. :-) > > I don’t understand how relative dates block sorting, I would think they > are only made relative when rendering the page? It wouldn't be a problem if we were sorting on the server. That's probably the easier way to do it. Earlier, we were sorting on the client (in the browser using javascript). That is a problem now with relative dates since we have lost information about the precise absolute date. But, as Ricardo mentioned in this thread, we can put the absolute date back in a "data-" attribute. > Oh and by the way, is it normal that recent issues only show from two > weeks ago on issues.guix.gnu.org? It shows the results of "mdate:1m..". That's all issues that have been modified in the last one month. https://git.savannah.gnu.org/cgit/guix/mumi.git/tree/mumi/messages.scm?id=c0ac36c39ba109085b684120c2f16d47f57e16f8#n246 Regards, Arun