Commit Graph

2558 Commits

Author SHA1 Message Date
Tsu-ba-me
ac0c17396f fix(striker-ui): don't close onProceed by default in ConfirmDialog 2022-11-28 14:37:21 -05:00
Tsu-ba-me
4c13c7c15a fix(striker-ui): add input tests to AddPeerDialog 2022-11-28 14:37:21 -05:00
Tsu-ba-me
0156b7cd7e fix(striker-ui): add input test in InputWithRef to reduce duplication 2022-11-28 14:37:21 -05:00
Tsu-ba-me
fb16016ad0 feat(striker-ui): add buildMapToMessageSetter() 2022-11-28 14:37:21 -05:00
Tsu-ba-me
f87379fa98 fix(striker-ui): expose onBlur and onFocus in OutlinedInputWithLabel 2022-11-28 14:37:21 -05:00
Tsu-ba-me
1be005669e fix(striker-ui): revise input tests to handle optional, number fields 2022-11-28 14:37:21 -05:00
Tsu-ba-me
d3e4e51b86 fix(striker-ui): add inital AddPeerDialog 2022-11-28 14:37:21 -05:00
Tsu-ba-me
0f9da43ba8 fix(striker-ui): expose type, reduce spreading in OutlinedInputWithLabel 2022-11-28 14:37:21 -05:00
Tsu-ba-me
4eca5398fe fix(striker-ui): expose required in OutlinedInputWithLabel 2022-11-28 14:37:21 -05:00
Tsu-ba-me
0f573fe3e0 fix(striker-ui): make required icon brighter in OutlinedInputLabel 2022-11-28 14:37:21 -05:00
Tsu-ba-me
1bba020b55 fix(striker-ui): expose paper and proceed button props in ConfirmDialog 2022-11-28 14:37:21 -05:00
Tsu-ba-me
df24ead7e3 fix(striker-ui): add fillRow to OutlinedInputWithLabel 2022-11-28 14:37:21 -05:00
Tsu-ba-me
d6a9510fda fix(striker-ui): add CheckboxWithLabel 2022-11-28 14:37:21 -05:00
Tsu-ba-me
6c8807b284 fix(striker-ui): repair MITM external link text wrap 2022-11-28 14:37:21 -05:00
Tsu-ba-me
f2cf39a0dc fix(striker-ui): let fetch refresh handle remove peers after delete 2022-11-28 14:37:21 -05:00
Tsu-ba-me
eddb0ea393 fix(striker-ui): add delete SSH key conflict 2022-11-28 14:37:21 -05:00
Tsu-ba-me
a9941af621 fix(striker-ui): include previous data in ConfigPeersForm 2022-11-28 14:37:21 -05:00
Tsu-ba-me
ab3fe5c625 fix(striker-ui): load SSH key conflicts 2022-11-28 14:37:21 -05:00
Tsu-ba-me
57735063f7 fix(striker-ui): add external link to MITM wiki in ManageChangedSSHKeysForm 2022-11-28 14:37:21 -05:00
Tsu-ba-me
9d171ee607 fix(striker-ui): simplify children in Link 2022-11-28 14:37:21 -05:00
Tsu-ba-me
e1c5cb6946 fix(striker-ui): update install target state in /config 2022-11-28 14:37:21 -05:00
Tsu-ba-me
91212adf98 fix(striker-ui): revise error messages in StrikerConfig 2022-11-28 14:37:21 -05:00
Tsu-ba-me
e038b809d9 fix(striker-ui): repair SimpleOperationPanel and /config 2022-11-28 14:37:21 -05:00
Tsu-ba-me
9d52213ef9 fix(striker-ui-api): add short name and rename to installTarget in GET /host/:hostUUID 2022-11-28 14:37:21 -05:00
Tsu-ba-me
a1602d5ea8 fix(striker-ui): add useIsFirstRender hook 2022-11-28 14:37:21 -05:00
Tsu-ba-me
bea26271a3 fix(striker-ui): add delete to ConfigPeersForm 2022-11-28 14:37:21 -05:00
Tsu-ba-me
962cc92d14 refactor(striker-ui): use BodyText's align in ManageChangedSSHKeysForm 2022-11-28 14:37:21 -05:00
Tsu-ba-me
d2f2e87593 refactor(striker-ui): rename delete icon in List 2022-11-28 14:37:21 -05:00
Tsu-ba-me
21329e7c47 fix(striker-ui): add simple colour control to proceed button in ConfirmDialog 2022-11-28 14:37:21 -05:00
Tsu-ba-me
f4c4e30610 feat(striker-ui): add ManageUsersForm 2022-11-28 14:37:21 -05:00
Tsu-ba-me
0bf25ba693 fix(striker-ui): revise List to add more flexibility 2022-11-28 14:37:21 -05:00
Tsu-ba-me
81974ef626 fix(striker-ui-api): add short host name to GET /host 2022-11-28 14:37:21 -05:00
Tsu-ba-me
3a79010af0 fix(striker-ui): connect submit in PrepareHostForm 2022-11-28 14:37:21 -05:00
Tsu-ba-me
6d114b6d99 fix(striker-ui-api): add enterpriseUUID to prepareHost 2022-11-28 14:37:21 -05:00
Tsu-ba-me
63d0bdc1a4 fix(striker-ui): separate peaceful string and not-empty checks 2022-11-28 14:37:21 -05:00
Tsu-ba-me
8e5dccac03 fix(striker-ui): revise axios instance to use default data transformers 2022-11-28 14:37:21 -05:00
Tsu-ba-me
099b2c9470 feat(striker-ui-api): add POST, DELETE /host/connection 2022-11-28 14:37:21 -05:00
Tsu-ba-me
e20a3a4af1 fix(striker-ui-api): add optional local host UUID in toHostUUID() 2022-11-28 14:37:21 -05:00
Tsu-ba-me
e394b0736e fix(striker-ui-api): add getPeerData() to accessModule 2022-11-28 14:37:21 -05:00
Tsu-ba-me
0a3d36c340 fix(striker-ui-api): add stdoutVar() 2022-11-28 14:37:21 -05:00
Tsu-ba-me
2e5edfdcf0 fix(tools): return complete subroutine results in anvil-access-module 2022-11-28 14:37:21 -05:00
Tsu-ba-me
40dd856c50 fix(striker-ui): show message when optional section appears in PrepareHostForm 2022-11-28 14:37:21 -05:00
Tsu-ba-me
c5d349bc92 fix(striker-ui): display message only when submit is allowed in GateForm 2022-11-28 14:37:21 -05:00
Tsu-ba-me
184a5962fa fix(striker-ui): isolate PrepareHostForm 2022-11-28 14:37:21 -05:00
Tsu-ba-me
1c22604f3c fix(striker-ui): relocate messages, toggle submit disabled prop in GateForm 2022-11-28 14:37:21 -05:00
Tsu-ba-me
4781a5a158 fix(stiker-ui): add UUID input test batch builder, add peaceful string pattern 2022-11-28 14:37:21 -05:00
Tsu-ba-me
caa63c4535 fix(striker-ui): allow toggle placeholder in MessageGroup 2022-11-28 14:37:21 -05:00
Tsu-ba-me
c040026e73 fix(striker-ui): add input IDs and input label for error messages in GateForm 2022-11-28 14:37:20 -05:00
Tsu-ba-me
6832933d7f fix(striker-ui): don't nest (potential) setState() in MessageGroup 2022-11-28 14:37:20 -05:00
Tsu-ba-me
9d02da717c fix(striker-ui): correct error message triggers in GateForm 2022-11-28 14:37:20 -05:00