Show snapshot loading progress bar

This commit is contained in:
Mikei386
2026-06-21 16:17:02 +02:00
parent 8378b06d2f
commit 2b6b629db9
8 changed files with 19 additions and 9 deletions
+6 -2
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.21.r006">
<!ENTITY version "2026.06.21.r007">
<!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 "03a78ede9f43f0848f0ac688f436a51f5fcd01dbf5638298c6ece7e8b18a742a">
<!ENTITY packageSHA256 "7b3b3c9fd00ce2aae592ea4ec84d2875afce72ca2cad2f24a7e075312a6c528f">
]>
<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.r007
- Show an indeterminate progress bar while a complete snapshot file tree is loading.
- Explain that no real percentage is available because Restic returns the full file listing only after completion.
### 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.