fix: clarify dry runs do not preview folder renames

This commit is contained in:
Sam Chau
2026-06-03 10:15:04 +09:30
parent 56ecb72ed4
commit 2a1e4b384d
2 changed files with 4 additions and 3 deletions

View File

@@ -93,7 +93,7 @@
icon={FlaskConical}
iconColor="text-amber-600 dark:text-amber-400"
disabled={isNewConfig || !enabled || running || saving || $isDirty}
tooltip="Preview which files would be renamed without making changes"
tooltip="Preview which files would be renamed without making changes. Folder renames cannot be previewed."
tooltipPosition="bottom"
tooltipAlign="right"
on:click={() => {

View File

@@ -34,8 +34,9 @@
<div>
<dt class="font-medium text-neutral-900 dark:text-neutral-100">Dry Run</dt>
<dd class="text-neutral-600 dark:text-neutral-400">
Shows what would be renamed without making changes. Use this to preview before
committing.
Shows what files would be renamed without making changes. Use this to preview before
committing. Folder renames cannot be previewed because the Arr API does not support it,
so a live run may also rename folders not shown here.
</dd>
</div>
<div>