From 3f2b7a6bb59417277943c3df0e61fc47c08ed890 Mon Sep 17 00:00:00 2001 From: MarcoE Date: Thu, 26 Jun 2025 10:08:21 +0200 Subject: [PATCH] Rename salesbook --- Template.Maui/wwwroot/index.html | 59 ------------------ .../Activity/Copy/CopyActivityMessage.cs | 6 -- .../wwwroot/js/bootstrap/Sortable.min.js | 2 - {Template.Maui => salesbook.Maui}/App.xaml | 2 +- {Template.Maui => salesbook.Maui}/App.xaml.cs | 2 +- .../Core/Services/FormFactor.cs | 4 +- .../Core/Services/LocalDbService.cs | 4 +- .../Core/Services/ManageDataService.cs | 10 +-- .../Core/Services/NetworkService.cs | 4 +- .../Core/Services/SyncDbService.cs | 6 +- .../MainPage.xaml | 6 +- .../MainPage.xaml.cs | 4 +- .../MauiProgram.cs | 20 +++--- .../Platforms/Android/AndroidManifest.xml | 0 .../Platforms/Android/MainActivity.cs | 2 +- .../Platforms/Android/MainApplication.cs | 2 +- .../Android/Resources/values/colors.xml | 0 .../Platforms/MacCatalyst/AppDelegate.cs | 4 +- .../Platforms/MacCatalyst/Entitlements.plist | 0 .../Platforms/MacCatalyst/Info.plist | 0 .../Platforms/MacCatalyst/Program.cs | 2 +- .../Platforms/iOS/AppDelegate.cs | 2 +- .../Platforms/iOS/Info.plist | 0 .../Platforms/iOS/Program.cs | 2 +- .../Properties/launchSettings.json | 0 .../Resources/AppIcon/appicon.svg | 0 .../Resources/AppIcon/appiconfg.svg | 0 .../Resources/Fonts/OpenSans-Regular.ttf | Bin .../Resources/Images/dotnet_bot.svg | 0 .../Resources/Raw/AboutAssets.txt | 0 .../Resources/Splash/splash.svg | 0 .../salesbook.Maui.csproj | 6 +- .../wwwroot/favicon.png | Bin salesbook.Maui/wwwroot/index.html | 59 ++++++++++++++++++ .../Components/Layout/HeaderLayout.razor | 0 .../Components/Layout/HeaderLayout.razor.css | 0 .../Components/Layout/MainLayout.razor | 2 +- .../Components/Layout/MainLayout.razor.css | 0 .../Components/Layout/NavMenu.razor | 8 +-- .../Components/Layout/NavMenu.razor.css | 0 .../Layout/Overlay/SaveOverlay.razor | 2 +- .../Layout/Overlay/SaveOverlay.razor.css | 0 .../Layout/Spinner/SpinnerLayout.razor | 0 .../Layout/Spinner/SpinnerLayout.razor.css | 0 .../Layout/Spinner/SyncSpinner.razor | 0 .../Layout/Spinner/SyncSpinner.razor.css | 0 .../Components/Pages/Calendar.razor | 18 +++--- .../Components/Pages/Calendar.razor.css | 0 .../Components/Pages/Home.razor | 2 +- .../Components/Pages/Login.razor | 8 +-- .../Components/Pages/Login.razor.css | 0 .../Components/Pages/Notifications.razor | 4 +- .../Components/Pages/Notifications.razor.css | 0 .../Components/Pages/PersonalInfo.razor | 8 +-- .../Components/Pages/PersonalInfo.razor.css | 0 .../Components/Pages/Settings.razor | 2 +- .../Components/Pages/SyncPage.razor | 4 +- .../Components/Pages/User.razor | 8 +-- .../Components/Pages/User.razor.css | 0 .../Components/Pages/Users.razor | 6 +- .../Components/Pages/Users.razor.css | 0 .../Components/Routes.razor | 2 +- .../BottomSheet/FilterActivity.razor | 8 +-- .../BottomSheet/FilterActivity.razor.css | 0 .../BottomSheet/FilterUsers.razor | 8 +-- .../BottomSheet/FilterUsers.razor.css | 0 .../BottomSheet/SelectEsito.razor | 6 +- .../BottomSheet/SelectEsito.razor.css | 0 .../SingleElements/Card/ActivityCard.razor | 6 +- .../Card/ActivityCard.razor.css | 0 .../SingleElements/Card/ContactCard.razor | 2 +- .../SingleElements/Card/ContactCard.razor.css | 0 .../SingleElements/Card/UserCard.razor | 4 +- .../SingleElements/Card/UserCard.razor.css | 0 .../SingleElements/ExceptionModal.razor | 2 +- .../SingleElements/ExceptionModal.razor.css | 0 .../SingleElements/Modal/ActivityForm.razor | 14 ++--- .../Modal/ActivityForm.razor.css | 0 .../SingleElements/NoDataAvailable.razor | 0 .../SingleElements/NoDataAvailable.razor.css | 0 .../Core/Authorization/Enum/KeyGroupEnum.cs | 2 +- .../Core/Dto/ActivityDTO.cs | 6 +- .../Core/Dto/FilterActivityDTO.cs | 6 +- .../Core/Dto/SettingsResponseDTO.cs | 4 +- .../Core/Dto/TaskSyncResponseDTO.cs | 4 +- .../Core/Entity/AnagClie.cs | 2 +- .../Core/Entity/JtbComt.cs | 2 +- .../Core/Entity/PtbPros.cs | 2 +- .../Core/Entity/PtbProsRif.cs | 2 +- .../Core/Entity/StbActivity.cs | 2 +- .../Core/Entity/StbActivityResult.cs | 2 +- .../Core/Entity/StbActivityType.cs | 2 +- .../Core/Entity/StbUser.cs | 2 +- .../Core/Entity/VtbCliePersRif.cs | 2 +- .../Core/Entity/VtbDest.cs | 2 +- .../Core/Helpers/ActivityCategoryHelper.cs | 4 +- .../Core/Helpers/Enum/ActivityCategoryEnum.cs | 2 +- .../Core/Helpers/IconConstants.cs | 2 +- .../Core/Helpers/KeyGroupHelper.cs | 4 +- .../Core/Helpers/MappingProfile.cs | 6 +- .../Core/Helpers/ModalHelpers.cs | 6 +- .../Core/Helpers/ObjectExtensions.cs | 2 +- .../Core/Interface/IFormFactor.cs | 2 +- .../Core/Interface/IIntegryApiService.cs | 6 +- .../Core/Interface/IManageDataService.cs | 6 +- .../Core/Interface/INetworkService.cs | 2 +- .../Core/Interface/ISyncDbService.cs | 2 +- .../Activity/Copy/CopyActivityMessage.cs | 6 ++ .../Activity/Copy/CopyActivityService.cs | 4 +- .../Activity/New/NewActivityMessage.cs | 2 +- .../Activity/New/NewActivityService.cs | 2 +- .../Messages/Back/BackNavigationService.cs | 2 +- .../Core/Messages/Back/HardwareBackMessage.cs | 2 +- .../AppAuthenticationStateProvider.cs | 2 +- .../Core/Services/IntegryApiService.cs | 8 +-- .../Core/Utility/UtilityColor.cs | 2 +- .../Core/Utility/UtilityString.cs | 2 +- .../InteractiveRenderSettings.cs | 2 +- .../_Imports.razor | 8 +-- .../salesbook.Shared.csproj | 0 .../wwwroot/css/app.css | 0 .../css/bootstrap/bootstrap-icons.min.css | 0 .../wwwroot/css/bootstrap/bootstrap.min.css | 0 .../css/bootstrap/bootstrap.min.css.map | 2 +- .../css/bootstrap/fonts/bootstrap-icons.woff | Bin .../css/bootstrap/fonts/bootstrap-icons.woff2 | Bin .../wwwroot/css/bottomSheet.css | 0 .../wwwroot/css/default-theme.css | 0 .../wwwroot/css/form.css | 0 .../wwwroot/css/lineicons/fonts/Lineicons.eot | Bin .../wwwroot/css/lineicons/fonts/Lineicons.svg | 0 .../wwwroot/css/lineicons/fonts/Lineicons.ttf | Bin .../css/lineicons/fonts/Lineicons.woff | Bin .../css/lineicons/fonts/Lineicons.woff2 | Bin .../wwwroot/css/lineicons/lineicons.css | 0 .../wwwroot/css/remixicon/remixicon.css | 0 .../wwwroot/css/remixicon/remixicon.eot | Bin .../wwwroot/css/remixicon/remixicon.ttf | Bin .../wwwroot/css/remixicon/remixicon.woff | Bin .../wwwroot/css/remixicon/remixicon.woff2 | Bin .../wwwroot/images/logoIntegry.svg | 0 .../salesbook-marchio_vers.positiva.svg | 0 .../images/undraw_file-search_cbur.svg | 0 .../wwwroot/js/alphaScroll.js | 0 .../wwwroot/js/bootstrap/Sortable.min.js | 2 + .../js/bootstrap/bootstrap.bundle.min.js | 2 +- .../wwwroot/js/bootstrap/chart.umd.js | 0 .../chartjs-plugin-datalabels.min.js | 0 .../wwwroot/js/calendar.js | 0 .../wwwroot/js/main.js | 0 .../Components/Pages/Error.razor | 0 .../Components/_Imports.razor | 6 +- .../Core/Services/FormFactor.cs | 4 +- .../Core/Services/ManageDataService.cs | 13 ++-- .../Core/Services/NetworkService.cs | 4 +- .../Core/Services/SyncDbService.cs | 4 +- {Template.Web => salesbook.Web}/Program.cs | 8 +-- .../Properties/launchSettings.json | 0 .../appsettings.Development.json | 0 .../appsettings.json | 0 .../salesbook.Web.csproj | 2 +- .../wwwroot/favicon.png | Bin .../wwwroot/index.html | 16 ++--- Template.sln => salesbook.sln | 6 +- 164 files changed, 267 insertions(+), 262 deletions(-) delete mode 100644 Template.Maui/wwwroot/index.html delete mode 100644 Template.Shared/Core/Messages/Activity/Copy/CopyActivityMessage.cs delete mode 100644 Template.Shared/wwwroot/js/bootstrap/Sortable.min.js rename {Template.Maui => salesbook.Maui}/App.xaml (96%) rename {Template.Maui => salesbook.Maui}/App.xaml.cs (94%) rename {Template.Maui => salesbook.Maui}/Core/Services/FormFactor.cs (76%) rename {Template.Maui => salesbook.Maui}/Core/Services/LocalDbService.cs (98%) rename {Template.Maui => salesbook.Maui}/Core/Services/ManageDataService.cs (93%) rename {Template.Maui => salesbook.Maui}/Core/Services/NetworkService.cs (68%) rename {Template.Maui => salesbook.Maui}/Core/Services/SyncDbService.cs (96%) rename {Template.Maui => salesbook.Maui}/MainPage.xaml (73%) rename {Template.Maui => salesbook.Maui}/MainPage.xaml.cs (87%) rename {Template.Maui => salesbook.Maui}/MauiProgram.cs (84%) rename {Template.Maui => salesbook.Maui}/Platforms/Android/AndroidManifest.xml (100%) rename {Template.Maui => salesbook.Maui}/Platforms/Android/MainActivity.cs (94%) rename {Template.Maui => salesbook.Maui}/Platforms/Android/MainApplication.cs (93%) rename {Template.Maui => salesbook.Maui}/Platforms/Android/Resources/values/colors.xml (100%) rename {Template.Maui => salesbook.Maui}/Platforms/MacCatalyst/AppDelegate.cs (81%) rename {Template.Maui => salesbook.Maui}/Platforms/MacCatalyst/Entitlements.plist (100%) rename {Template.Maui => salesbook.Maui}/Platforms/MacCatalyst/Info.plist (100%) rename {Template.Maui => salesbook.Maui}/Platforms/MacCatalyst/Program.cs (93%) rename {Template.Maui => salesbook.Maui}/Platforms/iOS/AppDelegate.cs (89%) rename {Template.Maui => salesbook.Maui}/Platforms/iOS/Info.plist (100%) rename {Template.Maui => salesbook.Maui}/Platforms/iOS/Program.cs (93%) rename {Template.Maui => salesbook.Maui}/Properties/launchSettings.json (100%) rename {Template.Maui => salesbook.Maui}/Resources/AppIcon/appicon.svg (100%) rename {Template.Maui => salesbook.Maui}/Resources/AppIcon/appiconfg.svg (100%) rename {Template.Maui => salesbook.Maui}/Resources/Fonts/OpenSans-Regular.ttf (100%) rename {Template.Maui => salesbook.Maui}/Resources/Images/dotnet_bot.svg (100%) rename {Template.Maui => salesbook.Maui}/Resources/Raw/AboutAssets.txt (100%) rename {Template.Maui => salesbook.Maui}/Resources/Splash/splash.svg (100%) rename Template.Maui/Template.Maui.csproj => salesbook.Maui/salesbook.Maui.csproj (97%) rename {Template.Maui => salesbook.Maui}/wwwroot/favicon.png (100%) create mode 100644 salesbook.Maui/wwwroot/index.html rename {Template.Shared => salesbook.Shared}/Components/Layout/HeaderLayout.razor (100%) rename {Template.Shared => salesbook.Shared}/Components/Layout/HeaderLayout.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/Layout/MainLayout.razor (98%) rename {Template.Shared => salesbook.Shared}/Components/Layout/MainLayout.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/Layout/NavMenu.razor (95%) rename {Template.Shared => salesbook.Shared}/Components/Layout/NavMenu.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/Layout/Overlay/SaveOverlay.razor (92%) rename {Template.Shared => salesbook.Shared}/Components/Layout/Overlay/SaveOverlay.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/Layout/Spinner/SpinnerLayout.razor (100%) rename {Template.Shared => salesbook.Shared}/Components/Layout/Spinner/SpinnerLayout.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/Layout/Spinner/SyncSpinner.razor (100%) rename {Template.Shared => salesbook.Shared}/Components/Layout/Spinner/SyncSpinner.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/Pages/Calendar.razor (97%) rename {Template.Shared => salesbook.Shared}/Components/Pages/Calendar.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/Pages/Home.razor (93%) rename {Template.Shared => salesbook.Shared}/Components/Pages/Login.razor (91%) rename {Template.Shared => salesbook.Shared}/Components/Pages/Login.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/Pages/Notifications.razor (66%) rename {Template.Shared => salesbook.Shared}/Components/Pages/Notifications.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/Pages/PersonalInfo.razor (97%) rename {Template.Shared => salesbook.Shared}/Components/Pages/PersonalInfo.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/Pages/Settings.razor (83%) rename {Template.Shared => salesbook.Shared}/Components/Pages/SyncPage.razor (96%) rename {Template.Shared => salesbook.Shared}/Components/Pages/User.razor (95%) rename {Template.Shared => salesbook.Shared}/Components/Pages/User.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/Pages/Users.razor (96%) rename {Template.Shared => salesbook.Shared}/Components/Pages/Users.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/Routes.razor (97%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/BottomSheet/FilterActivity.razor (97%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/BottomSheet/FilterActivity.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/BottomSheet/FilterUsers.razor (97%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/BottomSheet/FilterUsers.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/BottomSheet/SelectEsito.razor (97%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/BottomSheet/SelectEsito.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/Card/ActivityCard.razor (97%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/Card/ActivityCard.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/Card/ContactCard.razor (96%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/Card/ContactCard.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/Card/UserCard.razor (97%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/Card/UserCard.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/ExceptionModal.razor (97%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/ExceptionModal.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/Modal/ActivityForm.razor (97%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/Modal/ActivityForm.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/NoDataAvailable.razor (100%) rename {Template.Shared => salesbook.Shared}/Components/SingleElements/NoDataAvailable.razor.css (100%) rename {Template.Shared => salesbook.Shared}/Core/Authorization/Enum/KeyGroupEnum.cs (60%) rename {Template.Shared => salesbook.Shared}/Core/Dto/ActivityDTO.cs (97%) rename {Template.Shared => salesbook.Shared}/Core/Dto/FilterActivityDTO.cs (78%) rename {Template.Shared => salesbook.Shared}/Core/Dto/SettingsResponseDTO.cs (83%) rename {Template.Shared => salesbook.Shared}/Core/Dto/TaskSyncResponseDTO.cs (87%) rename {Template.Shared => salesbook.Shared}/Core/Entity/AnagClie.cs (98%) rename {Template.Shared => salesbook.Shared}/Core/Entity/JtbComt.cs (98%) rename {Template.Shared => salesbook.Shared}/Core/Entity/PtbPros.cs (99%) rename {Template.Shared => salesbook.Shared}/Core/Entity/PtbProsRif.cs (96%) rename {Template.Shared => salesbook.Shared}/Core/Entity/StbActivity.cs (99%) rename {Template.Shared => salesbook.Shared}/Core/Entity/StbActivityResult.cs (96%) rename {Template.Shared => salesbook.Shared}/Core/Entity/StbActivityType.cs (97%) rename {Template.Shared => salesbook.Shared}/Core/Entity/StbUser.cs (88%) rename {Template.Shared => salesbook.Shared}/Core/Entity/VtbCliePersRif.cs (97%) rename {Template.Shared => salesbook.Shared}/Core/Entity/VtbDest.cs (99%) rename {Template.Shared => salesbook.Shared}/Core/Helpers/ActivityCategoryHelper.cs (88%) rename {Template.Shared => salesbook.Shared}/Core/Helpers/Enum/ActivityCategoryEnum.cs (62%) rename {Template.Shared => salesbook.Shared}/Core/Helpers/IconConstants.cs (85%) rename {Template.Shared => salesbook.Shared}/Core/Helpers/KeyGroupHelper.cs (82%) rename {Template.Shared => salesbook.Shared}/Core/Helpers/MappingProfile.cs (58%) rename {Template.Shared => salesbook.Shared}/Core/Helpers/ModalHelpers.cs (83%) rename {Template.Shared => salesbook.Shared}/Core/Helpers/ObjectExtensions.cs (93%) rename {Template.Shared => salesbook.Shared}/Core/Interface/IFormFactor.cs (83%) rename {Template.Shared => salesbook.Shared}/Core/Interface/IIntegryApiService.cs (81%) rename {Template.Shared => salesbook.Shared}/Core/Interface/IManageDataService.cs (78%) rename {Template.Shared => salesbook.Shared}/Core/Interface/INetworkService.cs (61%) rename {Template.Shared => salesbook.Shared}/Core/Interface/ISyncDbService.cs (86%) create mode 100644 salesbook.Shared/Core/Messages/Activity/Copy/CopyActivityMessage.cs rename {Template.Shared => salesbook.Shared}/Core/Messages/Activity/Copy/CopyActivityService.cs (78%) rename {Template.Shared => salesbook.Shared}/Core/Messages/Activity/New/NewActivityMessage.cs (61%) rename {Template.Shared => salesbook.Shared}/Core/Messages/Activity/New/NewActivityService.cs (85%) rename {Template.Shared => salesbook.Shared}/Core/Messages/Back/BackNavigationService.cs (87%) rename {Template.Shared => salesbook.Shared}/Core/Messages/Back/HardwareBackMessage.cs (63%) rename {Template.Shared => salesbook.Shared}/Core/Services/AppAuthenticationStateProvider.cs (97%) rename {Template.Shared => salesbook.Shared}/Core/Services/IntegryApiService.cs (93%) rename {Template.Shared => salesbook.Shared}/Core/Utility/UtilityColor.cs (98%) rename {Template.Shared => salesbook.Shared}/Core/Utility/UtilityString.cs (96%) rename {Template.Shared => salesbook.Shared}/InteractiveRenderSettings.cs (95%) rename {Template.Shared => salesbook.Shared}/_Imports.razor (81%) rename Template.Shared/Template.Shared.csproj => salesbook.Shared/salesbook.Shared.csproj (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/app.css (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/bootstrap/bootstrap-icons.min.css (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/bootstrap/bootstrap.min.css (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/bootstrap/bootstrap.min.css.map (72%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff2 (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/bottomSheet.css (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/default-theme.css (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/form.css (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/lineicons/fonts/Lineicons.eot (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/lineicons/fonts/Lineicons.svg (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/lineicons/fonts/Lineicons.ttf (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/lineicons/fonts/Lineicons.woff (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/lineicons/fonts/Lineicons.woff2 (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/lineicons/lineicons.css (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/remixicon/remixicon.css (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/remixicon/remixicon.eot (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/remixicon/remixicon.ttf (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/remixicon/remixicon.woff (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/css/remixicon/remixicon.woff2 (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/images/logoIntegry.svg (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/images/salesbook-marchio_vers.positiva.svg (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/images/undraw_file-search_cbur.svg (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/js/alphaScroll.js (100%) create mode 100644 salesbook.Shared/wwwroot/js/bootstrap/Sortable.min.js rename {Template.Shared => salesbook.Shared}/wwwroot/js/bootstrap/bootstrap.bundle.min.js (73%) rename {Template.Shared => salesbook.Shared}/wwwroot/js/bootstrap/chart.umd.js (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/js/bootstrap/chartjs-plugin-datalabels.min.js (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/js/calendar.js (100%) rename {Template.Shared => salesbook.Shared}/wwwroot/js/main.js (100%) rename {Template.Web => salesbook.Web}/Components/Pages/Error.razor (100%) rename {Template.Web => salesbook.Web}/Components/_Imports.razor (80%) rename {Template.Web => salesbook.Web}/Core/Services/FormFactor.cs (72%) rename {Template.Web => salesbook.Web}/Core/Services/ManageDataService.cs (72%) rename {Template.Web => salesbook.Web}/Core/Services/NetworkService.cs (59%) rename {Template.Web => salesbook.Web}/Core/Services/SyncDbService.cs (88%) rename {Template.Web => salesbook.Web}/Program.cs (89%) rename {Template.Web => salesbook.Web}/Properties/launchSettings.json (100%) rename {Template.Web => salesbook.Web}/appsettings.Development.json (100%) rename {Template.Web => salesbook.Web}/appsettings.json (100%) rename Template.Web/Template.Web.csproj => salesbook.Web/salesbook.Web.csproj (92%) rename {Template.Web => salesbook.Web}/wwwroot/favicon.png (100%) rename {Template.Web => salesbook.Web}/wwwroot/index.html (71%) rename Template.sln => salesbook.sln (79%) diff --git a/Template.Maui/wwwroot/index.html b/Template.Maui/wwwroot/index.html deleted file mode 100644 index 3ab32ce..0000000 --- a/Template.Maui/wwwroot/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - Template.Maui - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
- -
- An unhandled error has occurred. - Reload - 🗙 -
- - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Template.Shared/Core/Messages/Activity/Copy/CopyActivityMessage.cs b/Template.Shared/Core/Messages/Activity/Copy/CopyActivityMessage.cs deleted file mode 100644 index b53719b..0000000 --- a/Template.Shared/Core/Messages/Activity/Copy/CopyActivityMessage.cs +++ /dev/null @@ -1,6 +0,0 @@ -using CommunityToolkit.Mvvm.Messaging.Messages; -using Template.Shared.Core.Dto; - -namespace Template.Shared.Core.Messages.Activity.Copy; - -public class CopyActivityMessage(ActivityDTO value) : ValueChangedMessage(value); \ No newline at end of file diff --git a/Template.Shared/wwwroot/js/bootstrap/Sortable.min.js b/Template.Shared/wwwroot/js/bootstrap/Sortable.min.js deleted file mode 100644 index abe4ddb..0000000 --- a/Template.Shared/wwwroot/js/bootstrap/Sortable.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! Sortable 1.15.3 - MIT | git://github.com/SortableJS/Sortable.git */ -!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t=t||self).Sortable=e()}(this,function(){"use strict";function e(e,t){var n,o=Object.keys(e);return Object.getOwnPropertySymbols&&(n=Object.getOwnPropertySymbols(e),t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),o.push.apply(o,n)),o}function I(o){for(var t=1;tt.length)&&(e=t.length);for(var n=0,o=new Array(e);n"===e[0]&&(e=e.substring(1)),t))try{if(t.matches)return t.matches(e);if(t.msMatchesSelector)return t.msMatchesSelector(e);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(e)}catch(t){return}}function g(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function P(t,e,n,o){if(t){n=n||document;do{if(null!=e&&(">"!==e[0]||t.parentNode===n)&&p(t,e)||o&&t===n)return t}while(t!==n&&(t=g(t)))}return null}var m,v=/\s+/g;function k(t,e,n){var o;t&&e&&(t.classList?t.classList[n?"add":"remove"](e):(o=(" "+t.className+" ").replace(v," ").replace(" "+e+" "," "),t.className=(o+(n?" "+e:"")).replace(v," ")))}function R(t,e,n){var o=t&&t.style;if(o){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(n=t.currentStyle),void 0===e?n:n[e];o[e=!(e in o||-1!==e.indexOf("webkit"))?"-webkit-"+e:e]=n+("string"==typeof n?"":"px")}}function b(t,e){var n="";if("string"==typeof t)n=t;else do{var o=R(t,"transform")}while(o&&"none"!==o&&(n=o+" "+n),!e&&(t=t.parentNode));var i=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return i&&new i(n)}function E(t,e,n){if(t){var o=t.getElementsByTagName(e),i=0,r=o.length;if(n)for(;i=n.left-e&&i<=n.right+e,e=r>=n.top-e&&r<=n.bottom+e;return o&&e?a=t:void 0}}),a);if(e){var n,o={};for(n in t)t.hasOwnProperty(n)&&(o[n]=t[n]);o.target=o.rootEl=e,o.preventDefault=void 0,o.stopPropagation=void 0,e[K]._onDragOver(o)}}var i,r,a}function Ft(t){Z&&Z.parentNode[K]._isOutsideThisEl(t.target)}function jt(t,e){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=e=a({},e),t[K]=this;var n,o,i={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return kt(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,e){t.setData("Text",e.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==jt.supportPointer&&"PointerEvent"in window&&!u,emptyInsertThreshold:5};for(n in z.initializePlugins(this,t,i),i)n in e||(e[n]=i[n]);for(o in Rt(e),this)"_"===o.charAt(0)&&"function"==typeof this[o]&&(this[o]=this[o].bind(this));this.nativeDraggable=!e.forceFallback&&It,this.nativeDraggable&&(this.options.touchStartThreshold=1),e.supportPointer?h(t,"pointerdown",this._onTapStart):(h(t,"mousedown",this._onTapStart),h(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(h(t,"dragover",this),h(t,"dragenter",this)),St.push(this.el),e.store&&e.store.get&&this.sort(e.store.get(this)||[]),a(this,A())}function Ht(t,e,n,o,i,r,a,l){var s,c,u=t[K],d=u.options.onMove;return!window.CustomEvent||y||w?(s=document.createEvent("Event")).initEvent("move",!0,!0):s=new CustomEvent("move",{bubbles:!0,cancelable:!0}),s.to=e,s.from=t,s.dragged=n,s.draggedRect=o,s.related=i||e,s.relatedRect=r||X(e),s.willInsertAfter=l,s.originalEvent=a,t.dispatchEvent(s),c=d?d.call(u,s,a):c}function Lt(t){t.draggable=!1}function Kt(){xt=!1}function Wt(t){return setTimeout(t,0)}function zt(t){return clearTimeout(t)}jt.prototype={constructor:jt,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(vt=null)},_getDirection:function(t,e){return"function"==typeof this.options.direction?this.options.direction.call(this,t,e,Z):this.options.direction},_onTapStart:function(e){if(e.cancelable){var n=this,o=this.el,t=this.options,i=t.preventOnFilter,r=e.type,a=e.touches&&e.touches[0]||e.pointerType&&"touch"===e.pointerType&&e,l=(a||e).target,s=e.target.shadowRoot&&(e.path&&e.path[0]||e.composedPath&&e.composedPath()[0])||l,c=t.filter;if(!function(t){Ot.length=0;var e=t.getElementsByTagName("input"),n=e.length;for(;n--;){var o=e[n];o.checked&&Ot.push(o)}}(o),!Z&&!(/mousedown|pointerdown/.test(r)&&0!==e.button||t.disabled)&&!s.isContentEditable&&(this.nativeDraggable||!u||!l||"SELECT"!==l.tagName.toUpperCase())&&!((l=P(l,t.draggable,o,!1))&&l.animated||et===l)){if(it=j(l),at=j(l,t.draggable),"function"==typeof c){if(c.call(this,e,l,this))return V({sortable:n,rootEl:s,name:"filter",targetEl:l,toEl:o,fromEl:o}),U("filter",n,{evt:e}),void(i&&e.cancelable&&e.preventDefault())}else if(c=c&&c.split(",").some(function(t){if(t=P(s,t.trim(),o,!1))return V({sortable:n,rootEl:t,name:"filter",targetEl:l,fromEl:o,toEl:o}),U("filter",n,{evt:e}),!0}))return void(i&&e.cancelable&&e.preventDefault());t.handle&&!P(s,t.handle,o,!1)||this._prepareDragStart(e,a,l)}}},_prepareDragStart:function(t,e,n){var o,i=this,r=i.el,a=i.options,l=r.ownerDocument;n&&!Z&&n.parentNode===r&&(o=X(n),J=r,$=(Z=n).parentNode,tt=Z.nextSibling,et=n,st=a.group,ut={target:jt.dragged=Z,clientX:(e||t).clientX,clientY:(e||t).clientY},pt=ut.clientX-o.left,gt=ut.clientY-o.top,this._lastX=(e||t).clientX,this._lastY=(e||t).clientY,Z.style["will-change"]="all",o=function(){U("delayEnded",i,{evt:t}),jt.eventCanceled?i._onDrop():(i._disableDelayedDragEvents(),!s&&i.nativeDraggable&&(Z.draggable=!0),i._triggerDragStart(t,e),V({sortable:i,name:"choose",originalEvent:t}),k(Z,a.chosenClass,!0))},a.ignore.split(",").forEach(function(t){E(Z,t.trim(),Lt)}),h(l,"dragover",Bt),h(l,"mousemove",Bt),h(l,"touchmove",Bt),h(l,"mouseup",i._onDrop),h(l,"touchend",i._onDrop),h(l,"touchcancel",i._onDrop),s&&this.nativeDraggable&&(this.options.touchStartThreshold=4,Z.draggable=!0),U("delayStart",this,{evt:t}),!a.delay||a.delayOnTouchOnly&&!e||this.nativeDraggable&&(w||y)?o():jt.eventCanceled?this._onDrop():(h(l,"mouseup",i._disableDelayedDrag),h(l,"touchend",i._disableDelayedDrag),h(l,"touchcancel",i._disableDelayedDrag),h(l,"mousemove",i._delayedDragTouchMoveHandler),h(l,"touchmove",i._delayedDragTouchMoveHandler),a.supportPointer&&h(l,"pointermove",i._delayedDragTouchMoveHandler),i._dragStartTimer=setTimeout(o,a.delay)))},_delayedDragTouchMoveHandler:function(t){t=t.touches?t.touches[0]:t;Math.max(Math.abs(t.clientX-this._lastX),Math.abs(t.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){Z&&Lt(Z),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;f(t,"mouseup",this._disableDelayedDrag),f(t,"touchend",this._disableDelayedDrag),f(t,"touchcancel",this._disableDelayedDrag),f(t,"mousemove",this._delayedDragTouchMoveHandler),f(t,"touchmove",this._delayedDragTouchMoveHandler),f(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,e){e=e||"touch"==t.pointerType&&t,!this.nativeDraggable||e?this.options.supportPointer?h(document,"pointermove",this._onTouchMove):h(document,e?"touchmove":"mousemove",this._onTouchMove):(h(Z,"dragend",this),h(J,"dragstart",this._onDragStart));try{document.selection?Wt(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch(t){}},_dragStarted:function(t,e){var n;Et=!1,J&&Z?(U("dragStarted",this,{evt:e}),this.nativeDraggable&&h(document,"dragover",Ft),n=this.options,t||k(Z,n.dragClass,!1),k(Z,n.ghostClass,!0),jt.active=this,t&&this._appendGhost(),V({sortable:this,name:"start",originalEvent:e})):this._nulling()},_emulateDragOver:function(){if(dt){this._lastX=dt.clientX,this._lastY=dt.clientY,Xt();for(var t=document.elementFromPoint(dt.clientX,dt.clientY),e=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(dt.clientX,dt.clientY))!==e;)e=t;if(Z.parentNode[K]._isOutsideThisEl(t),e)do{if(e[K])if(e[K]._onDragOver({clientX:dt.clientX,clientY:dt.clientY,target:t,rootEl:e})&&!this.options.dragoverBubble)break}while(e=g(t=e));Yt()}},_onTouchMove:function(t){if(ut){var e=this.options,n=e.fallbackTolerance,o=e.fallbackOffset,i=t.touches?t.touches[0]:t,r=Q&&b(Q,!0),a=Q&&r&&r.a,l=Q&&r&&r.d,e=At&&wt&&D(wt),a=(i.clientX-ut.clientX+o.x)/(a||1)+(e?e[0]-Tt[0]:0)/(a||1),l=(i.clientY-ut.clientY+o.y)/(l||1)+(e?e[1]-Tt[1]:0)/(l||1);if(!jt.active&&!Et){if(n&&Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))D.right+10||S.clientY>x.bottom&&S.clientX>x.left:S.clientY>D.bottom+10||S.clientX>x.right&&S.clientY>x.top)||m.animated)){if(m&&(t=n,e=r,C=X(B((_=this).el,0,_.options,!0)),_=L(_.el,_.options,Q),e?t.clientX<_.left-10||t.clientY + x:Class="salesbook.Maui.App"> diff --git a/Template.Maui/App.xaml.cs b/salesbook.Maui/App.xaml.cs similarity index 94% rename from Template.Maui/App.xaml.cs rename to salesbook.Maui/App.xaml.cs index 12dd76d..641e04a 100644 --- a/Template.Maui/App.xaml.cs +++ b/salesbook.Maui/App.xaml.cs @@ -1,6 +1,6 @@ using CommunityToolkit.Mvvm.Messaging; -namespace Template.Maui +namespace salesbook.Maui { public partial class App : Application { diff --git a/Template.Maui/Core/Services/FormFactor.cs b/salesbook.Maui/Core/Services/FormFactor.cs similarity index 76% rename from Template.Maui/Core/Services/FormFactor.cs rename to salesbook.Maui/Core/Services/FormFactor.cs index 71fe68a..d3cc460 100644 --- a/Template.Maui/Core/Services/FormFactor.cs +++ b/salesbook.Maui/Core/Services/FormFactor.cs @@ -1,6 +1,6 @@ -using Template.Shared.Core.Interface; +using salesbook.Shared.Core.Interface; -namespace Template.Maui.Core.Services; +namespace salesbook.Maui.Core.Services; public class FormFactor : IFormFactor { diff --git a/Template.Maui/Core/Services/LocalDbService.cs b/salesbook.Maui/Core/Services/LocalDbService.cs similarity index 98% rename from Template.Maui/Core/Services/LocalDbService.cs rename to salesbook.Maui/Core/Services/LocalDbService.cs index d603bb3..4697be2 100644 --- a/Template.Maui/Core/Services/LocalDbService.cs +++ b/salesbook.Maui/Core/Services/LocalDbService.cs @@ -1,8 +1,8 @@ using SQLite; using System.Linq.Expressions; -using Template.Shared.Core.Entity; +using salesbook.Shared.Core.Entity; -namespace Template.Maui.Core.Services; +namespace salesbook.Maui.Core.Services; public class LocalDbService { diff --git a/Template.Maui/Core/Services/ManageDataService.cs b/salesbook.Maui/Core/Services/ManageDataService.cs similarity index 93% rename from Template.Maui/Core/Services/ManageDataService.cs rename to salesbook.Maui/Core/Services/ManageDataService.cs index 3b2d70d..6bd036e 100644 --- a/Template.Maui/Core/Services/ManageDataService.cs +++ b/salesbook.Maui/Core/Services/ManageDataService.cs @@ -1,11 +1,11 @@ using AutoMapper; using System.Linq.Expressions; -using Template.Shared.Core.Dto; -using Template.Shared.Core.Entity; -using Template.Shared.Core.Helpers.Enum; -using Template.Shared.Core.Interface; +using salesbook.Shared.Core.Dto; +using salesbook.Shared.Core.Entity; +using salesbook.Shared.Core.Helpers.Enum; +using salesbook.Shared.Core.Interface; -namespace Template.Maui.Core.Services; +namespace salesbook.Maui.Core.Services; public class ManageDataService(LocalDbService localDb, IMapper mapper) : IManageDataService { diff --git a/Template.Maui/Core/Services/NetworkService.cs b/salesbook.Maui/Core/Services/NetworkService.cs similarity index 68% rename from Template.Maui/Core/Services/NetworkService.cs rename to salesbook.Maui/Core/Services/NetworkService.cs index 053c0ff..31a45b0 100644 --- a/Template.Maui/Core/Services/NetworkService.cs +++ b/salesbook.Maui/Core/Services/NetworkService.cs @@ -1,6 +1,6 @@ -using Template.Shared.Core.Interface; +using salesbook.Shared.Core.Interface; -namespace Template.Maui.Core.Services; +namespace salesbook.Maui.Core.Services; public class NetworkService : INetworkService { diff --git a/Template.Maui/Core/Services/SyncDbService.cs b/salesbook.Maui/Core/Services/SyncDbService.cs similarity index 96% rename from Template.Maui/Core/Services/SyncDbService.cs rename to salesbook.Maui/Core/Services/SyncDbService.cs index 7019edf..c883d0f 100644 --- a/Template.Maui/Core/Services/SyncDbService.cs +++ b/salesbook.Maui/Core/Services/SyncDbService.cs @@ -1,7 +1,7 @@ -using Template.Shared.Core.Helpers; -using Template.Shared.Core.Interface; +using salesbook.Shared.Core.Helpers; +using salesbook.Shared.Core.Interface; -namespace Template.Maui.Core.Services; +namespace salesbook.Maui.Core.Services; public class SyncDbService(IIntegryApiService integryApiService, LocalDbService localDb) : ISyncDbService { diff --git a/Template.Maui/MainPage.xaml b/salesbook.Maui/MainPage.xaml similarity index 73% rename from Template.Maui/MainPage.xaml rename to salesbook.Maui/MainPage.xaml index 222124c..170689a 100644 --- a/Template.Maui/MainPage.xaml +++ b/salesbook.Maui/MainPage.xaml @@ -1,9 +1,9 @@ diff --git a/Template.Maui/MainPage.xaml.cs b/salesbook.Maui/MainPage.xaml.cs similarity index 87% rename from Template.Maui/MainPage.xaml.cs rename to salesbook.Maui/MainPage.xaml.cs index 7fb2108..0b723b4 100644 --- a/Template.Maui/MainPage.xaml.cs +++ b/salesbook.Maui/MainPage.xaml.cs @@ -1,7 +1,7 @@ using CommunityToolkit.Mvvm.Messaging; -using Template.Shared.Core.Messages.Back; +using salesbook.Shared.Core.Messages.Back; -namespace Template.Maui +namespace salesbook.Maui { public partial class MainPage : ContentPage { diff --git a/Template.Maui/MauiProgram.cs b/salesbook.Maui/MauiProgram.cs similarity index 84% rename from Template.Maui/MauiProgram.cs rename to salesbook.Maui/MauiProgram.cs index a5fdae4..5334091 100644 --- a/Template.Maui/MauiProgram.cs +++ b/salesbook.Maui/MauiProgram.cs @@ -5,17 +5,17 @@ using Microsoft.AspNetCore.Components.Authorization; using Microsoft.Extensions.Logging; using MudBlazor.Services; using MudExtensions.Services; -using Template.Maui.Core.Services; -using Template.Shared; -using Template.Shared.Core.Helpers; -using Template.Shared.Core.Interface; -using Template.Shared.Core.Messages.Activity; -using Template.Shared.Core.Messages.Activity.Copy; -using Template.Shared.Core.Messages.Activity.New; -using Template.Shared.Core.Messages.Back; -using Template.Shared.Core.Services; +using salesbook.Maui.Core.Services; +using salesbook.Shared; +using salesbook.Shared.Core.Helpers; +using salesbook.Shared.Core.Interface; +using salesbook.Shared.Core.Messages.Activity; +using salesbook.Shared.Core.Messages.Activity.Copy; +using salesbook.Shared.Core.Messages.Activity.New; +using salesbook.Shared.Core.Messages.Back; +using salesbook.Shared.Core.Services; -namespace Template.Maui +namespace salesbook.Maui { public static class MauiProgram { diff --git a/Template.Maui/Platforms/Android/AndroidManifest.xml b/salesbook.Maui/Platforms/Android/AndroidManifest.xml similarity index 100% rename from Template.Maui/Platforms/Android/AndroidManifest.xml rename to salesbook.Maui/Platforms/Android/AndroidManifest.xml diff --git a/Template.Maui/Platforms/Android/MainActivity.cs b/salesbook.Maui/Platforms/Android/MainActivity.cs similarity index 94% rename from Template.Maui/Platforms/Android/MainActivity.cs rename to salesbook.Maui/Platforms/Android/MainActivity.cs index 2a69013..1c93fe9 100644 --- a/Template.Maui/Platforms/Android/MainActivity.cs +++ b/salesbook.Maui/Platforms/Android/MainActivity.cs @@ -1,7 +1,7 @@ using Android.App; using Android.Content.PM; -namespace Template.Maui +namespace salesbook.Maui { [Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, diff --git a/Template.Maui/Platforms/Android/MainApplication.cs b/salesbook.Maui/Platforms/Android/MainApplication.cs similarity index 93% rename from Template.Maui/Platforms/Android/MainApplication.cs rename to salesbook.Maui/Platforms/Android/MainApplication.cs index 9e63b56..b8939c1 100644 --- a/Template.Maui/Platforms/Android/MainApplication.cs +++ b/salesbook.Maui/Platforms/Android/MainApplication.cs @@ -1,7 +1,7 @@ using Android.App; using Android.Runtime; -namespace Template.Maui +namespace salesbook.Maui { [Application] public class MainApplication : MauiApplication diff --git a/Template.Maui/Platforms/Android/Resources/values/colors.xml b/salesbook.Maui/Platforms/Android/Resources/values/colors.xml similarity index 100% rename from Template.Maui/Platforms/Android/Resources/values/colors.xml rename to salesbook.Maui/Platforms/Android/Resources/values/colors.xml diff --git a/Template.Maui/Platforms/MacCatalyst/AppDelegate.cs b/salesbook.Maui/Platforms/MacCatalyst/AppDelegate.cs similarity index 81% rename from Template.Maui/Platforms/MacCatalyst/AppDelegate.cs rename to salesbook.Maui/Platforms/MacCatalyst/AppDelegate.cs index 60c4810..b1ac90f 100644 --- a/Template.Maui/Platforms/MacCatalyst/AppDelegate.cs +++ b/salesbook.Maui/Platforms/MacCatalyst/AppDelegate.cs @@ -1,7 +1,7 @@ using Foundation; -using Template.Maui; +using salesbook.Maui; -namespace Template.Maui +namespace salesbook.Maui { [Register("AppDelegate")] public class AppDelegate : MauiUIApplicationDelegate diff --git a/Template.Maui/Platforms/MacCatalyst/Entitlements.plist b/salesbook.Maui/Platforms/MacCatalyst/Entitlements.plist similarity index 100% rename from Template.Maui/Platforms/MacCatalyst/Entitlements.plist rename to salesbook.Maui/Platforms/MacCatalyst/Entitlements.plist diff --git a/Template.Maui/Platforms/MacCatalyst/Info.plist b/salesbook.Maui/Platforms/MacCatalyst/Info.plist similarity index 100% rename from Template.Maui/Platforms/MacCatalyst/Info.plist rename to salesbook.Maui/Platforms/MacCatalyst/Info.plist diff --git a/Template.Maui/Platforms/MacCatalyst/Program.cs b/salesbook.Maui/Platforms/MacCatalyst/Program.cs similarity index 93% rename from Template.Maui/Platforms/MacCatalyst/Program.cs rename to salesbook.Maui/Platforms/MacCatalyst/Program.cs index dc39375..2877acb 100644 --- a/Template.Maui/Platforms/MacCatalyst/Program.cs +++ b/salesbook.Maui/Platforms/MacCatalyst/Program.cs @@ -1,7 +1,7 @@ using ObjCRuntime; using UIKit; -namespace Template.Maui +namespace salesbook.Maui { public class Program { diff --git a/Template.Maui/Platforms/iOS/AppDelegate.cs b/salesbook.Maui/Platforms/iOS/AppDelegate.cs similarity index 89% rename from Template.Maui/Platforms/iOS/AppDelegate.cs rename to salesbook.Maui/Platforms/iOS/AppDelegate.cs index 176c6b4..57062da 100644 --- a/Template.Maui/Platforms/iOS/AppDelegate.cs +++ b/salesbook.Maui/Platforms/iOS/AppDelegate.cs @@ -1,6 +1,6 @@ using Foundation; -namespace Template.Maui +namespace salesbook.Maui { [Register("AppDelegate")] public class AppDelegate : MauiUIApplicationDelegate diff --git a/Template.Maui/Platforms/iOS/Info.plist b/salesbook.Maui/Platforms/iOS/Info.plist similarity index 100% rename from Template.Maui/Platforms/iOS/Info.plist rename to salesbook.Maui/Platforms/iOS/Info.plist diff --git a/Template.Maui/Platforms/iOS/Program.cs b/salesbook.Maui/Platforms/iOS/Program.cs similarity index 93% rename from Template.Maui/Platforms/iOS/Program.cs rename to salesbook.Maui/Platforms/iOS/Program.cs index c6671c2..ed53d81 100644 --- a/Template.Maui/Platforms/iOS/Program.cs +++ b/salesbook.Maui/Platforms/iOS/Program.cs @@ -1,6 +1,6 @@ using UIKit; -namespace Template.Maui +namespace salesbook.Maui { public class Program { diff --git a/Template.Maui/Properties/launchSettings.json b/salesbook.Maui/Properties/launchSettings.json similarity index 100% rename from Template.Maui/Properties/launchSettings.json rename to salesbook.Maui/Properties/launchSettings.json diff --git a/Template.Maui/Resources/AppIcon/appicon.svg b/salesbook.Maui/Resources/AppIcon/appicon.svg similarity index 100% rename from Template.Maui/Resources/AppIcon/appicon.svg rename to salesbook.Maui/Resources/AppIcon/appicon.svg diff --git a/Template.Maui/Resources/AppIcon/appiconfg.svg b/salesbook.Maui/Resources/AppIcon/appiconfg.svg similarity index 100% rename from Template.Maui/Resources/AppIcon/appiconfg.svg rename to salesbook.Maui/Resources/AppIcon/appiconfg.svg diff --git a/Template.Maui/Resources/Fonts/OpenSans-Regular.ttf b/salesbook.Maui/Resources/Fonts/OpenSans-Regular.ttf similarity index 100% rename from Template.Maui/Resources/Fonts/OpenSans-Regular.ttf rename to salesbook.Maui/Resources/Fonts/OpenSans-Regular.ttf diff --git a/Template.Maui/Resources/Images/dotnet_bot.svg b/salesbook.Maui/Resources/Images/dotnet_bot.svg similarity index 100% rename from Template.Maui/Resources/Images/dotnet_bot.svg rename to salesbook.Maui/Resources/Images/dotnet_bot.svg diff --git a/Template.Maui/Resources/Raw/AboutAssets.txt b/salesbook.Maui/Resources/Raw/AboutAssets.txt similarity index 100% rename from Template.Maui/Resources/Raw/AboutAssets.txt rename to salesbook.Maui/Resources/Raw/AboutAssets.txt diff --git a/Template.Maui/Resources/Splash/splash.svg b/salesbook.Maui/Resources/Splash/splash.svg similarity index 100% rename from Template.Maui/Resources/Splash/splash.svg rename to salesbook.Maui/Resources/Splash/splash.svg diff --git a/Template.Maui/Template.Maui.csproj b/salesbook.Maui/salesbook.Maui.csproj similarity index 97% rename from Template.Maui/Template.Maui.csproj rename to salesbook.Maui/salesbook.Maui.csproj index de4891b..7821627 100644 --- a/Template.Maui/Template.Maui.csproj +++ b/salesbook.Maui/salesbook.Maui.csproj @@ -15,7 +15,7 @@ Exe - Template.Maui + salesbook.Maui true true enable @@ -26,7 +26,7 @@ salesbook - it.integry.template.maui + it.integry.salesbook 1.0 @@ -134,7 +134,7 @@ - + \ No newline at end of file diff --git a/Template.Maui/wwwroot/favicon.png b/salesbook.Maui/wwwroot/favicon.png similarity index 100% rename from Template.Maui/wwwroot/favicon.png rename to salesbook.Maui/wwwroot/favicon.png diff --git a/salesbook.Maui/wwwroot/index.html b/salesbook.Maui/wwwroot/index.html new file mode 100644 index 0000000..74faadd --- /dev/null +++ b/salesbook.Maui/wwwroot/index.html @@ -0,0 +1,59 @@ + + + + + + salesbook.Maui + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+
+ +
+ An unhandled error has occurred. + Reload + 🗙 +
+ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Template.Shared/Components/Layout/HeaderLayout.razor b/salesbook.Shared/Components/Layout/HeaderLayout.razor similarity index 100% rename from Template.Shared/Components/Layout/HeaderLayout.razor rename to salesbook.Shared/Components/Layout/HeaderLayout.razor diff --git a/Template.Shared/Components/Layout/HeaderLayout.razor.css b/salesbook.Shared/Components/Layout/HeaderLayout.razor.css similarity index 100% rename from Template.Shared/Components/Layout/HeaderLayout.razor.css rename to salesbook.Shared/Components/Layout/HeaderLayout.razor.css diff --git a/Template.Shared/Components/Layout/MainLayout.razor b/salesbook.Shared/Components/Layout/MainLayout.razor similarity index 98% rename from Template.Shared/Components/Layout/MainLayout.razor rename to salesbook.Shared/Components/Layout/MainLayout.razor index e6ff4ed..0130251 100644 --- a/Template.Shared/Components/Layout/MainLayout.razor +++ b/salesbook.Shared/Components/Layout/MainLayout.razor @@ -1,6 +1,6 @@ @using System.Globalization @using CommunityToolkit.Mvvm.Messaging -@using Template.Shared.Core.Messages.Back +@using salesbook.Shared.Core.Messages.Back @inherits LayoutComponentBase @inject IJSRuntime JS @inject IMessenger Messenger diff --git a/Template.Shared/Components/Layout/MainLayout.razor.css b/salesbook.Shared/Components/Layout/MainLayout.razor.css similarity index 100% rename from Template.Shared/Components/Layout/MainLayout.razor.css rename to salesbook.Shared/Components/Layout/MainLayout.razor.css diff --git a/Template.Shared/Components/Layout/NavMenu.razor b/salesbook.Shared/Components/Layout/NavMenu.razor similarity index 95% rename from Template.Shared/Components/Layout/NavMenu.razor rename to salesbook.Shared/Components/Layout/NavMenu.razor index 602867a..94e37c9 100644 --- a/Template.Shared/Components/Layout/NavMenu.razor +++ b/salesbook.Shared/Components/Layout/NavMenu.razor @@ -1,8 +1,8 @@ @using CommunityToolkit.Mvvm.Messaging -@using Template.Shared.Core.Dto -@using Template.Shared.Core.Entity -@using Template.Shared.Core.Messages.Activity.Copy -@using Template.Shared.Core.Messages.Activity.New +@using salesbook.Shared.Core.Dto +@using salesbook.Shared.Core.Entity +@using salesbook.Shared.Core.Messages.Activity.Copy +@using salesbook.Shared.Core.Messages.Activity.New @inject IDialogService Dialog @inject IMessenger Messenger @inject CopyActivityService CopyActivityService diff --git a/Template.Shared/Components/Layout/NavMenu.razor.css b/salesbook.Shared/Components/Layout/NavMenu.razor.css similarity index 100% rename from Template.Shared/Components/Layout/NavMenu.razor.css rename to salesbook.Shared/Components/Layout/NavMenu.razor.css diff --git a/Template.Shared/Components/Layout/Overlay/SaveOverlay.razor b/salesbook.Shared/Components/Layout/Overlay/SaveOverlay.razor similarity index 92% rename from Template.Shared/Components/Layout/Overlay/SaveOverlay.razor rename to salesbook.Shared/Components/Layout/Overlay/SaveOverlay.razor index 9bfd67a..2e9ac93 100644 --- a/Template.Shared/Components/Layout/Overlay/SaveOverlay.razor +++ b/salesbook.Shared/Components/Layout/Overlay/SaveOverlay.razor @@ -1,4 +1,4 @@ -@using Template.Shared.Components.Layout.Spinner +@using salesbook.Shared.Components.Layout.Spinner @if (SuccessAnimation) { diff --git a/Template.Shared/Components/Layout/Overlay/SaveOverlay.razor.css b/salesbook.Shared/Components/Layout/Overlay/SaveOverlay.razor.css similarity index 100% rename from Template.Shared/Components/Layout/Overlay/SaveOverlay.razor.css rename to salesbook.Shared/Components/Layout/Overlay/SaveOverlay.razor.css diff --git a/Template.Shared/Components/Layout/Spinner/SpinnerLayout.razor b/salesbook.Shared/Components/Layout/Spinner/SpinnerLayout.razor similarity index 100% rename from Template.Shared/Components/Layout/Spinner/SpinnerLayout.razor rename to salesbook.Shared/Components/Layout/Spinner/SpinnerLayout.razor diff --git a/Template.Shared/Components/Layout/Spinner/SpinnerLayout.razor.css b/salesbook.Shared/Components/Layout/Spinner/SpinnerLayout.razor.css similarity index 100% rename from Template.Shared/Components/Layout/Spinner/SpinnerLayout.razor.css rename to salesbook.Shared/Components/Layout/Spinner/SpinnerLayout.razor.css diff --git a/Template.Shared/Components/Layout/Spinner/SyncSpinner.razor b/salesbook.Shared/Components/Layout/Spinner/SyncSpinner.razor similarity index 100% rename from Template.Shared/Components/Layout/Spinner/SyncSpinner.razor rename to salesbook.Shared/Components/Layout/Spinner/SyncSpinner.razor diff --git a/Template.Shared/Components/Layout/Spinner/SyncSpinner.razor.css b/salesbook.Shared/Components/Layout/Spinner/SyncSpinner.razor.css similarity index 100% rename from Template.Shared/Components/Layout/Spinner/SyncSpinner.razor.css rename to salesbook.Shared/Components/Layout/Spinner/SyncSpinner.razor.css diff --git a/Template.Shared/Components/Pages/Calendar.razor b/salesbook.Shared/Components/Pages/Calendar.razor similarity index 97% rename from Template.Shared/Components/Pages/Calendar.razor rename to salesbook.Shared/Components/Pages/Calendar.razor index e577d7f..1f8eca0 100644 --- a/Template.Shared/Components/Pages/Calendar.razor +++ b/salesbook.Shared/Components/Pages/Calendar.razor @@ -1,12 +1,12 @@ @page "/Calendar" -@using Template.Shared.Core.Dto -@using Template.Shared.Core.Interface -@using Template.Shared.Components.Layout -@using Template.Shared.Components.SingleElements -@using Template.Shared.Components.Layout.Spinner -@using Template.Shared.Components.SingleElements.BottomSheet -@using Template.Shared.Core.Entity -@using Template.Shared.Core.Messages.Activity.New +@using salesbook.Shared.Core.Dto +@using salesbook.Shared.Core.Interface +@using salesbook.Shared.Components.Layout +@using salesbook.Shared.Components.SingleElements +@using salesbook.Shared.Components.Layout.Spinner +@using salesbook.Shared.Components.SingleElements.BottomSheet +@using salesbook.Shared.Core.Entity +@using salesbook.Shared.Core.Messages.Activity.New @inject IManageDataService ManageData @inject IJSRuntime JS @inject NewActivityService NewActivity @@ -162,7 +162,7 @@ } else { - + } diff --git a/Template.Shared/Components/Pages/Calendar.razor.css b/salesbook.Shared/Components/Pages/Calendar.razor.css similarity index 100% rename from Template.Shared/Components/Pages/Calendar.razor.css rename to salesbook.Shared/Components/Pages/Calendar.razor.css diff --git a/Template.Shared/Components/Pages/Home.razor b/salesbook.Shared/Components/Pages/Home.razor similarity index 93% rename from Template.Shared/Components/Pages/Home.razor rename to salesbook.Shared/Components/Pages/Home.razor index 704bca7..98f480b 100644 --- a/Template.Shared/Components/Pages/Home.razor +++ b/salesbook.Shared/Components/Pages/Home.razor @@ -1,5 +1,5 @@ @page "/" -@using Template.Shared.Core.Interface +@using salesbook.Shared.Core.Interface @attribute [Authorize] @inject IFormFactor FormFactor @inject INetworkService NetworkService diff --git a/Template.Shared/Components/Pages/Login.razor b/salesbook.Shared/Components/Pages/Login.razor similarity index 91% rename from Template.Shared/Components/Pages/Login.razor rename to salesbook.Shared/Components/Pages/Login.razor index 96b768f..fd39faf 100644 --- a/Template.Shared/Components/Pages/Login.razor +++ b/salesbook.Shared/Components/Pages/Login.razor @@ -1,6 +1,6 @@ @page "/login" -@using Template.Shared.Components.Layout.Spinner -@using Template.Shared.Core.Services +@using salesbook.Shared.Components.Layout.Spinner +@using salesbook.Shared.Core.Services @inject IUserAccountService UserAccountService @inject AppAuthenticationStateProvider AuthenticationStateProvider @@ -12,7 +12,7 @@ else {