fix: show accurate dot count for masked Apprise URL in wizard
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -334,7 +334,7 @@ export function NotificationWizard({ onComplete, onCancel, initialData }: Notifi
|
|||||||
showUrl ? 'text-gray-800' : 'text-gray-400 select-none'
|
showUrl ? 'text-gray-800' : 'text-gray-400 select-none'
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
{showUrl ? effectiveUrl : '•'.repeat(Math.min(effectiveUrl.length, 48))}
|
{showUrl ? effectiveUrl : '•'.repeat(effectiveUrl.length)}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user