From bd60b01a889c302ddc580ce42789139b41b3a7e9 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 15 Apr 2024 02:13:15 +0200 Subject: [PATCH] update args --- .../src/components/buttons/ActionButton.tsx | 2 +- .../src/components/buttons/SplitButton.tsx | 2 +- .../src/components/details/Details.tsx | 2 +- .../src/components/details/DetailsImage.tsx | 4 ++-- .../editors/TemplateEditor/TemplateEditor.tsx | 2 +- src/frontend/src/components/forms/ApiForm.tsx | 8 +++---- .../components/forms/AuthenticationForm.tsx | 10 ++++----- .../forms/fields/NestedObjectField.tsx | 2 +- .../src/components/images/Thumbnail.tsx | 4 ++-- .../src/components/items/AttachmentLink.tsx | 2 +- .../src/components/items/ColorToggle.tsx | 2 +- .../src/components/items/DashboardItem.tsx | 4 ++-- .../src/components/items/InfoItem.tsx | 2 +- .../src/components/items/ProgressBar.tsx | 2 +- .../components/modals/AboutInvenTreeModal.tsx | 4 ++-- .../src/components/modals/LicenseModal.tsx | 6 ++--- .../src/components/modals/ServerInfoModal.tsx | 2 +- .../src/components/nav/BreadcrumbList.tsx | 2 +- .../src/components/nav/DetailDrawer.tsx | 2 +- src/frontend/src/components/nav/Header.tsx | 2 +- src/frontend/src/components/nav/MainMenu.tsx | 2 +- .../src/components/nav/NavHoverMenu.tsx | 6 ++--- .../src/components/nav/NotificationDrawer.tsx | 8 +++---- .../src/components/nav/PageDetail.tsx | 14 ++++++------ .../src/components/nav/PanelGroup.tsx | 2 +- .../src/components/nav/PartCategoryTree.tsx | 6 ++--- .../src/components/nav/SearchDrawer.tsx | 8 +++---- .../src/components/nav/SettingsHeader.tsx | 2 +- .../src/components/nav/StockLocationTree.tsx | 6 ++--- .../src/components/render/Instance.tsx | 4 ++-- .../src/components/settings/SettingItem.tsx | 6 ++--- .../src/components/settings/SettingList.tsx | 2 +- .../src/components/widgets/WidgetLayout.tsx | 2 +- src/frontend/src/functions/forms.tsx | 2 +- src/frontend/src/hooks/UseForm.tsx | 2 +- src/frontend/src/pages/Auth/Logged-In.tsx | 2 +- src/frontend/src/pages/Index/Scan.tsx | 20 ++++++++--------- .../AccountSettings/AccountDetailPanel.tsx | 6 ++--- .../AccountSettings/SecurityContent.tsx | 6 ++--- .../Index/Settings/AdminCenter/Index.tsx | 6 ++--- .../AdminCenter/MachineManagementPanel.tsx | 4 ++-- .../AdminCenter/UserManagementPanel.tsx | 4 ++-- .../pages/Index/Settings/SystemSettings.tsx | 2 +- .../src/pages/Index/Settings/UserSettings.tsx | 2 +- src/frontend/src/pages/build/BuildDetail.tsx | 2 +- .../src/pages/company/CompanyDetail.tsx | 2 +- .../pages/company/ManufacturerPartDetail.tsx | 2 +- .../src/pages/company/SupplierPartDetail.tsx | 2 +- .../src/pages/part/CategoryDetail.tsx | 2 +- src/frontend/src/pages/part/PartDetail.tsx | 4 ++-- .../pages/purchasing/PurchaseOrderDetail.tsx | 2 +- .../src/pages/sales/ReturnOrderDetail.tsx | 2 +- .../src/pages/sales/SalesOrderDetail.tsx | 2 +- .../src/tables/FilterSelectDrawer.tsx | 12 +++++----- src/frontend/src/tables/InvenTreeTable.tsx | 8 +++---- src/frontend/src/tables/TableHoverCard.tsx | 6 ++--- src/frontend/src/tables/bom/BomTable.tsx | 2 +- .../src/tables/build/BuildLineTable.tsx | 4 ++-- .../src/tables/company/CompanyTable.tsx | 2 +- .../src/tables/general/AttachmentTable.tsx | 6 ++--- .../src/tables/machine/MachineListTable.tsx | 22 +++++++++---------- .../src/tables/machine/MachineTypeTable.tsx | 22 +++++++++---------- .../src/tables/part/ParametricPartTable.tsx | 2 +- .../tables/part/PartCategoryTemplateTable.tsx | 2 +- src/frontend/src/tables/part/PartTable.tsx | 2 +- .../src/tables/part/PartTestTemplateTable.tsx | 2 +- .../src/tables/part/PartThumbTable.tsx | 2 +- .../src/tables/part/RelatedPartTable.tsx | 4 ++-- .../src/tables/plugin/PluginListTable.tsx | 22 +++++++++---------- .../tables/settings/ScheduledTasksTable.tsx | 2 +- .../src/tables/settings/TemplateTable.tsx | 4 ++-- .../src/tables/stock/StockItemTable.tsx | 2 +- .../tables/stock/StockItemTestResultTable.tsx | 10 ++++----- src/frontend/src/views/MobileAppView.tsx | 2 +- 74 files changed, 175 insertions(+), 175 deletions(-) diff --git a/src/frontend/src/components/buttons/ActionButton.tsx b/src/frontend/src/components/buttons/ActionButton.tsx index caa5bf1363..4383fc89c5 100644 --- a/src/frontend/src/components/buttons/ActionButton.tsx +++ b/src/frontend/src/components/buttons/ActionButton.tsx @@ -41,7 +41,7 @@ export function ActionButton(props: ActionButtonProps) { onClick={props.onClick ?? notYetImplemented} variant={props.variant ?? 'light'} > - + {props.icon} diff --git a/src/frontend/src/components/buttons/SplitButton.tsx b/src/frontend/src/components/buttons/SplitButton.tsx index ed2d2e92ba..ced5a4224b 100644 --- a/src/frontend/src/components/buttons/SplitButton.tsx +++ b/src/frontend/src/components/buttons/SplitButton.tsx @@ -55,7 +55,7 @@ export function SplitButton({ const theme = useMantineTheme(); return ( - +