You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix: Resolve the remaining Docker page double-reload path during initial bootstrap when Unraid refreshes the staged request bundle while FolderView Plus is still rendering folders.
18
+
- Fix: Replay queued Docker folder renders in place against the newest staged request bundle instead of forcing a second host `loadlist()` cycle after the page has already refreshed.
19
+
- UX: Suppress the extra Docker runtime loading shell during that in-place replay so the Docker page no longer flashes a second reload.
20
+
- Regression guard: Cover the primed-request `listview()`/`loadlist()` bootstrap path and the deferred runtime hydration path so Docker refreshes stay in-place.
21
+
16
22
###2026.03.30.18
17
23
- Feature: Add optional per-folder `Accent color` support across Docker folders, VM folders, Dashboard cards, and the folder editor live preview, including smart-default and template inheritance plus the consolidated Accent card and live swatch UX.
18
24
- Fix: Remove the extra Docker reload cycle during deferred runtime hydration by updating preview actions and tooltip payloads in place, suppressing the duplicate FolderView Plus loading shell, and routing runtime info reads through no-cache helpers so fresh state and WebUI metadata stay in sync.
@@ -23,7 +29,6 @@
23
29
- Fix: Stop Docker advanced preview context popups configured for click from opening on the first hover interaction.
24
30
- Quality: Add the dev version-bump push guard and expand regression coverage for hydration, accent color, folder actions, layout, and tooltip trigger mode changes.
25
31
26
-
27
32
###2026.03.30.17
28
33
- Fix: Stop Docker advanced preview context popups configured for click from eager-opening on the first hover interaction.
29
34
- Quality: Trim the lazy tooltip trigger-mode fix so the Docker runtime stays inside the repo perf budget while preserving hover-mode eager-open behavior.
0 commit comments