Skip to content

Commit dbf6a7d

Browse files
Promote dev to main
2 parents 8b1e781 + 9e071e6 commit dbf6a7d

14 files changed

Lines changed: 29 additions & 21 deletions

archive/folderview.plus-2026.03.25.03.txz.sha256

Lines changed: 0 additions & 1 deletion
This file was deleted.

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+
5aaab9a4bec26c64ab8bc63da387565282ac6946792679cf94b1f3243f32be58 folderview.plus-2026.03.25.29.txz
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: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@
55
<!ENTITY github "alexphillips-dev/FolderView-Plus">
66
<!ENTITY launch "Settings/FolderViewPlus">
77
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
8-
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/folderview.plus.plg">
9-
<!ENTITY version "2026.03.25.28">
10-
<!ENTITY md5 "e8148377f43b83c7fbde7d1c78ff1148">
8+
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/dev/folderview.plus.plg">
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+
20+
###2026.03.25.29
21+
- Maintenance: Sync stable main packaging and beta-channel removal back into dev.
22+
23+
1624
###2026.03.25.28
1725
- Fix: Fix shellcheck issue in main history guard.
1826
- Maintenance: Remove beta release channel support.
@@ -3527,7 +3535,7 @@
35273535
</CHANGES>
35283536

35293537
<FILE Name="/boot/config/plugins/&name;/&name;-&version;.txz" Run="upgradepkg --install-new">
3530-
<URL>https://raw.githubusercontent.com/&github;/main/archive/&name;-&version;.txz</URL>
3538+
<URL>https://raw.githubusercontent.com/&github;/dev/archive/&name;-&version;.txz</URL>
35313539
<MD5>&md5;</MD5>
35323540
</FILE>
35333541

folderview.plus.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Containers>
33
<Plugin>True</Plugin>
4-
<PluginURL>https://raw.githubusercontent.com/alexphillips-dev/FolderView-Plus/main/folderview.plus.plg</PluginURL>
4+
<PluginURL>https://raw.githubusercontent.com/alexphillips-dev/FolderView-Plus/dev/folderview.plus.plg</PluginURL>
55
<PluginAuthor>alexphillips-dev</PluginAuthor>
66
<Beta>False</Beta>
77
<Category>Tools:System</Category>
@@ -14,6 +14,6 @@ FolderView Plus organizes Docker containers and VMs into folders in Unraid, with
1414
<MinVer>7.0.0</MinVer>
1515
<ExtraSearchTerms>folder view docker vm organization groups sorting import export backup rules</ExtraSearchTerms>
1616
<Support>https://forums.unraid.net/topic/197631-plugin-folderview-plus/</Support>
17-
<Icon>https://raw.githubusercontent.com/alexphillips-dev/FolderView-Plus/main/src/folderview.plus/usr/local/emhttp/plugins/folderview.plus/images/folder-icon.png</Icon>
17+
<Icon>https://raw.githubusercontent.com/alexphillips-dev/FolderView-Plus/dev/src/folderview.plus/usr/local/emhttp/plugins/folderview.plus/images/folder-icon.png</Icon>
1818
<Project>https://github.com/alexphillips-dev/FolderView-Plus</Project>
1919
</Containers>

src/folderview.plus/usr/local/emhttp/plugins/folderview.plus/styles/docker.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ tr.folder.fv-parent-expanded div.folder-preview {
393393
flex: 0 0 auto;
394394
min-width: 0;
395395
margin-left: 10px;
396-
margin-top: 5px;
396+
margin-top: 6px;
397397
}
398398

399399
.folder-preview-wrapper > span.outer {
@@ -403,7 +403,7 @@ tr.folder.fv-parent-expanded div.folder-preview {
403403

404404
.folder-preview.fv-preview-multirow .folder-preview-wrapper {
405405
min-height: calc(var(--fvplus-preview-row-height) - 0.9em);
406-
margin: 0 0 0 10px;
406+
margin: 6px 0 0 10px;
407407
align-items: center;
408408
flex: 0 0 auto;
409409
min-width: max-content;

src/folderview.plus/usr/local/emhttp/plugins/folderview.plus/styles/folderviewplus.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3788,9 +3788,6 @@ body.fv-mobile-compact .fv-setup-field-grid {
37883788
align-items: center;
37893789
gap: 0.22rem;
37903790
min-width: min(360px, 42vw);
3791-
margin-right: 0.35rem;
3792-
padding-right: 0.25rem;
3793-
border-right: 1px solid rgba(255, 255, 255, 0.08);
37943791
}
37953792

37963793
.fv-mode-toggle {
@@ -3842,7 +3839,8 @@ body.fv-mobile-compact .fv-setup-field-grid {
38423839
font-size: 1.03rem;
38433840
opacity: 0.9;
38443841
white-space: nowrap;
3845-
justify-self: start;
3842+
justify-self: end;
3843+
margin-left: auto;
38463844
}
38473845

38483846
.fv-search-scope input[type="checkbox"] {

0 commit comments

Comments
 (0)