From d8b5c64da7f4650a948775e6a5d545a8fc9b2853 Mon Sep 17 00:00:00 2001 From: Maicol Battistini Date: Fri, 5 May 2023 01:17:47 +0200 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20Refactor=20del?= =?UTF-8?q?=20codice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/codeStyles/Project.xml | 2 + .idea/inspectionProfiles/Project_Default.xml | 24 +- .../inspectionProfiles/profiles_settings.xml | 7 - .idea/scopes/Frontend.xml | 2 +- package.json | 2 +- pnpm-lock.yaml | 333 ++++++++---------- .../ts/Components/DataTable/DataTable.tsx | 2 +- .../Components/DataTable/DataTableColumn.tsx | 2 +- .../ts/Components/DataTable/RecordsTable.tsx | 4 +- .../Dialogs/AddEditRecordDialog.tsx | 2 +- .../Components/Dialogs/DeleteRecordDialog.tsx | 2 +- resources/ts/Components/Dialogs/Dialog.tsx | 3 +- resources/ts/Components/MdIcon.tsx | 4 +- resources/ts/Components/Page.tsx | 2 +- resources/ts/Components/Pages/RecordPage.tsx | 1 - resources/ts/Components/Pages/RecordsPage.tsx | 6 +- resources/ts/Components/extend/utils.ts | 19 +- resources/ts/Components/layout/Drawer.tsx | 3 +- .../ts/Components/layout/DrawerEntry.tsx | 2 +- resources/ts/Components/layout/Footer.tsx | 3 +- resources/ts/Components/layout/TopAppBar.tsx | 1 + .../topappbar_actions/NotificationsAction.ts | 4 +- .../topappbar_actions/PeriodSwitcherAction.ts | 7 +- .../topappbar_actions/TopAppBarAction.tsx | 2 +- .../Models/Http/RequestHttpClientPromise.ts | 12 +- .../Models/Http/RequestHttpClientResponse.ts | 5 +- resources/ts/Models/Model.ts | 4 +- resources/ts/Models/User.ts | 5 +- resources/ts/Views/LoginPage.tsx | 8 +- resources/ts/Views/ResetPasswordPage.tsx | 4 +- .../ts/Views/Setup/Steps/AdminUserStep.tsx | 3 +- .../ts/Views/Setup/Steps/DatabaseStep.tsx | 11 +- .../ts/Views/Setup/Steps/RegionalSettings.tsx | 2 +- resources/ts/Views/Setup/Steps/SetupStep.tsx | 5 +- .../ts/Views/Setup/Steps/WelcomeStep.tsx | 36 +- .../ts/Views/Users/UsersRecordDialog.tsx | 5 +- resources/ts/WebComponents/Select.ts | 100 ------ resources/ts/typings/global.d.ts | 5 +- resources/ts/utils/i18n.ts | 16 +- resources/ts/utils/misc.ts | 4 +- 40 files changed, 265 insertions(+), 399 deletions(-) delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 resources/ts/WebComponents/Select.ts diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index e4ae30687..a34b3841f 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -58,6 +58,8 @@