You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since some directories are growing it would make sense to move some components in sub directories.
Move the ButtonWrapperFormGroupInputCheckboxInputColorInputDateInputEmailInputHiddenInputNumberInputPasswordInputTextSelectWrapper from src/components/form to src/components/form/elements/
Move related pages to sub directories e.g. UserRolesPageUserRolesAddPageUserRolesEditPage from src/components/pages to src/components/pages/userroles/
or
Move related pages to sub directories e.g. LoginPagePasswordChangePagePasswordForgotPagePasswordResetPageRegisterPage from src/components/pages to src/components/pages/auth/
Rename src/components/form to src/components/forms
The text was updated successfully, but these errors were encountered:
Since some directories are growing it would make sense to move some components in sub directories.
Move the
ButtonWrapper
FormGroup
InputCheckbox
InputColor
InputDate
InputEmail
InputHidden
InputNumber
InputPassword
InputText
SelectWrapper
fromsrc/components/form
tosrc/components/form/elements/
Move related pages to sub directories e.g.
UserRolesPage
UserRolesAddPage
UserRolesEditPage
fromsrc/components/pages
tosrc/components/pages/userroles/
or
Move related pages to sub directories e.g.
LoginPage
PasswordChangePage
PasswordForgotPage
PasswordResetPage
RegisterPage
fromsrc/components/pages
tosrc/components/pages/auth/
Rename
src/components/form
tosrc/components/forms
The text was updated successfully, but these errors were encountered: