anvil/striker-ui/components
2023-04-05 15:04:39 -04:00
..
Anvils fix(striker-ui): set anvil UUID when loading anvil list 2022-11-28 14:37:18 -05:00
Bars style(striker-ui): re-run prettier across all sources 2022-03-18 22:50:41 -04:00
Display fix(striker-ui): distinct server preview loading and power off 2023-02-14 22:42:50 -05:00
Files fix(striker-ui): revise axios instance to use default data transformers 2022-11-28 14:37:21 -05:00
FileSystem refactor(striker-ui): repair response data type in FileSystems 2022-11-28 14:37:22 -05:00
Hosts fix(striker-ui): auto handle inner panel header vertical spacing 2022-11-28 14:37:18 -05:00
IconButton fix(striker-ui): align colouring in buttons 2023-04-05 15:04:39 -04:00
ManageFence fix(striker-ui): hide password related in fence list 2023-04-05 15:04:39 -04:00
ManageUps fix(striker-ui): add form validation and message in ManageUpsPanel 2023-04-05 15:04:39 -04:00
Network refactor(striker-ui): repair types in Network 2022-11-28 14:37:22 -05:00
OutlinedInput fix(striker-ui): improve contrast between input text and label 2022-11-28 14:37:20 -05:00
OutlinedInputLabel fix(striker-ui): make required icon brighter in OutlinedInputLabel 2022-11-28 14:37:21 -05:00
Panels fix(striker-ui): revise inner and expandable panel types 2023-04-05 15:04:39 -04:00
Resource style(striker-ui): re-run prettier across all sources 2022-03-18 22:50:41 -04:00
SharedStorage fix(striker-ui): auto handle inner panel header vertical spacing 2022-11-28 14:37:18 -05:00
StrikerConfig fix(striker-ui): correct validity test on first render in InputWithRef 2023-04-05 15:04:39 -04:00
Text fix(striker-ui): add inline type SensitiveText and BodyText 2023-04-05 15:04:39 -04:00
AnvilContext.tsx feat: add react context to handle selected anvils 2021-06-04 12:11:49 -04:00
AnvilDrawer.tsx chore(striker-ui): turn off eslint react/jsx-props-no-spreading 2022-11-28 14:37:17 -05:00
Autocomplete.tsx chore(striker-ui): turn off eslint react/jsx-props-no-spreading 2022-11-28 14:37:17 -05:00
BriefNetworkInterface.tsx fix(striker-ui): make floating NIC more visible 2022-11-28 14:37:19 -05:00
Checkbox.tsx fix(striker-ui): add CheckboxWithLabel 2022-11-28 14:37:21 -05:00
CheckboxWithLabel.tsx fix(striker-ui): add CheckboxWithLabel 2022-11-28 14:37:21 -05:00
ConfirmDialog.tsx fix(striker-ui): add arbitrary slot before action area in ConfirmDialog 2023-04-05 15:04:39 -04:00
ContainedButton.tsx fix(striker-ui): align colouring in buttons 2023-04-05 15:04:39 -04:00
CPU.tsx fix(striker-ui): simplify CPU layout 2022-11-28 14:37:22 -05:00
Decorator.tsx fix(striker-ui): revise Decorator to allow props override 2022-11-28 14:37:18 -05:00
Divider.tsx feat(striker-ui): add styled Divider 2022-11-28 14:37:19 -05:00
Domain.tsx style(striker-ui): re-run prettier across all sources 2022-03-18 22:50:41 -04:00
DropArea.tsx fix(striker-ui): split network interfaces into links 2022-11-28 14:37:18 -05:00
FlexBox.tsx fix(striker-ui): add growFirst and fullWidth switches to FlexBox 2023-04-05 15:04:39 -04:00
FormDialog.tsx fix(striker-ui): add FormDialog 2023-04-05 15:04:39 -04:00
GateForm.tsx refactor(striker-ui): apply mt in Spinner occurrences 2022-11-28 14:37:21 -05:00
GeneralInitForm.tsx fix(striker-ui): remove isEmpty() 2022-11-28 14:37:22 -05:00
Grid.tsx fix(striker-ui): skip empty keys when building Grid items 2022-11-28 14:37:20 -05:00
Header.tsx fix(striker-ui): add job icon with indicator to Header 2022-11-28 14:37:19 -05:00
IconWithIndicator.tsx fix(striker-ui): increase indicator font size in IconWithIndicator 2022-11-28 14:37:19 -05:00
InputMessageBox.tsx chore(striker-ui): turn off eslint react/jsx-props-no-spreading 2022-11-28 14:37:17 -05:00
InputWithRef.tsx fix(striker-ui): correct validity test on first render in InputWithRef 2023-04-05 15:04:39 -04:00
JobSummary.tsx fix(striker-ui): default refresh to 10s in JobSummary 2022-11-28 14:37:22 -05:00
Link.tsx fix(striker-ui): simplify children in Link 2022-11-28 14:37:21 -05:00
List.tsx fix(striker-ui): center List empty text 2023-04-05 15:04:39 -04:00
Memory.tsx refactor(striker-ui): repair types in Memory, Storage 2022-11-28 14:37:22 -05:00
MenuItem.tsx chore(striker-ui): turn off eslint react/jsx-props-no-spreading 2022-11-28 14:37:17 -05:00
MessageBox.tsx fix(striker-ui): add Message type 2022-11-28 14:37:19 -05:00
MessageGroup.tsx fix(striker-ui): allow toggle placeholder in MessageGroup 2022-11-28 14:37:21 -05:00
NetworkInitForm.tsx fix(striker-ui): populate gateway and DNS in NetworkInitForm 2023-02-14 22:42:50 -05:00
OutlinedInputWithLabel.tsx fix(striker-ui): expand OutlinedInputWithLabel to full width 2023-04-05 15:04:39 -04:00
OutlinedLabeledInputWithSelect.tsx fix(striker-ui): separate types from SelectWithLabel component 2023-04-05 15:04:39 -04:00
PrepareHostForm.tsx refactor(striker-ui): apply mt in Spinner occurrences 2022-11-28 14:37:21 -05:00
PrepareNetworkForm.tsx fix(striker-ui): allow set host externally in PrepareNetworkForm 2023-02-14 22:42:50 -05:00
ProvisionServerDialog.tsx fix(striker-ui): relocate type SelectItem 2023-02-14 22:42:50 -05:00
RadioGroupWithLabel.tsx fix(striker-ui): add RadioGroupWithLabel 2022-11-28 14:37:20 -05:00
Select.tsx fix(striker-ui): separate types from Select component 2023-04-05 15:04:39 -04:00
SelectWithLabel.tsx fix(striker-ui): expose blur and focus event handler slots in SelectWithLabel 2023-04-05 15:04:39 -04:00
Servers.tsx fix(striker-ui): add ProvisionServerDialog to Servers panel; see body 2022-11-28 14:37:18 -05:00
Slider.tsx chore(striker-ui): turn off eslint react/jsx-props-no-spreading 2022-11-28 14:37:17 -05:00
Spinner.tsx fix(striker-ui): simplify set marginTop in Spinner 2022-11-28 14:37:21 -05:00
State.tsx feat(striker-ui): add State 2022-11-28 14:37:19 -05:00
Storage.tsx refactor(striker-ui): repair types in Memory, Storage 2022-11-28 14:37:22 -05:00
StrikerInitForm.tsx fix(striker-ui): revise axios instance to use default data transformers 2022-11-28 14:37:21 -05:00
SuggestButton.tsx fix(striker-ui): separate type and render() in ContainedButton 2022-11-28 14:37:20 -05:00
SwitchWithLabel.tsx feat(striker-ui): add SwitchWithLabel 2023-04-05 15:04:39 -04:00
Tab.tsx fix(striker-ui): adjust Tab* style 2023-02-14 22:42:50 -05:00
TabContent.tsx fix(striker-ui): allow retain/discard tab content 2023-04-05 15:04:39 -04:00
Tabs.tsx fix(striker-ui): adjust Tab* style 2023-02-14 22:42:50 -05:00