Skip to content

Commit 9e071e6

Browse files
Build dev package 2026.03.25.30
1 parent d0c1ff0 commit 9e071e6

5 files changed

Lines changed: 11 additions & 5 deletions

archive/folderview.plus-2026.03.25.04.txz.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
83a7d196e0c69dac7174466fc137c2fb1d8e6b4f39f779a8d7a53eba572c045d folderview.plus-2026.03.25.30.txz

folderview.plus.plg

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66
<!ENTITY launch "Settings/FolderViewPlus">
77
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
88
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/dev/folderview.plus.plg">
9-
<!ENTITY version "2026.03.25.29">
10-
<!ENTITY md5 "e344a153f923abb60aae435eb4217d5a">
9+
<!ENTITY version "2026.03.25.30">
10+
<!ENTITY md5 "68b4935445fa1246087c64dd35a6725e">
1111
]>
1212

1313
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" icon="folder-icon.png" support="https://forums.unraid.net/topic/197631-plugin-folderview-plus/" min="7.0.0">
1414
<CHANGES>
1515

16+
###2026.03.25.30
17+
- Maintenance: Refine settings search alignment and preview centering.
18+
19+
1620
###2026.03.25.29
1721
- Maintenance: Sync stable main packaging and beta-channel removal back into dev.
1822

tests/ui-smoke-layout.test.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,10 @@ test('settings runtime uses extracted chrome module and shared request wrapper',
680680
assert.match(settingsCss, /\.folder-metric-chip\s*\{/);
681681
assert.match(settingsCss, /\.folder-pin-state,\s*[\s\S]*\.folder-metric-chip\s*\{/);
682682
assert.match(settingsJs, /class="fv-settings-search-block"[\s\S]*class="fv-mode-toggle"/);
683-
assert.match(settingsCss, /\.fv-settings-search-block\s*\{[\s\S]*margin-right:\s*0\.35rem/);
684-
assert.match(settingsCss, /\.fv-settings-search-block\s*\{[\s\S]*border-right:\s*1px solid rgba\(255,\s*255,\s*255,\s*0\.08\)/);
683+
assert.doesNotMatch(settingsCss, /\.fv-settings-search-block\s*\{[\s\S]*margin-right:\s*0\.35rem/);
684+
assert.doesNotMatch(settingsCss, /\.fv-settings-search-block\s*\{[\s\S]*border-right:\s*1px solid rgba\(255,\s*255,\s*255,\s*0\.08\)/);
685+
assert.match(settingsCss, /\.fv-search-scope\s*\{[\s\S]*justify-self:\s*end/);
686+
assert.match(settingsCss, /\.fv-search-scope\s*\{[\s\S]*margin-left:\s*auto/);
685687
assert.doesNotMatch(settingsJs, /fv-settings-clear-search/);
686688
assert.match(settingsCss, /\.backup-compare-row\s*\{/);
687689
assert.match(settingsCss, /\.ui-dialog\.fv-backup-compare-modal #backup-compare-dialog/);

0 commit comments

Comments
 (0)