Add expandable source folder tree

This commit is contained in:
Mikei386
2026-06-15 20:19:37 +02:00
parent 68c5d677e6
commit bb6b3211e9
8 changed files with 115 additions and 46 deletions
+7 -2
View File
@@ -2,13 +2,18 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.15.r021">
<!ENTITY version "2026.06.15.r022">
<!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 "7cb21e5fd01532e461c7cddf2af78ee6e1f5b26b24988d42c128b64dfe0e6331">
<!ENTITY packageSHA256 "ad334b4da853736a6583a0a96e11d3d196a4b22275b95dc0eb0e624a66f77bdb">
]>
<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.r022
- Replace the source folder table with a lazy-loaded expandable tree for Restic and Rsync jobs.
- Add rotating disclosure triangles, nested indentation, and per-folder loading, empty, retry, and error states.
- Preserve full, inherited, and partial checkbox states across all expanded levels and normalize redundant parent/child selections.
### 2026.06.15.r021
- Show an orange mixed checkbox on parent folders when only some descendant folders are selected.
- Keep partial-selection indicators visible while navigating between folder levels for Restic and Rsync source selection.