dominikwilkowski / vault

An open source multi-platform password manager, written in Rust.
https://rustyvault.com/
GNU General Public License v3.0
12 stars 2 forks source link

History values are reversed from history dates #89

Closed thewizzy closed 2 months ago

thewizzy commented 2 months ago

The dates of the history view are from oldest to newest but the values were newest to oldest.

There is a .rev in get_n_by_field. I am not sure of its purpose, maybe we want dates and this reversed to have both newest to oldest? So a rev should be added to get_history_dates.

This is for discussion and fix.