enh: abililty to stop merge response

This commit is contained in:
Timothy Jaeryang Baek
2025-08-05 22:25:51 +04:00
parent 8b46a9010e
commit d0657054a5
3 changed files with 18 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
<div class={outerClassName}>
<label class="sr-only" for="password-input">{placeholder || $i18n.t('Password')}</label>
<input
class={`${inputClassName} ${show ? '' : 'password'} ${($settings?.highContrastMode ?? false) ? 'placeholder:text-gray-700 dark:placeholder:text-gray-100' : ' outline-hidden placeholder:text-gray-300 dark:placeholder:text-gray-700'}`}
class={`${inputClassName} ${show ? '' : 'password'} ${($settings?.highContrastMode ?? false) ? 'placeholder:text-gray-700 dark:placeholder:text-gray-100' : ' outline-hidden placeholder:text-gray-300 dark:placeholder:text-gray-600'}`}
{placeholder}
id="password-input"
bind:value