Sort lists newest first

This commit is contained in:
Mikei386
2026-06-21 16:06:31 +02:00
parent b45b4d43fa
commit 8378b06d2f
7 changed files with 28 additions and 15 deletions
+5 -1
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.21.r005">
<!ENTITY version "2026.06.21.r006">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm-&version;-x86_64-1.txz">
<!ENTITY packageSHA256 "REPLACE_DURING_RELEASE">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/URBM/issues" icon="urbm.png">
<CHANGES>
### 2026.06.21.r006
- Sort runs and snapshots newest-first so lists get older from top to bottom.
- Apply newest-first ordering consistently to dashboard activity, activity history, failed runs, and snapshot tables.
### 2026.06.21.r005
- Reduce the snapshot path-count column width so the browse action sits directly next to it.