Tsu-ba-me
cdb2896984
refactor(striker-ui): align all axios error var naming
6 months ago
Tsu-ba-me
83a0210ffa
fix(striker-ui): remove protected state
...
According to breaking changes in react 18, hidden components cannot
trigger the useEffect hook.
See https://github.com/facebook/react/pull/22114
Since the warning is no longer triggered, we can safely remove the
workaround.
11 months ago
Tsu-ba-me
ece7efda99
fix(striker-ui): migrate setApiMessage from manifest manager
1 year ago
Tsu-ba-me
cf1a64a1f3
fix(striker-ui): add success, error callbacks on submission in form utils
1 year ago
Tsu-ba-me
9728f56927
fix(striker-ui): allow message setter override in submit form
1 year ago
Tsu-ba-me
38f577e8f1
fix(striker-ui): change success message to type info in form utils
1 year ago
Tsu-ba-me
a272db4239
fix(striker-ui): add submit handler to form utils
1 year ago
Tsu-ba-me
f6b7a2df5a
fix(striker-ui): add input unmount function builder to form utils
2 years ago
Tsu-ba-me
d22b11bb90
fix(striker-ui): simplify form message setting by removing message setter list
2 years ago
Tsu-ba-me
23ea09ed35
fix(striker-ui): avoid unneeded recreation of message setters
2 years ago
Tsu-ba-me
de5ae58c7e
refactor(striker-ui): rename MessageSetterFunction->MessageSetter
2 years ago
Tsu-ba-me
4557e27e1b
fix(striker-ui): add function to set form validity by regex
2 years ago
Tsu-ba-me
ae07c8b66d
fix(striker-ui): add setMsgSetter in FormUtils
2 years ago
Tsu-ba-me
36f9938767
fix(striker-ui): organize types in useFormUtils hook
2 years ago
Tsu-ba-me
737850f9d0
fix(striker-ui): add hook useFormUtils
2 years ago
Tsu-ba-me
92f2c3626c
fix(striker-ui): organize types in useFormUtils hook
2 years ago
Tsu-ba-me
1548bfd8bc
fix(striker-ui): add hook useFormUtils
2 years ago