diff --git a/build-plugin.sh b/build-plugin.sh index 5861591..f4bfe08 100755 --- a/build-plugin.sh +++ b/build-plugin.sh @@ -2,7 +2,7 @@ set -eu PLUGIN="u-navigator" -VERSION="2026.07.04.r006" +VERSION="2026.07.04.r007" PKG_DIR="packages" WORK_DIR=".plugin-build" PKG_NAME="${PLUGIN}-${VERSION}.tgz" diff --git a/packages/u-navigator-2026.07.04.r006.tgz b/packages/u-navigator-2026.07.04.r006.tgz deleted file mode 100644 index beb91ce..0000000 Binary files a/packages/u-navigator-2026.07.04.r006.tgz and /dev/null differ diff --git a/packages/u-navigator-2026.07.04.r007.tgz b/packages/u-navigator-2026.07.04.r007.tgz new file mode 100644 index 0000000..45db04e Binary files /dev/null and b/packages/u-navigator-2026.07.04.r007.tgz differ diff --git a/server/public/app.js b/server/public/app.js index 55e6c68..109db97 100644 --- a/server/public/app.js +++ b/server/public/app.js @@ -46,18 +46,18 @@ const icons = { other: 'Item' }; const uiIcons = { - arrowLeft: '', - arrowRight: '', + arrowLeft: '', + arrowRight: '', close: '', - delete: '', - enter: '', - folderUpload: '', - grid: '', - list: '', - maximize: '', - minimize: '', - refresh: '', - upload: '' + delete: '', + enter: '', + folderUpload: '', + grid: '', + list: '', + maximize: '', + minimize: '', + refresh: '', + upload: '' }; const previewExtensions = new Set(['txt', 'log', 'md', 'rd', 'rst', 'yaml', 'yml', 'json', 'xml', 'csv', 'tsv', 'ini', 'cfg', 'conf', 'env', 'toml', 'sql', 'nfo', 'srt', 'sub', 'vtt', 'm3u', 'm3u8', 'pls', 'sh', 'bash', 'zsh', 'php', 'js', 'ts', 'tsx', 'jsx', 'css', 'html', 'py', 'go', 'rs', 'java', 'c', 'cpp', 'h', 'hpp', 'bat', 'ps1', 'properties', 'service', 'timer', 'mount', 'rules', 'cron', 'plg', 'page', 'jpg', 'jpeg', 'png', 'gif', 'webp', 'svg', 'pdf', 'mp3', 'flac', 'm4a', 'ogg', 'wav', 'mp4', 'mkv', 'webm', 'mov']); const previewFilenames = new Set(['dockerfile', 'makefile']); diff --git a/server/public/styles.css b/server/public/styles.css index 93755ba..fa35f33 100644 --- a/server/public/styles.css +++ b/server/public/styles.css @@ -68,11 +68,15 @@ .u-nav button.icon { align-items: center; display: inline-flex; + flex: 0 0 26px; height: 26px; justify-content: center; + line-height: 1; + max-width: 26px; min-height: 26px; + min-width: 26px; padding: 0; - width: 22px; + width: 26px; } .u-nav button.icon::before, @@ -83,13 +87,13 @@ .u-nav .ui-icon { display: block; fill: none; - height: 15px; + height: 16px; pointer-events: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; - stroke-width: 2; - width: 15px; + stroke-width: 2.1; + width: 16px; } .u-nav .topbar { @@ -234,6 +238,12 @@ flex: 0 0 auto; } +.u-nav .pathbar > button.icon { + max-width: 32px; + min-width: 32px; + width: 32px; +} + .u-nav .upload-input { display: none; } diff --git a/u-navigator.plg b/u-navigator.plg index 6733b4f..29ce5b3 100644 --- a/u-navigator.plg +++ b/u-navigator.plg @@ -1,7 +1,7 @@ - + @@ -24,7 +24,7 @@ https://git.casaderoll.de/michael/Unraid-Navigator/raw/branch/main/packages/&package; -d7ee76b55ed3afd4dbef81ad29e7a17e +6b8acde65433cdcd383f647a85dab3d9