shimmie2 icon indicating copy to clipboard operation
shimmie2 copied to clipboard

Improvements to notes, tag histories, source histories

Open discomrade opened this issue 10 months ago • 1 comments

First commit adds the notes pages to the navbars. These were inaccessible before.

Second commit orders SQL requests by id instead of date, since date is not necessarily unique (especially if imported data from another booru software).

discomrade avatar Apr 26 '24 08:04 discomrade

Second commit orders SQL requests by id instead of date, since date is not necessarily unique

Could these use ORDER BY date DESC, id DESC so that date takes priority and ID is a tiebreaker? Date feels more "correct" to me (like, if an admin decided to go into the database and change the date column of an entry for some reason, they would expect it to show up in a different order), but yeah consistent ordering even with duplicate dates is nice 🤔

shish avatar May 04 '24 14:05 shish