Show snapshot path counts

This commit is contained in:
Mikei386
2026-06-21 14:36:14 +02:00
parent 8c8771f82e
commit 0b991576ad
8 changed files with 20 additions and 19 deletions
+6 -2
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.21.r003">
<!ENTITY version "2026.06.21.r004">
<!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 "be03acb4a5ea3055e04aeeffc65f231fd3c1b1d4f3595bd53a791e2d0b4880e9">
<!ENTITY packageSHA256 "de97522e160f960e3842aaf47bf16bdabfc737c20682176e302c6a840a02588c">
]>
<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.r004
- Show only the number of source paths in the snapshot list to avoid horizontal overflow.
- Keep the full path list available as a tooltip and show actual contents in the snapshot browser.
### 2026.06.21.r003
- Compact long snapshot path lists into wrapped path chips with a remaining-count indicator.
- Prevent snapshot tables from forcing a horizontal page overflow when many source paths exist.