Nutomic / ibis

GNU Affero General Public License v3.0
77 stars 5 forks source link

[Enhancement] List the dates first in the edit history #57

Open K4LCIFER opened 2 weeks ago

K4LCIFER commented 2 weeks ago

It might make more sense to list the edit date first for each edit before the edit comment, or at least display them in their own columns. It would make it easier to filter through edits by date to find the edit that one is looking for if there is positional consistency in their format.

K4LCIFER commented 2 weeks ago

This seems like a pretty easy change. This line would be the responsible one. If it was simply to change it so that the date appears first, it would just be

let label = format!("({}) {}", edit.edit.created.to_rfc2822(), edit.edit.summary);
Nutomic commented 2 weeks ago

Pull request welcome!