Keep activity messages within table bounds

This commit is contained in:
Mikei386
2026-06-15 00:31:16 +02:00
parent e23563afb1
commit b93b06ec20
8 changed files with 31 additions and 12 deletions
+6 -2
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.15.r002">
<!ENTITY version "2026.06.15.r003">
<!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 "6dad60f99de38355bfe32185dc0437f208ac69c6f09f02c2965390a873347d82">
<!ENTITY packageSHA256 "87517e9e5e8d7b255576173f55c9092551c161e84ea2a95c0301ca06c5c5b519">
]>
<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.r003
- Keep activity tables inside their cards by wrapping long messages, paths, and job IDs and removing oversized empty action columns.
- Add controlled horizontal scrolling for activity tables on narrow displays.
### 2026.06.15.r002
- Add a confirmed repository unlock action that invokes Restic's safe stale-lock cleanup without `--remove-all`.