Commit Graph

13 Commits

Author SHA1 Message Date
Tsu-ba-me
0e762c3a44 fix(striker-ui): default enable ping in add peer striker 2024-03-21 17:07:39 -04:00
Tsu-ba-me
885f4e448b fix(striker-ui): remove redundant fillRow prop in outlined input with label 2024-03-21 17:07:39 -04:00
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.
2024-01-26 13:37:30 -05:00
Tsu-ba-me
f725f53f2e fix(striker-ui): prevent browsers from auto-complete add peer fields 2023-12-06 18:04:29 -05:00
Tsu-ba-me
d4d9d916ab fix(striker-ui): remove user, db port, ssh port from add peer form 2023-12-06 17:55:12 -05:00
Tsu-ba-me
53f169ad5c fix(striker-ui): add close button to add peer dialog 2023-08-11 13:33:54 -04:00
Tsu-ba-me
1987fc7c2c fix(striker-ui): revert user to 'admin' in add peer 2023-08-09 15:03:07 -04:00
Tsu-ba-me
823f0780b1 fix(striker-ui): default user to 'root' in add peer 2023-08-07 01:47:35 -04:00
Tsu-ba-me
8abd47eb18 fix(striker-ui): correct validity test on first render in InputWithRef 2023-04-04 00:23:00 -04:00
Tsu-ba-me
03a251f44d fix(striker-ui): add buildObjectStateSetterCallback 2023-02-14 22:42:50 -05:00
Tsu-ba-me
383b4e938e fix(striker-ui): add request onProceed in AddPeerDialog 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
d3e4e51b86 fix(striker-ui): add inital AddPeerDialog 2022-11-28 14:37:21 -05:00