refactor(admin): replace raw form elements with shared Input, Textarea, and Switch components in RoleEditPage

This commit is contained in:
2026-04-19 16:56:50 -04:00
parent 10660bedf5
commit dcd4d9b9f9
6 changed files with 375 additions and 309 deletions
+1
View File
@@ -25,3 +25,4 @@ export { default as MarkdownEditor } from './MarkdownEditor';
export { default as PasswordStrengthIndicator } from './PasswordStrengthIndicator';
export { default as FilterTabs } from './FilterTabs';
export { default as Breadcrumb } from './Breadcrumb';
export { default as Switch } from './Switch';