From 04e52b67ec75c1463c1290c58689b901defbdefe Mon Sep 17 00:00:00 2001 From: Marco Elefante Date: Fri, 11 Oct 2024 11:06:37 +0200 Subject: [PATCH] Initial commit --- .gitignore | 202 ++ .idea/.idea.MyWorkout/.idea/.name | 1 + .../.idea/deploymentTargetSelector.xml | 18 + .idea/.idea.MyWorkout/.idea/indexLayout.xml | 8 + .../libraries/androidx_activity_activity.xml | 10 + .../androidx_activity_activity_ktx.xml | 10 + .../androidx_annotation_annotation.xml | 9 + ...idx_annotation_annotation_experimental.xml | 10 + .../androidx_annotation_annotation_jvm.xml | 9 + .../androidx_appcompat_appcompat.xml | 10 + ...androidx_appcompat_appcompat_resources.xml | 10 + .../androidx_arch_core_core_common.xml | 9 + .../androidx_arch_core_core_runtime.xml | 10 + .../libraries/androidx_browser_browser.xml | 10 + .../libraries/androidx_cardview_cardview.xml | 10 + .../androidx_collection_collection.xml | 9 + .../androidx_collection_collection_ktx.xml | 9 + ...androidx_concurrent_concurrent_futures.xml | 9 + ...oidx_constraintlayout_constraintlayout.xml | 10 + ...constraintlayout_constraintlayout_core.xml | 9 + ...dx_coordinatorlayout_coordinatorlayout.xml | 10 + .../.idea/libraries/androidx_core_core.xml | 10 + .../libraries/androidx_core_core_ktx.xml | 10 + .../androidx_cursoradapter_cursoradapter.xml | 9 + .../androidx_customview_customview.xml | 9 + ...customview_customview_poolingcontainer.xml | 10 + .../androidx_documentfile_documentfile.xml | 9 + .../androidx_drawerlayout_drawerlayout.xml | 10 + ...oidx_dynamicanimation_dynamicanimation.xml | 9 + .../libraries/androidx_emoji2_emoji2.xml | 10 + .../androidx_emoji2_emoji2_views_helper.xml | 10 + .../androidx_exifinterface_exifinterface.xml | 9 + .../libraries/androidx_fragment_fragment.xml | 10 + .../androidx_fragment_fragment_ktx.xml | 10 + .../androidx_interpolator_interpolator.xml | 9 + ...roidx_legacy_legacy_support_core_utils.xml | 9 + .../androidx_lifecycle_lifecycle_common.xml | 9 + .../androidx_lifecycle_lifecycle_livedata.xml | 10 + ...oidx_lifecycle_lifecycle_livedata_core.xml | 10 + ..._lifecycle_lifecycle_livedata_core_ktx.xml | 10 + .../androidx_lifecycle_lifecycle_process.xml | 10 + .../androidx_lifecycle_lifecycle_runtime.xml | 10 + ...droidx_lifecycle_lifecycle_runtime_ktx.xml | 10 + ...androidx_lifecycle_lifecycle_viewmodel.xml | 10 + ...oidx_lifecycle_lifecycle_viewmodel_ktx.xml | 10 + ...fecycle_lifecycle_viewmodel_savedstate.xml | 10 + .../libraries/androidx_loader_loader.xml | 9 + ...broadcastmanager_localbroadcastmanager.xml | 10 + .../androidx_navigation_navigation_common.xml | 10 + ...ndroidx_navigation_navigation_fragment.xml | 10 + ...androidx_navigation_navigation_runtime.xml | 10 + .../androidx_navigation_navigation_ui.xml | 10 + .../.idea/libraries/androidx_print_print.xml | 9 + ...oidx_profileinstaller_profileinstaller.xml | 10 + .../androidx_recyclerview_recyclerview.xml | 10 + ...spection_resourceinspection_annotation.xml | 9 + .../androidx_savedstate_savedstate.xml | 10 + .../androidx_savedstate_savedstate_ktx.xml | 10 + .../androidx_security_security_crypto.xml | 10 + ...dx_slidingpanelayout_slidingpanelayout.xml | 10 + .../androidx_startup_startup_runtime.xml | 10 + ..._swiperefreshlayout_swiperefreshlayout.xml | 10 + .../libraries/androidx_tracing_tracing.xml | 10 + .../androidx_transition_transition.xml | 10 + ...androidx_vectordrawable_vectordrawable.xml | 9 + ...vectordrawable_vectordrawable_animated.xml | 9 + ...ersionedparcelable_versionedparcelable.xml | 9 + .../androidx_viewpager2_viewpager2.xml | 10 + .../androidx_viewpager_viewpager.xml | 9 + .../androidx_window_extensions_core_core.xml | 10 + .../libraries/androidx_window_window.xml | 10 + .../.idea/libraries/annotations.xml | 9 + .../com_google_android_material_material.xml | 10 + .../.idea/libraries/disklrucache.xml | 9 + .../.idea/libraries/gifdecoder.xml | 9 + .../.idea.MyWorkout/.idea/libraries/glide.xml | 10 + .../libraries/guava_listenablefuture.xml | 9 + .../.idea.MyWorkout/.idea/libraries/maui.xml | 10 + .../org_jetbrains_annotations_24_0_1.xml | 9 + ...g_jetbrains_kotlin_kotlin_stdlib_1_9_0.xml | 9 + ...ains_kotlin_kotlin_stdlib_common_1_9_0.xml | 9 + ...brains_kotlin_kotlin_stdlib_jdk7_1_9_0.xml | 9 + ...brains_kotlin_kotlin_stdlib_jdk8_1_9_0.xml | 9 + ...tlinx_kotlinx_coroutines_android_1_7_2.xml | 9 + ...linx_kotlinx_coroutines_core_jvm_1_7_2.xml | 9 + .../.idea/projectSettingsUpdater.xml | 6 + .idea/.idea.MyWorkout/.idea/vcs.xml | 6 + .idea/.idea.MyWorkout/.idea/workspace.xml | 282 ++ .../screenshot-1725444549743.png | Bin 0 -> 209867 bytes .../screenshot-1725444612350.png | Bin 0 -> 163099 bytes .../screenshot-1725444624493.png | Bin 0 -> 107142 bytes .../screenshot-1725444634662.png | Bin 0 -> 157806 bytes .../screenshot-1725444668286.png | Bin 0 -> 124358 bytes Assets/Images/log-book.ai | 2235 +++++++++++++ Assets/Images/log-book.svg | 275 ++ Assets/Images/man-doing-squats.ai | 1593 +++++++++ Assets/Images/man-doing-squats.jpg | Bin 0 -> 18014 bytes Assets/Images/man-doing-squats.svg | 221 ++ NuGet.Config | 7 + README.md | 11 + Template.Maui/App.xaml | 26 + Template.Maui/App.xaml.cs | 12 + Template.Maui/MainPage.xaml | 15 + Template.Maui/MainPage.xaml.cs | 10 + Template.Maui/MauiProgram.cs | 44 + .../Platforms/Android/AndroidManifest.xml | 6 + .../Platforms/Android/MainActivity.cs | 11 + .../Platforms/Android/MainApplication.cs | 16 + .../Android/Resources/values/colors.xml | 6 + .../Platforms/MacCatalyst/AppDelegate.cs | 11 + .../Platforms/MacCatalyst/Entitlements.plist | 14 + .../Platforms/MacCatalyst/Info.plist | 38 + .../Platforms/MacCatalyst/Program.cs | 16 + Template.Maui/Platforms/Tizen/Main.cs | 17 + .../Platforms/Tizen/tizen-manifest.xml | 15 + Template.Maui/Platforms/Windows/App.xaml | 8 + Template.Maui/Platforms/Windows/App.xaml.cs | 25 + .../Platforms/Windows/Package.appxmanifest | 46 + Template.Maui/Platforms/Windows/app.manifest | 15 + Template.Maui/Platforms/iOS/AppDelegate.cs | 10 + Template.Maui/Platforms/iOS/Info.plist | 32 + Template.Maui/Platforms/iOS/Program.cs | 16 + Template.Maui/Properties/launchSettings.json | 8 + Template.Maui/Resources/AppIcon/appicon.svg | 4 + Template.Maui/Resources/AppIcon/appiconfg.svg | 8 + .../Resources/Fonts/OpenSans-Regular.ttf | Bin 0 -> 107168 bytes Template.Maui/Resources/Images/dotnet_bot.svg | 93 + Template.Maui/Resources/Raw/AboutAssets.txt | 15 + Template.Maui/Resources/Splash/splash.svg | 8 + Template.Maui/Services/FormFactor.cs | 15 + Template.Maui/Template.Maui.csproj | 126 + Template.Maui/wwwroot/favicon.png | Bin 0 -> 1148 bytes Template.Maui/wwwroot/index.html | 49 + .../Components/Layout/MainLayout.razor | 16 + .../Components/Layout/MainLayout.razor.css | 77 + .../Components/Layout/NavBar.razor | 40 + .../Components/Layout/NavBar.razor.css | 81 + .../Components/Layout/NavMenu.razor | 38 + .../Components/Layout/NavMenu.razor.css | 50 + .../Components/Pages/Counter.razor | 16 + .../Components/Pages/DeviceFormFactor.razor | 23 + Template.Shared/Components/Pages/Home.razor | 15 + .../Components/Pages/Impostazioni.razor | 6 + .../Components/Pages/Log Book.razor | 10 + .../Components/Pages/Weather.razor | 61 + .../Components/Pages/Workout.razor | 12 + .../Components/Pages/Workout.razor.css | 0 Template.Shared/Components/Routes.razor | 6 + .../SingleElements/NoDataAvailable.razor | 11 + .../SingleElements/NoDataAvailable.razor.css | 13 + Template.Shared/InteractiveRenderSettings.cs | 21 + Template.Shared/Interfaces/IFormFactor.cs | 7 + Template.Shared/Template.Shared.csproj | 23 + Template.Shared/_Imports.razor | 10 + Template.Shared/wwwroot/css/app.css | 104 + .../css/bootstrap/bootstrap-icons.min.css | 5 + .../wwwroot/css/bootstrap/bootstrap.min.css | 6 + .../css/bootstrap/bootstrap.min.css.map | 1 + .../css/bootstrap/fonts/bootstrap-icons.woff | Bin 0 -> 176032 bytes .../css/bootstrap/fonts/bootstrap-icons.woff2 | Bin 0 -> 130396 bytes Template.Shared/wwwroot/css/default-theme.css | 5 + .../wwwroot/css/remixicon/remixicon.css | 2938 +++++++++++++++++ .../wwwroot/css/remixicon/remixicon.eot | Bin 0 -> 532732 bytes .../wwwroot/css/remixicon/remixicon.ttf | Bin 0 -> 532560 bytes .../wwwroot/css/remixicon/remixicon.woff | Bin 0 -> 227384 bytes .../wwwroot/css/remixicon/remixicon.woff2 | Bin 0 -> 165440 bytes Template.Shared/wwwroot/images/log-book.svg | 275 ++ .../wwwroot/images/man-doing-squats.svg | 221 ++ .../wwwroot/js/bootstrap/Sortable.min.js | 2 + .../js/bootstrap/bootstrap.bundle.min.js | 7 + .../wwwroot/js/bootstrap/chart.umd.js | 14 + .../chartjs-plugin-datalabels.min.js | 7 + Template.Web/Components/App.razor | 39 + Template.Web/Components/Pages/Error.razor | 36 + Template.Web/Components/_Imports.razor | 11 + Template.Web/Program.cs | 43 + Template.Web/Properties/launchSettings.json | 38 + Template.Web/Services/FormFactor.cs | 15 + Template.Web/Template.Web.csproj | 17 + Template.Web/appsettings.Development.json | 8 + Template.Web/appsettings.json | 9 + Template.sln | 39 + global.json | 7 + 183 files changed, 10760 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/.idea.MyWorkout/.idea/.name create mode 100644 .idea/.idea.MyWorkout/.idea/deploymentTargetSelector.xml create mode 100644 .idea/.idea.MyWorkout/.idea/indexLayout.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity_ktx.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_experimental.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_jvm.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat_resources.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_common.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_runtime.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_browser_browser.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_cardview_cardview.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection_ktx.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_concurrent_concurrent_futures.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_coordinatorlayout_coordinatorlayout.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_core_core.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_core_core_ktx.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_cursoradapter_cursoradapter.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview_poolingcontainer.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_documentfile_documentfile.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_drawerlayout_drawerlayout.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_dynamicanimation_dynamicanimation.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2_views_helper.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_exifinterface_exifinterface.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment_ktx.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_interpolator_interpolator.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_legacy_legacy_support_core_utils.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_common.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core_ktx.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_process.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime_ktx.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_ktx.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_savedstate.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_loader_loader.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_localbroadcastmanager_localbroadcastmanager.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_common.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_fragment.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_runtime.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_ui.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_print_print.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_profileinstaller_profileinstaller.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_recyclerview_recyclerview.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate_ktx.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_security_security_crypto.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_slidingpanelayout_slidingpanelayout.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_startup_startup_runtime.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_swiperefreshlayout_swiperefreshlayout.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_tracing_tracing.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_transition_transition.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable_animated.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_versionedparcelable_versionedparcelable.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager2_viewpager2.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager_viewpager.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_window_extensions_core_core.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/androidx_window_window.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/annotations.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/com_google_android_material_material.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/disklrucache.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/gifdecoder.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/glide.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/guava_listenablefuture.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/maui.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_annotations_24_0_1.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_9_0.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_9_0.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_9_0.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_9_0.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_2.xml create mode 100644 .idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_2.xml create mode 100644 .idea/.idea.MyWorkout/.idea/projectSettingsUpdater.xml create mode 100644 .idea/.idea.MyWorkout/.idea/vcs.xml create mode 100644 .idea/.idea.MyWorkout/.idea/workspace.xml create mode 100644 Assets/BarberApp Screenshot/screenshot-1725444549743.png create mode 100644 Assets/BarberApp Screenshot/screenshot-1725444612350.png create mode 100644 Assets/BarberApp Screenshot/screenshot-1725444624493.png create mode 100644 Assets/BarberApp Screenshot/screenshot-1725444634662.png create mode 100644 Assets/BarberApp Screenshot/screenshot-1725444668286.png create mode 100644 Assets/Images/log-book.ai create mode 100644 Assets/Images/log-book.svg create mode 100644 Assets/Images/man-doing-squats.ai create mode 100644 Assets/Images/man-doing-squats.jpg create mode 100644 Assets/Images/man-doing-squats.svg create mode 100644 NuGet.Config create mode 100644 README.md create mode 100644 Template.Maui/App.xaml create mode 100644 Template.Maui/App.xaml.cs create mode 100644 Template.Maui/MainPage.xaml create mode 100644 Template.Maui/MainPage.xaml.cs create mode 100644 Template.Maui/MauiProgram.cs create mode 100644 Template.Maui/Platforms/Android/AndroidManifest.xml create mode 100644 Template.Maui/Platforms/Android/MainActivity.cs create mode 100644 Template.Maui/Platforms/Android/MainApplication.cs create mode 100644 Template.Maui/Platforms/Android/Resources/values/colors.xml create mode 100644 Template.Maui/Platforms/MacCatalyst/AppDelegate.cs create mode 100644 Template.Maui/Platforms/MacCatalyst/Entitlements.plist create mode 100644 Template.Maui/Platforms/MacCatalyst/Info.plist create mode 100644 Template.Maui/Platforms/MacCatalyst/Program.cs create mode 100644 Template.Maui/Platforms/Tizen/Main.cs create mode 100644 Template.Maui/Platforms/Tizen/tizen-manifest.xml create mode 100644 Template.Maui/Platforms/Windows/App.xaml create mode 100644 Template.Maui/Platforms/Windows/App.xaml.cs create mode 100644 Template.Maui/Platforms/Windows/Package.appxmanifest create mode 100644 Template.Maui/Platforms/Windows/app.manifest create mode 100644 Template.Maui/Platforms/iOS/AppDelegate.cs create mode 100644 Template.Maui/Platforms/iOS/Info.plist create mode 100644 Template.Maui/Platforms/iOS/Program.cs create mode 100644 Template.Maui/Properties/launchSettings.json create mode 100644 Template.Maui/Resources/AppIcon/appicon.svg create mode 100644 Template.Maui/Resources/AppIcon/appiconfg.svg create mode 100644 Template.Maui/Resources/Fonts/OpenSans-Regular.ttf create mode 100644 Template.Maui/Resources/Images/dotnet_bot.svg create mode 100644 Template.Maui/Resources/Raw/AboutAssets.txt create mode 100644 Template.Maui/Resources/Splash/splash.svg create mode 100644 Template.Maui/Services/FormFactor.cs create mode 100644 Template.Maui/Template.Maui.csproj create mode 100644 Template.Maui/wwwroot/favicon.png create mode 100644 Template.Maui/wwwroot/index.html create mode 100644 Template.Shared/Components/Layout/MainLayout.razor create mode 100644 Template.Shared/Components/Layout/MainLayout.razor.css create mode 100644 Template.Shared/Components/Layout/NavBar.razor create mode 100644 Template.Shared/Components/Layout/NavBar.razor.css create mode 100644 Template.Shared/Components/Layout/NavMenu.razor create mode 100644 Template.Shared/Components/Layout/NavMenu.razor.css create mode 100644 Template.Shared/Components/Pages/Counter.razor create mode 100644 Template.Shared/Components/Pages/DeviceFormFactor.razor create mode 100644 Template.Shared/Components/Pages/Home.razor create mode 100644 Template.Shared/Components/Pages/Impostazioni.razor create mode 100644 Template.Shared/Components/Pages/Log Book.razor create mode 100644 Template.Shared/Components/Pages/Weather.razor create mode 100644 Template.Shared/Components/Pages/Workout.razor create mode 100644 Template.Shared/Components/Pages/Workout.razor.css create mode 100644 Template.Shared/Components/Routes.razor create mode 100644 Template.Shared/Components/SingleElements/NoDataAvailable.razor create mode 100644 Template.Shared/Components/SingleElements/NoDataAvailable.razor.css create mode 100644 Template.Shared/InteractiveRenderSettings.cs create mode 100644 Template.Shared/Interfaces/IFormFactor.cs create mode 100644 Template.Shared/Template.Shared.csproj create mode 100644 Template.Shared/_Imports.razor create mode 100644 Template.Shared/wwwroot/css/app.css create mode 100644 Template.Shared/wwwroot/css/bootstrap/bootstrap-icons.min.css create mode 100644 Template.Shared/wwwroot/css/bootstrap/bootstrap.min.css create mode 100644 Template.Shared/wwwroot/css/bootstrap/bootstrap.min.css.map create mode 100644 Template.Shared/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff create mode 100644 Template.Shared/wwwroot/css/bootstrap/fonts/bootstrap-icons.woff2 create mode 100644 Template.Shared/wwwroot/css/default-theme.css create mode 100644 Template.Shared/wwwroot/css/remixicon/remixicon.css create mode 100644 Template.Shared/wwwroot/css/remixicon/remixicon.eot create mode 100644 Template.Shared/wwwroot/css/remixicon/remixicon.ttf create mode 100644 Template.Shared/wwwroot/css/remixicon/remixicon.woff create mode 100644 Template.Shared/wwwroot/css/remixicon/remixicon.woff2 create mode 100644 Template.Shared/wwwroot/images/log-book.svg create mode 100644 Template.Shared/wwwroot/images/man-doing-squats.svg create mode 100644 Template.Shared/wwwroot/js/bootstrap/Sortable.min.js create mode 100644 Template.Shared/wwwroot/js/bootstrap/bootstrap.bundle.min.js create mode 100644 Template.Shared/wwwroot/js/bootstrap/chart.umd.js create mode 100644 Template.Shared/wwwroot/js/bootstrap/chartjs-plugin-datalabels.min.js create mode 100644 Template.Web/Components/App.razor create mode 100644 Template.Web/Components/Pages/Error.razor create mode 100644 Template.Web/Components/_Imports.razor create mode 100644 Template.Web/Program.cs create mode 100644 Template.Web/Properties/launchSettings.json create mode 100644 Template.Web/Services/FormFactor.cs create mode 100644 Template.Web/Template.Web.csproj create mode 100644 Template.Web/appsettings.Development.json create mode 100644 Template.Web/appsettings.json create mode 100644 Template.sln create mode 100644 global.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ff9bca6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,202 @@ +# Specific to the EFCore-Blazor sample app +*.db +*.db-shm +*.db-wal + +_build/ +_site/ + +# User-specific files +*.suo +*.user +!*.slnLaunch.user +*.userosscache +*.sln.docstates +.vscode/ +!.vscode/extensions.json +!.vscode/settings.json +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studo 2015 cache/options directory +.vs/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Visual Studio profiler +*.psess +*.vsp +*.vspx + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding addin-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config + +# Windows Azure Build Output +csx/ +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Others +*.[Cc]ache +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ +bower_components/ +blazor-samples/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +project.lock.json +__pycache__/ + +#Mac OSX +.DS_Store + +# Windows thumbnail cache files +Thumbs.db diff --git a/.idea/.idea.MyWorkout/.idea/.name b/.idea/.idea.MyWorkout/.idea/.name new file mode 100644 index 0000000..c49c880 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/.name @@ -0,0 +1 @@ +MyWorkout \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/deploymentTargetSelector.xml b/.idea/.idea.MyWorkout/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b4d7278 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/deploymentTargetSelector.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/indexLayout.xml b/.idea/.idea.MyWorkout/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity.xml new file mode 100644 index 0000000..f9c4041 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity_ktx.xml new file mode 100644 index 0000000..de630a6 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation.xml new file mode 100644 index 0000000..f1f795c --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_experimental.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_experimental.xml new file mode 100644 index 0000000..9c3fbbd --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_experimental.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_jvm.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_jvm.xml new file mode 100644 index 0000000..6643498 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_jvm.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat.xml new file mode 100644 index 0000000..72460ec --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat_resources.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat_resources.xml new file mode 100644 index 0000000..aaa23cf --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat_resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_common.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_common.xml new file mode 100644 index 0000000..70fa1d5 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_common.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_runtime.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_runtime.xml new file mode 100644 index 0000000..62d717c --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_runtime.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_browser_browser.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_browser_browser.xml new file mode 100644 index 0000000..8bf0a23 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_browser_browser.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_cardview_cardview.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_cardview_cardview.xml new file mode 100644 index 0000000..db7812b --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_cardview_cardview.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection.xml new file mode 100644 index 0000000..b81a576 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection_ktx.xml new file mode 100644 index 0000000..e8d88be --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection_ktx.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_concurrent_concurrent_futures.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_concurrent_concurrent_futures.xml new file mode 100644 index 0000000..4e3d979 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_concurrent_concurrent_futures.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout.xml new file mode 100644 index 0000000..3b9a3fc --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml new file mode 100644 index 0000000..23eb561 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_coordinatorlayout_coordinatorlayout.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_coordinatorlayout_coordinatorlayout.xml new file mode 100644 index 0000000..be2b9cd --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_coordinatorlayout_coordinatorlayout.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_core_core.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_core_core.xml new file mode 100644 index 0000000..d937f68 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_core_core.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_core_core_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_core_core_ktx.xml new file mode 100644 index 0000000..3203bb9 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_core_core_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_cursoradapter_cursoradapter.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_cursoradapter_cursoradapter.xml new file mode 100644 index 0000000..2e5715c --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_cursoradapter_cursoradapter.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview.xml new file mode 100644 index 0000000..5d66dac --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview_poolingcontainer.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview_poolingcontainer.xml new file mode 100644 index 0000000..cdbdaa4 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview_poolingcontainer.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_documentfile_documentfile.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_documentfile_documentfile.xml new file mode 100644 index 0000000..dfcc871 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_documentfile_documentfile.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_drawerlayout_drawerlayout.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_drawerlayout_drawerlayout.xml new file mode 100644 index 0000000..cfb80eb --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_drawerlayout_drawerlayout.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_dynamicanimation_dynamicanimation.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_dynamicanimation_dynamicanimation.xml new file mode 100644 index 0000000..2642196 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_dynamicanimation_dynamicanimation.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2.xml new file mode 100644 index 0000000..868b903 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2_views_helper.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2_views_helper.xml new file mode 100644 index 0000000..4e0be82 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2_views_helper.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_exifinterface_exifinterface.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_exifinterface_exifinterface.xml new file mode 100644 index 0000000..ba8cc43 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_exifinterface_exifinterface.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment.xml new file mode 100644 index 0000000..0084d5f --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment_ktx.xml new file mode 100644 index 0000000..6e3b224 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_interpolator_interpolator.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_interpolator_interpolator.xml new file mode 100644 index 0000000..c36b6fb --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_interpolator_interpolator.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_legacy_legacy_support_core_utils.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_legacy_legacy_support_core_utils.xml new file mode 100644 index 0000000..c28b504 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_legacy_legacy_support_core_utils.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_common.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_common.xml new file mode 100644 index 0000000..9565b13 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_common.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata.xml new file mode 100644 index 0000000..bc64a7a --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core.xml new file mode 100644 index 0000000..dc898a6 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core_ktx.xml new file mode 100644 index 0000000..03b697f --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_process.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_process.xml new file mode 100644 index 0000000..6d3d921 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_process.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime.xml new file mode 100644 index 0000000..0e0047b --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime_ktx.xml new file mode 100644 index 0000000..564316f --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel.xml new file mode 100644 index 0000000..5df892f --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_ktx.xml new file mode 100644 index 0000000..f914307 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_savedstate.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_savedstate.xml new file mode 100644 index 0000000..e5ea909 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_savedstate.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_loader_loader.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_loader_loader.xml new file mode 100644 index 0000000..0a78fd0 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_loader_loader.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_localbroadcastmanager_localbroadcastmanager.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_localbroadcastmanager_localbroadcastmanager.xml new file mode 100644 index 0000000..33bb9ce --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_localbroadcastmanager_localbroadcastmanager.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_common.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_common.xml new file mode 100644 index 0000000..e7af6b1 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_common.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_fragment.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_fragment.xml new file mode 100644 index 0000000..5758eec --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_fragment.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_runtime.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_runtime.xml new file mode 100644 index 0000000..31fad25 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_runtime.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_ui.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_ui.xml new file mode 100644 index 0000000..0ab34b6 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_ui.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_print_print.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_print_print.xml new file mode 100644 index 0000000..ab89a08 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_print_print.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_profileinstaller_profileinstaller.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_profileinstaller_profileinstaller.xml new file mode 100644 index 0000000..d708c14 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_profileinstaller_profileinstaller.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_recyclerview_recyclerview.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_recyclerview_recyclerview.xml new file mode 100644 index 0000000..6d9e14d --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_recyclerview_recyclerview.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml new file mode 100644 index 0000000..643942e --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate.xml new file mode 100644 index 0000000..8643e82 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate_ktx.xml new file mode 100644 index 0000000..850eaba --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_security_security_crypto.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_security_security_crypto.xml new file mode 100644 index 0000000..a47f73e --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_security_security_crypto.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_slidingpanelayout_slidingpanelayout.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_slidingpanelayout_slidingpanelayout.xml new file mode 100644 index 0000000..0253a1c --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_slidingpanelayout_slidingpanelayout.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_startup_startup_runtime.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_startup_startup_runtime.xml new file mode 100644 index 0000000..820ea4a --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_startup_startup_runtime.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_swiperefreshlayout_swiperefreshlayout.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_swiperefreshlayout_swiperefreshlayout.xml new file mode 100644 index 0000000..55019e7 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_swiperefreshlayout_swiperefreshlayout.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_tracing_tracing.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_tracing_tracing.xml new file mode 100644 index 0000000..fbd138f --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_tracing_tracing.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_transition_transition.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_transition_transition.xml new file mode 100644 index 0000000..400df54 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_transition_transition.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable.xml new file mode 100644 index 0000000..cefc0db --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable_animated.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable_animated.xml new file mode 100644 index 0000000..8b4cfd3 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable_animated.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_versionedparcelable_versionedparcelable.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_versionedparcelable_versionedparcelable.xml new file mode 100644 index 0000000..e6779dd --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_versionedparcelable_versionedparcelable.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager2_viewpager2.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager2_viewpager2.xml new file mode 100644 index 0000000..8c71481 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager2_viewpager2.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager_viewpager.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager_viewpager.xml new file mode 100644 index 0000000..c7a9bc3 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager_viewpager.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_window_extensions_core_core.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_window_extensions_core_core.xml new file mode 100644 index 0000000..652c7ea --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_window_extensions_core_core.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_window_window.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_window_window.xml new file mode 100644 index 0000000..020257a --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_window_window.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/annotations.xml b/.idea/.idea.MyWorkout/.idea/libraries/annotations.xml new file mode 100644 index 0000000..6dbadb5 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/annotations.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/com_google_android_material_material.xml b/.idea/.idea.MyWorkout/.idea/libraries/com_google_android_material_material.xml new file mode 100644 index 0000000..cf5a8a9 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/com_google_android_material_material.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/disklrucache.xml b/.idea/.idea.MyWorkout/.idea/libraries/disklrucache.xml new file mode 100644 index 0000000..10b416d --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/disklrucache.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/gifdecoder.xml b/.idea/.idea.MyWorkout/.idea/libraries/gifdecoder.xml new file mode 100644 index 0000000..b96d216 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/gifdecoder.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/glide.xml b/.idea/.idea.MyWorkout/.idea/libraries/glide.xml new file mode 100644 index 0000000..e9d1a59 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/glide.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/guava_listenablefuture.xml b/.idea/.idea.MyWorkout/.idea/libraries/guava_listenablefuture.xml new file mode 100644 index 0000000..b34afd7 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/guava_listenablefuture.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/maui.xml b/.idea/.idea.MyWorkout/.idea/libraries/maui.xml new file mode 100644 index 0000000..0d12ba1 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/maui.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_annotations_24_0_1.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_annotations_24_0_1.xml new file mode 100644 index 0000000..d146b49 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_annotations_24_0_1.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_9_0.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_9_0.xml new file mode 100644 index 0000000..1287fc7 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_9_0.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_9_0.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_9_0.xml new file mode 100644 index 0000000..ec1d37a --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_9_0.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_9_0.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_9_0.xml new file mode 100644 index 0000000..702c244 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_9_0.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_9_0.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_9_0.xml new file mode 100644 index 0000000..2199120 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_9_0.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_2.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_2.xml new file mode 100644 index 0000000..e900e44 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_2.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_2.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_2.xml new file mode 100644 index 0000000..df94824 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_2.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/projectSettingsUpdater.xml b/.idea/.idea.MyWorkout/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..86cc6c6 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/projectSettingsUpdater.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/vcs.xml b/.idea/.idea.MyWorkout/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/workspace.xml b/.idea/.idea.MyWorkout/.idea/workspace.xml new file mode 100644 index 0000000..e9a0dd1 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/workspace.xml @@ -0,0 +1,282 @@ + + + + MyWorkout.Maui/MyWorkout.Maui.csproj + MyWorkout.Maui/MyWorkout.Maui.csproj + MyWorkout.Maui/MyWorkout.Maui.csproj + MyWorkout.Maui/MyWorkout.Maui.csproj + MyWorkout.Web/MyWorkout.Web.csproj + MyWorkout.Web/MyWorkout.Web.csproj + MyWorkout.Web/MyWorkout.Web.csproj + MyWorkout/MyWorkout.csproj + MyWorkout/MyWorkout.csproj + MyWorkout/MyWorkout.csproj + MyWorkout/MyWorkout.csproj + + + + + + + + + + + + + + + { + "lastFilter": { + "state": "OPEN", + "assignee": "Gius95" + } +} + { + "selectedUrlAndAccountId": { + "url": "https://github.com/Gius95/MyWorkout.git", + "accountId": "a185c658-6c2a-4400-a130-bcdc4388f65f" + } +} + + + + + + + + + + + + { + "associatedIndex": 4 +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1725018744974 + + + + + + + + + + + + + + + + + + + + + + + + + + + + s in some browsers, due to the limited stylability of `