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
+6 -1
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 "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.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.