Prevent progress text overlapping activity controls

This commit is contained in:
Mikei386
2026-06-15 12:48:54 +02:00
parent 1cdacbcb67
commit 2abfc8eb26
7 changed files with 21 additions and 10 deletions
+5 -1
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.15.r015">
<!ENTITY version "2026.06.15.r016">
<!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.15.r016
- Keep long backup progress statistics inside the progress column and wrap them before they can overlap pause or abort controls.
- Stack progress statistics on narrow displays for reliable activity-table layout.
### 2026.06.15.r015
- Generate compatible UUIDs on browsers and Unraid WebViews that do not provide `crypto.randomUUID()`.
- Prefer cryptographic random bytes when available and retain a schema-compatible last-resort fallback.