dependabot[bot]
a5f23ce4cc
build(deps): bump follow-redirects from 1.14.9 to 1.15.5 in /striker-ui
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.9 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.9...v1.15.5 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 22:52:30 +00:00
Tsu-ba-me
e35ee27f96
build(striker-ui): update typescript related dev-deps
2024-01-26 13:37:30 -05: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
32ed298d27
fix(striker-ui): correct type of indicator value in IconWithIndicator
2024-01-26 13:37:30 -05:00
Tsu-ba-me
c4cc6ddb9f
build(striker-ui): remove react-dom, update react to 18 for nextjs 13, update mui to 5.6
2024-01-26 13:37:30 -05:00
Tsu-ba-me
82444301e5
fix(striker-ui): rebuild
2023-12-21 16:13:07 -05:00
Tsu-ba-me
d528a85cdd
fix(striker-ui): workaround for submit stays disabled until user focuses on every field
2023-12-21 15:36:36 -05:00
Tsu-ba-me
ed58c57835
fix(striker-ui): auto-suggest IPMI IP based on BCN in create manifest
2023-12-20 16:31:05 -05:00
Tsu-ba-me
997c501d6a
fix(striker-ui): correct network count after remove in create manifest
2023-12-20 15:46:10 -05:00
Tsu-ba-me
805a42b691
fix(striker-ui): default new network to migration in create manifest
2023-12-20 15:25:37 -05:00
Tsu-ba-me
24c05e740c
fix(striker-ui): guess network base, mask in create manifest
2023-12-19 18:59:28 -05:00
Tsu-ba-me
8b6b1a64a8
fix(striker-ui): suggest default BCN, SN, IFN IPs for each subnode in create manifest
2023-12-19 18:15:18 -05:00
Tsu-ba-me
2b90bf3a9f
fix(striker-ui): allow auto update input value if not changed by user
2023-12-19 18:10:56 -05:00
Tsu-ba-me
0429c76294
fix(striker-ui): remove type ReactChangeEventHandler
2023-12-19 16:59:01 -05:00
Tsu-ba-me
92cae194c9
fix(striker-ui): change interface names to monospaced
2023-12-15 15:46:45 -05:00
Tsu-ba-me
2551404640
fix(striker-ui): remove interface indicator from ouside table in network management
2023-12-15 15:08:53 -05:00
Tsu-ba-me
7b7d79d50f
fix(striker-ui): remove required from add manifest
2023-12-15 14:14:28 -05:00
Tsu-ba-me
52fdc67cfd
build(striker-ui): rebuild
2023-12-13 15:47:35 -05:00
Tsu-ba-me
d211143494
fix(striker-ui): apply server menu to server details and VNC screen
2023-12-13 15:38:31 -05:00
Tsu-ba-me
01c580c6a9
fix(striker-ui): adjust icon size according to button size in button with menu
2023-12-13 15:27:47 -05:00
Tsu-ba-me
cee3fae024
fix(striker-ui): make button with menu accept children
2023-12-13 15:11:42 -05:00
Tsu-ba-me
f0050829b4
fix(striker-ui): pass button props in button with menu
2023-12-13 14:54:12 -05:00
Tsu-ba-me
afda1f6723
fix(striker-ui): add server menu to dashboard server preview
2023-12-12 15:55:59 -05:00
Tsu-ba-me
a4f77f8e8e
feat(striker-ui): add server menu
2023-12-12 15:52:25 -05:00
Tsu-ba-me
b625161b67
fix(striker-ui): add hook to group confirm dialog methods
2023-12-12 15:45:33 -05:00
Tsu-ba-me
7e57a96034
fix(striker-ui): export map to colour of contained button
2023-12-12 14:45:56 -05:00
Tsu-ba-me
ef969fe056
fix(striker-ui): expose callback to control whether to disable menu item
2023-12-12 14:43:40 -05:00
Tsu-ba-me
6532fe84fe
fix(striker-ui): add props to control action area visibility in confirm dialog
2023-12-12 14:42:35 -05:00
Tsu-ba-me
1b328913d1
fix(striker-ui): add prop to control show cancel button in dialog actions
2023-12-12 14:40:15 -05:00
Tsu-ba-me
753358a13b
fix(striker-ui): add button with menu
2023-12-11 18:33:15 -05:00
Tsu-ba-me
5b231fdb7e
fix(striker-ui): add generic menu
2023-12-11 18:32:27 -05:00
Tsu-ba-me
d0f9ced223
fix(striker-ui): adjust margin between children on inner panel header
2023-12-11 14:08:14 -05:00
Tsu-ba-me
b2b330914d
build(striker-ui): rebuild
2023-12-06 18:08:08 -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
903524e59d
fix(striker-ui): reload file list after delete, edit
2023-12-06 17:27:50 -05:00
Tsu-ba-me
a5bb320234
feat(striker-ui): add non-hook fetcher, bundle with states
2023-12-06 16:53:02 -05:00
Tsu-ba-me
b5b1e4d6b7
fix(striker-ui): add loading prop to List
2023-12-06 16:04:00 -05:00
Tsu-ba-me
71729e3425
fix(striker-ui): rename to resetChecks
2023-12-06 12:06:29 -05:00
Tsu-ba-me
d7d7fcb039
fix(striker-ui): reset checklist after delete in manage fences, manifests
2023-12-04 16:46:51 -05:00
Tsu-ba-me
cf4e4ff3f0
fix(striker-ui): reload manifests after add, edit, or delete
2023-12-04 16:18:19 -05:00
Tsu-ba-me
2100829083
fix(striker-ui): replace manifest forms' submission with method from hook
2023-12-04 16:00:47 -05:00
Tsu-ba-me
5e2ef764f4
fix(striker-ui): update fence list after add, edit, or delete
2023-12-04 14:51:03 -05:00
Tsu-ba-me
ece7efda99
fix(striker-ui): migrate setApiMessage from manifest manager
2023-12-04 14:22:11 -05:00
Tsu-ba-me
28f36c6d85
fix(striker-ui): restyle buttons in VNC window
2023-12-01 16:04:48 -05:00
Tsu-ba-me
0ed354c8f4
fix(striker-ui): add return home to VNC window, reorganize RFB disconnect
2023-12-01 16:04:48 -05:00
Tsu-ba-me
1d606ea20d
fix(striker-ui): allow open VNC connection in new tab from dashboard
2023-12-01 16:04:48 -05:00
Tsu-ba-me
da3e2eda7c
build(striker-ui): rebuild
2023-11-29 14:38:19 -05:00
Tsu-ba-me
45f184509d
fix(striker-ui): restyle mono texts in provision server confirm
2023-11-29 14:32:10 -05:00
Tsu-ba-me
f51af47b51
fix(striker-ui): add edge prop to inline mono text
2023-11-29 14:32:10 -05:00