Compact snapshot path lists

This commit is contained in:
Mikei386
2026-06-21 14:15:23 +02:00
parent f3f846bdfa
commit 8c8771f82e
8 changed files with 32 additions and 10 deletions
+6 -2
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.21.r002">
<!ENTITY version "2026.06.21.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 "f51b27d4b6bd430c0092014e3b7651f5537965a9daf198895da84fd11e20ed3b">
<!ENTITY packageSHA256 "be03acb4a5ea3055e04aeeffc65f231fd3c1b1d4f3595bd53a791e2d0b4880e9">
]>
<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.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.
### 2026.06.21.r002
- Reuse the expandable folder tree for local repository folders, Rsync targets, restore targets, and directory settings.
- Preload complete snapshot file listings once and browse them locally in an expandable restore tree.