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
As part of requirements:
a) Update storie to handle newly created Input component.
b) Write test to atom Input component using vitest - TO BE DONE AFTER [#81] configure unit tests with vitest #58
In the molecules directory put Input with label and error message:
As part of the Governance action submission feature preparation - we should refactor Input component to follow atomic design methodology.
That would allow us to reuse the input component in the TextArea component required for Governance action submission form functionality.
ToDo:
atoms
directory - create Input directory (that will keep implementation of Input and Test of the component)Input
directory - leave just atom part of the component which is:a) Update storie to handle newly created Input component.
b) Write test to atom Input component using vitest - TO BE DONE AFTER [#81] configure unit tests with vitest #58
molecules
directory putInput
with label and error message:organisms
directory putController
and into the render propertyInput
molecule.The text was updated successfully, but these errors were encountered: