Preserve tree scroll position

This commit is contained in:
Mikei386
2026-06-22 06:45:45 +02:00
parent d4f47c5bda
commit 91089328ce
7 changed files with 44 additions and 18 deletions
-1
View File
@@ -1 +0,0 @@
d7824cd92520205e3dafdd4681a4bcbe51f943f530785c8d8d4d7af88358a069 urbm-2026.06.22.r001-x86_64-1.txz
+1
View File
@@ -0,0 +1 @@
1fda0986918fa5838cbd8f56ce013e1c5a2add51c41fb5cee14fe77c0e33c0b4 urbm-2026.06.22.r002-x86_64-1.txz
+6 -2
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.22.r001">
<!ENTITY version "2026.06.22.r002">
<!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 "d7824cd92520205e3dafdd4681a4bcbe51f943f530785c8d8d4d7af88358a069">
<!ENTITY packageSHA256 "1fda0986918fa5838cbd8f56ce013e1c5a2add51c41fb5cee14fe77c0e33c0b4">
]>
<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.22.r002
- Preserve page and tree-container scroll positions after expanding deeply nested folders in source, target, settings, repository, and snapshot trees.
- Restore scroll positions after the browser has processed focus/layout changes to prevent jumps back to the root.
### 2026.06.22.r001
- Prevent Unraid's global button styles from stretching folder tree disclosure controls over folder names.
- Reserve fixed columns for tree arrows and checkboxes so folder names no longer overlap with controls.