Commit Graph

2415 Commits

Author SHA1 Message Date
Tsu-ba-me
ca36fe21c0 fix(striker-ui): generate message keys only when necessary in MessageGroup 2022-11-28 14:37:19 -05:00
Tsu-ba-me
3beca2f40b fix(striker-ui): extend message group as necessary 2022-11-28 14:37:19 -05:00
Tsu-ba-me
74df410e01 fix(striker-ui): add regex patterns 2022-11-28 14:37:19 -05:00
Tsu-ba-me
5126ccd6a7 fix(striker-ui): add MessageGroup 2022-11-28 14:37:19 -05:00
Tsu-ba-me
1e7be73803 fix(striker-ui): add submit message to StrikerInitForm 2022-11-28 14:37:19 -05:00
Tsu-ba-me
3b0291b776 fix(striker-ui): add symbols to input messages, migrate to test input onBlur in GeneralInitForm 2022-11-28 14:37:19 -05:00
Tsu-ba-me
d082d6d3f6 fix(striker-ui): append given className to BodyText default 2022-11-28 14:37:19 -05:00
Tsu-ba-me
2849ce4704 fix(striker-ui): allow FlexBox to accept responsive values 2022-11-28 14:37:19 -05:00
Tsu-ba-me
67bf3117ae fix(striker-ui): wrap network init render variables in hooks to reduce compute 2022-11-28 14:37:19 -05:00
Tsu-ba-me
899484ae10 fix(striker-ui): add required icon to network init form inputs 2022-11-28 14:37:19 -05:00
Tsu-ba-me
4175759b56 fix(striker-ui): add input tests to GeneralInitForm 2022-11-28 14:37:19 -05:00
Tsu-ba-me
807af8d7b0 fix(striker-ui): add compare value to input test variables 2022-11-28 14:37:19 -05:00
Tsu-ba-me
8a8b3d798f fix(striker-ui-api): assert init striker input data 2022-11-28 14:37:19 -05:00
Tsu-ba-me
06c3b9bae4 fix(striker-ui-api): ignore empty body when create server 2022-11-28 14:37:19 -05:00
Tsu-ba-me
a65b82d9ee fix(striker-ui): connect StrikerInitForm to back-end endpoint 2022-11-28 14:37:19 -05:00
Tsu-ba-me
00ef2142a1 feat(striker-ui-api): add command/initialize-striker endpoint 2022-11-28 14:37:19 -05:00
Tsu-ba-me
a37e0e2b8a fix(striker-ui-api): simplify get local host UUID 2022-11-28 14:37:19 -05:00
Tsu-ba-me
82fcb1e08e fix(striker-ui): add onPasswordVisibilityAppend to OutlinedInput 2022-11-28 14:37:19 -05:00
Tsu-ba-me
de73fe47c9 fix(striker-ui): add Message type 2022-11-28 14:37:19 -05:00
Tsu-ba-me
691c54875a fix(striker-ui): export testLength() in barrel 2022-11-28 14:37:19 -05:00
Tsu-ba-me
cb071709be refactor(striker-ui): avoid props overwrite in InputWithRef 2022-11-28 14:37:19 -05:00
Tsu-ba-me
2d6766f096 fix(striker-ui): add testLength() and make test defaults optional 2022-11-28 14:37:19 -05:00
Tsu-ba-me
c4a04ddbae fix(striker-ui): relocate add network button 2022-11-28 14:37:19 -05:00
Tsu-ba-me
2dd05a33dd fix(striker-ui): reduce padding on input endAdornment icon buttons 2022-11-28 14:37:19 -05:00
Tsu-ba-me
35c972e577 fix(striker-ui): add min-width to short inputs, adjust password help wording 2022-11-28 14:37:19 -05:00
Tsu-ba-me
09dbe0edf7 fix(striker-ui): allow password fields to be visible 2022-11-28 14:37:19 -05:00
Tsu-ba-me
7abca9b508 fix(striker-ui): relocate input help messages, reorder inputs 2022-11-28 14:37:19 -05:00
Tsu-ba-me
c981c286b1 fix(striker-ui): allow ReactNode as MessageBox children 2022-11-28 14:37:19 -05:00
Tsu-ba-me
636f77c604 fix(striker-ui): allow override help button in MessageBox 2022-11-28 14:37:19 -05:00
Tsu-ba-me
9c5c29a93f fix(striker-ui): adjust host number field width to fit label 2022-11-28 14:37:19 -05:00
Tsu-ba-me
9ef27e1e86 fix(striker-ui): expose NetworkInitForm values to parent 2022-11-28 14:37:19 -05:00
Tsu-ba-me
3bebe05a88 fix(striker-ui): allow set initial value in InputWithRef 2022-11-28 14:37:19 -05:00
Tsu-ba-me
5ce3277a6e fix(striker-ui): don't create functions on re-render 2022-11-28 14:37:19 -05:00
Tsu-ba-me
17ca3a0f32 fix(striker-ui): make input help message toggleable 2022-11-28 14:37:19 -05:00
Tsu-ba-me
595322d168 fix(striker-ui): get children value with ref functions 2022-11-28 14:37:19 -05:00
Tsu-ba-me
13b4cabaf8 fix(striker-ui): add undefined to type map 2022-11-28 14:37:19 -05:00
Tsu-ba-me
a91fc0fc65 fix(striker-ui): wrap string init form inputs in InputWithRef 2022-11-28 14:37:19 -05:00
Tsu-ba-me
96fd7f739e fix(striker-ui): change InputWithRef to accept any input element as base 2022-11-28 14:37:19 -05:00
Tsu-ba-me
cbad0ebf5e feat(striker-ui): add InputWithRef 2022-11-28 14:37:19 -05:00
Tsu-ba-me
7ad4ad725e fix(striker-ui): relocate map to value converter constant 2022-11-28 14:37:19 -05:00
Tsu-ba-me
89ad9d34e9 fix(striker-ui): allow undefined in isEmpty element(s) 2022-11-28 14:37:19 -05:00
Tsu-ba-me
558ec9ef67 fix(striker-ui): add interface for typed EventEmitter
* 'new EventEmitter() as TypedEventEmitter<{ submit: [...args] }>'
2022-11-28 14:37:19 -05:00
Tsu-ba-me
0c7c1591ad fix(striker-ui): break striker init form 2022-11-28 14:37:19 -05:00
Tsu-ba-me
debb607212 fix(striker-ui): add function to simplify creating onChange handlers 2022-11-28 14:37:19 -05:00
Tsu-ba-me
46b05aa81d fix(striker-ui): add function to simplify (not) empty checks 2022-11-28 14:37:19 -05:00
Tsu-ba-me
9268ccbd51 fix(striker-ui): create function based on condition(s) 2022-11-28 14:37:19 -05:00
Tsu-ba-me
5b74736769 fix(striker-ui): move suggest button and ensure help message fills width 2022-11-28 14:37:19 -05:00
Tsu-ba-me
461fab597a fix(striker-ui): don't allow tab to hit suggest buttons 2022-11-28 14:37:19 -05:00
Tsu-ba-me
046b9ef4cd fix(striker-ui): add suggest button for populate after user change 2022-11-28 14:37:19 -05:00
Tsu-ba-me
fc37faaddb fix(striker-ui): add input explanation and adjust input length 2022-11-28 14:37:19 -05:00