veza/apps/web/src/components/forms
senke a0bf68535f ui(tokens): migrate remaining arbitrary min-w values to Tailwind scale
- min-w-[140px] → min-w-36 (AdminModerationView)
- min-w-[100px] → min-w-24 (PlaylistFollowButton, FollowButton)
- min-w-[80px] → min-w-20 (PasswordStrengthIndicator)
- collapsible.tsx: eslint-disable comment for max-h-[5000px] animation
  technique (documented exception)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 22:48:37 +01:00
..
form-builder refactor(forms): FormBuilder module, useFormBuilder, FormBuilderFieldWidget, re-export, stories, a11y id 2026-02-06 11:36:20 +01:00
FormBuilder.stories.tsx refactor(forms): FormBuilder module, useFormBuilder, FormBuilderFieldWidget, re-export, stories, a11y id 2026-02-06 11:36:20 +01:00
FormBuilder.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
FormBuilder.tsx refactor(forms): FormBuilder module, useFormBuilder, FormBuilderFieldWidget, re-export, stories, a11y id 2026-02-06 11:36:20 +01:00
LoginForm.test.tsx fix(MVP-015): Standardize remember_me field name to snake_case 2025-12-22 23:27:51 +01:00
LoginForm.tsx improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00
PasswordStrengthIndicator.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
PasswordStrengthIndicator.tsx ui(tokens): migrate remaining arbitrary min-w values to Tailwind scale 2026-02-08 22:48:37 +01:00
RegisterForm.tsx improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00