Refresh the Unraid WebGUI

This commit is contained in:
Mikei386
2026-07-13 19:55:59 +02:00
parent bbf063c157
commit bdebf1bb2b
8 changed files with 230 additions and 45 deletions
+8 -2
View File
@@ -2,13 +2,19 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.07.13.r001">
<!ENTITY version "2026.07.13.r002">
<!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 "d2d572254dc7dd9d8a7489cbd7908fc80869efb506d4ecc01845f513c4cfb08b">
<!ENTITY packageSHA256 "237c35b49afd25a77903a6c858b20fad1747dbe0131d35c7934f0ee7f94be1a3">
]>
<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.07.13.r002
- Redesign the dashboard around actionable health, active work, recent failures, and the latest successful backup.
- Add searchable responsive job and repository lists with compact secondary-action menus.
- Structure backup and restore forms more clearly and keep their primary actions visible while scrolling.
- Replace browser confirmations with accessible in-app dialogs and typed confirmation for emergency operations.
### 2026.07.13.r001
- Harden restore task validation and make confirmed in-place restores target original paths safely.
- Serialize repository and managed-mount access, block unsafe force-unlock operations, and wait for task cleanup during daemon shutdown.