coolify/resources/views/components/forms
Andras Bacsai a5840501b4 fix(forms): use Alpine state for password visibility toggles
Replace shared `changePasswordFieldType` JS with component-local Alpine logic
across input, textarea, and env-var-input components. This keeps toggle
behavior consistent, resets visibility on `success` events, and preserves
`truncate` styling only when showing plaintext on enabled fields.

Also adds `PasswordVisibilityComponentTest` to verify Alpine bindings are
rendered and legacy handler references are removed.
2026-03-29 20:47:36 +02:00
..
button.blade.php feat: migrate env variables to polymorphic relationship 2024-12-17 10:38:42 +01:00
checkbox.blade.php Fix duplicate HTML ID warnings in form components 2025-10-14 10:27:41 +02:00
copy-button.blade.php fix(ui): only show copy button on https 2025-04-02 19:38:53 +02:00
datalist.blade.php chore: prepare for PR 2026-02-09 15:24:24 +01:00
env-var-input.blade.php fix(forms): use Alpine state for password visibility toggles 2026-03-29 20:47:36 +02:00
input.blade.php fix(forms): use Alpine state for password visibility toggles 2026-03-29 20:47:36 +02:00
monaco-editor.blade.php refactor: use random_int() for email change verification codes 2026-03-28 12:25:54 +01:00
select.blade.php fix: eliminate layout shift on input border indicator using box-shadow 2025-11-21 15:29:06 +01:00
textarea.blade.php fix(forms): use Alpine state for password visibility toggles 2026-03-29 20:47:36 +02:00