Commit Graph

11 Commits

Author SHA1 Message Date
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
40febdae87 fix(striker-ui): allow string header in ExpandablePanel 2023-04-03 13:13:59 -04:00
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
d3e4e51b86 fix(striker-ui): add inital AddPeerDialog 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
a9941af621 fix(striker-ui): include previous data in ConfigPeersForm 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
bea26271a3 fix(striker-ui): add delete to ConfigPeersForm 2022-11-28 14:37:21 -05:00
Tsu-ba-me
35471cbedc fix(striker-ui): match GET /host/connection output in ConfigPeersForm 2022-11-28 14:37:19 -05:00
Tsu-ba-me
fa391fd5c7 feat(striker-ui): add ConfirPeersForm 2022-11-28 14:37:19 -05:00