@wger-project/react-components 25.10.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +661 -0
- package/README.md +58 -0
- package/build/OpenSans-Bold.woff +0 -0
- package/build/OpenSans-Light.woff +0 -0
- package/build/assets/index.css +1 -0
- package/build/chunks/browser-ponyfill-DL_vVusK.js +3 -0
- package/build/chunks/browser-ponyfill-DL_vVusK.js.map +1 -0
- package/build/favicon.ico +0 -0
- package/build/index.html +60 -0
- package/build/locales/README.md +10 -0
- package/build/locales/ar/translation.json +240 -0
- package/build/locales/ca/translation.json +35 -0
- package/build/locales/cs/translation.json +257 -0
- package/build/locales/de/translation.json +338 -0
- package/build/locales/el/translation.json +97 -0
- package/build/locales/en/translation.json +332 -0
- package/build/locales/es/translation.json +335 -0
- package/build/locales/fa/translation.json +127 -0
- package/build/locales/fr/translation.json +341 -0
- package/build/locales/he/translation.json +146 -0
- package/build/locales/hr/translation.json +249 -0
- package/build/locales/it/translation.json +338 -0
- package/build/locales/ko/translation.json +331 -0
- package/build/locales/nb_NO/translation.json +50 -0
- package/build/locales/nl/translation.json +242 -0
- package/build/locales/pl/translation.json +261 -0
- package/build/locales/pt/translation.json +342 -0
- package/build/locales/pt_BR/translation.json +259 -0
- package/build/locales/pt_PT/translation.json +334 -0
- package/build/locales/ru/translation.json +116 -0
- package/build/locales/sk/translation.json +10 -0
- package/build/locales/sl/translation.json +326 -0
- package/build/locales/sr/translation.json +240 -0
- package/build/locales/sv/translation.json +165 -0
- package/build/locales/ta/translation.json +331 -0
- package/build/locales/th/translation.json +27 -0
- package/build/locales/tr/translation.json +238 -0
- package/build/locales/uk/translation.json +339 -0
- package/build/locales/uz/translation.json +56 -0
- package/build/locales/vi/translation.json +70 -0
- package/build/locales/zh_Hans/translation.json +336 -0
- package/build/locales/zh_Hant/translation.json +246 -0
- package/build/logo192.png +0 -0
- package/build/logo512.png +0 -0
- package/build/main.js +542 -0
- package/build/main.js.map +1 -0
- package/build/manifest.json +25 -0
- package/build/muscles/SOURCES +2 -0
- package/build/muscles/main/muscle-1.svg +72 -0
- package/build/muscles/main/muscle-10.svg +73 -0
- package/build/muscles/main/muscle-11.svg +72 -0
- package/build/muscles/main/muscle-12.svg +72 -0
- package/build/muscles/main/muscle-13.svg +92 -0
- package/build/muscles/main/muscle-14.svg +73 -0
- package/build/muscles/main/muscle-15.svg +72 -0
- package/build/muscles/main/muscle-16.svg +73 -0
- package/build/muscles/main/muscle-2.svg +72 -0
- package/build/muscles/main/muscle-3.svg +72 -0
- package/build/muscles/main/muscle-4.svg +72 -0
- package/build/muscles/main/muscle-5.svg +72 -0
- package/build/muscles/main/muscle-6.svg +73 -0
- package/build/muscles/main/muscle-7.svg +72 -0
- package/build/muscles/main/muscle-8.svg +72 -0
- package/build/muscles/main/muscle-9.svg +72 -0
- package/build/muscles/muscular_system_back.svg +118 -0
- package/build/muscles/muscular_system_front.svg +99 -0
- package/build/muscles/secondary/muscle-1.svg +72 -0
- package/build/muscles/secondary/muscle-10.svg +73 -0
- package/build/muscles/secondary/muscle-11.svg +72 -0
- package/build/muscles/secondary/muscle-12.svg +72 -0
- package/build/muscles/secondary/muscle-13.svg +92 -0
- package/build/muscles/secondary/muscle-14.svg +73 -0
- package/build/muscles/secondary/muscle-15.svg +72 -0
- package/build/muscles/secondary/muscle-16.svg +73 -0
- package/build/muscles/secondary/muscle-2.svg +72 -0
- package/build/muscles/secondary/muscle-3.svg +72 -0
- package/build/muscles/secondary/muscle-4.svg +72 -0
- package/build/muscles/secondary/muscle-5.svg +72 -0
- package/build/muscles/secondary/muscle-6.svg +73 -0
- package/build/muscles/secondary/muscle-7.svg +72 -0
- package/build/muscles/secondary/muscle-8.svg +72 -0
- package/build/muscles/secondary/muscle-9.svg +72 -0
- package/build/robots.txt +3 -0
- package/index.html +59 -0
- package/package.json +125 -0
- package/src/.sass-cache/166f82406a0edab65b7f8fd8256819ee2f34bebf/App.module.scssc +0 -0
- package/src/@types/i18next.d.ts +13 -0
- package/src/App.tsx +25 -0
- package/src/assets/images/discord-logo.svg +1 -0
- package/src/assets/images/get-it-on-google-play.svg +1 -0
- package/src/assets/images/logo.png +0 -0
- package/src/assets/images/twitter-logo-50.png +0 -0
- package/src/assets/images/twitter.svg +5 -0
- package/src/components/BodyWeight/Form/WeightForm.test.tsx +100 -0
- package/src/components/BodyWeight/Form/WeightForm.tsx +102 -0
- package/src/components/BodyWeight/Table/ActionButton/ActionButton.test.tsx +65 -0
- package/src/components/BodyWeight/Table/ActionButton/ActionButton.tsx +67 -0
- package/src/components/BodyWeight/Table/Fab/Fab.tsx +35 -0
- package/src/components/BodyWeight/Table/index.test.tsx +33 -0
- package/src/components/BodyWeight/Table/index.tsx +98 -0
- package/src/components/BodyWeight/Table/table.module.css +5 -0
- package/src/components/BodyWeight/Table/table.module.css.map +1 -0
- package/src/components/BodyWeight/Table/table.module.scss +0 -0
- package/src/components/BodyWeight/Table/table.mosule.css +2 -0
- package/src/components/BodyWeight/Table/table.mosule.css.map +1 -0
- package/src/components/BodyWeight/TableDashboard/TableDashboard.test.tsx +24 -0
- package/src/components/BodyWeight/TableDashboard/TableDashboard.tsx +62 -0
- package/src/components/BodyWeight/WeightChart/index.test.tsx +66 -0
- package/src/components/BodyWeight/WeightChart/index.tsx +105 -0
- package/src/components/BodyWeight/body_weight.module.css +8 -0
- package/src/components/BodyWeight/body_weight.module.css.map +1 -0
- package/src/components/BodyWeight/body_weight.module.scss +8 -0
- package/src/components/BodyWeight/index.test.tsx +92 -0
- package/src/components/BodyWeight/index.tsx +40 -0
- package/src/components/BodyWeight/model.ts +40 -0
- package/src/components/BodyWeight/queries/index.ts +49 -0
- package/src/components/BodyWeight/utils.test.ts +44 -0
- package/src/components/BodyWeight/utils.ts +22 -0
- package/src/components/BodyWeight/widgets/FilterButtons.test.tsx +57 -0
- package/src/components/BodyWeight/widgets/FilterButtons.tsx +69 -0
- package/src/components/BodyWeight/widgets/fab.tsx +33 -0
- package/src/components/Calendar/Components/CalendarComponent.test.tsx +141 -0
- package/src/components/Calendar/Components/CalendarComponent.tsx +250 -0
- package/src/components/Calendar/Components/CalendarDay.tsx +105 -0
- package/src/components/Calendar/Components/CalendarDayGrid.tsx +53 -0
- package/src/components/Calendar/Components/CalendarHeader.tsx +39 -0
- package/src/components/Calendar/Components/Entries.test.tsx +81 -0
- package/src/components/Calendar/Components/Entries.tsx +163 -0
- package/src/components/Calendar/Helpers/CalendarMeasurement.tsx +10 -0
- package/src/components/Carousel/carousel.module.css +43 -0
- package/src/components/Carousel/carousel.module.css.map +1 -0
- package/src/components/Carousel/carousel.module.scss +46 -0
- package/src/components/Carousel/index.tsx +66 -0
- package/src/components/Common/forms/LicenseAuthor.tsx +19 -0
- package/src/components/Common/forms/LicenseAuthorUrl.tsx +20 -0
- package/src/components/Common/forms/LicenseDerivativeSourceUrl.tsx +20 -0
- package/src/components/Common/forms/LicenseObjectUrl.tsx +20 -0
- package/src/components/Common/forms/LicenseTitle.tsx +19 -0
- package/src/components/Common/forms/WgerTextField.tsx +27 -0
- package/src/components/Core/LoadingWidget/LoadingWidget.tsx +22 -0
- package/src/components/Core/Modals/DeleteConfirmationModal.test.tsx +57 -0
- package/src/components/Core/Modals/DeleteConfirmationModal.tsx +74 -0
- package/src/components/Core/Modals/WgerModal.test.tsx +45 -0
- package/src/components/Core/Modals/WgerModal.tsx +46 -0
- package/src/components/Core/Notifications/index.tsx +57 -0
- package/src/components/Core/Notifications/notifications.module.css +8 -0
- package/src/components/Core/Notifications/notifications.module.css.map +1 -0
- package/src/components/Core/Notifications/notifications.module.scss +6 -0
- package/src/components/Core/Tooltips/LightToolTip.tsx +14 -0
- package/src/components/Core/Widgets/Container.tsx +98 -0
- package/src/components/Core/Widgets/FormError.tsx +64 -0
- package/src/components/Core/Widgets/OverviewEmpty.tsx +26 -0
- package/src/components/Core/Widgets/RenderLoadingQuery.tsx +28 -0
- package/src/components/Core/queries/index.ts +2 -0
- package/src/components/Core/queries/languageCheck.ts +31 -0
- package/src/components/Dashboard/Dashboard.tsx +22 -0
- package/src/components/Dashboard/EmptyCard.tsx +56 -0
- package/src/components/Dashboard/NutritionCard.test.tsx +89 -0
- package/src/components/Dashboard/NutritionCard.tsx +178 -0
- package/src/components/Dashboard/RoutineCard.test.tsx +66 -0
- package/src/components/Dashboard/RoutineCard.tsx +107 -0
- package/src/components/Dashboard/WeightCard.test.tsx +81 -0
- package/src/components/Dashboard/WeightCard.tsx +72 -0
- package/src/components/Exercises/Add/AddExerciseStepper.test.tsx +26 -0
- package/src/components/Exercises/Add/AddExerciseStepper.tsx +97 -0
- package/src/components/Exercises/Add/NotEnoughRights.tsx +37 -0
- package/src/components/Exercises/Add/Step1Basics.test.tsx +133 -0
- package/src/components/Exercises/Add/Step1Basics.tsx +179 -0
- package/src/components/Exercises/Add/Step2Variations.test.tsx +149 -0
- package/src/components/Exercises/Add/Step2Variations.tsx +237 -0
- package/src/components/Exercises/Add/Step3Description.test.tsx +66 -0
- package/src/components/Exercises/Add/Step3Description.tsx +96 -0
- package/src/components/Exercises/Add/Step4Translation.test.tsx +119 -0
- package/src/components/Exercises/Add/Step4Translations.tsx +183 -0
- package/src/components/Exercises/Add/Step5Images.test.tsx +28 -0
- package/src/components/Exercises/Add/Step5Images.tsx +269 -0
- package/src/components/Exercises/Add/Step6Overview.test.tsx +128 -0
- package/src/components/Exercises/Add/Step6Overview.tsx +262 -0
- package/src/components/Exercises/Detail/ExerciseDetailEdit.test.tsx +248 -0
- package/src/components/Exercises/Detail/ExerciseDetailEdit.tsx +340 -0
- package/src/components/Exercises/Detail/ExerciseDetailView.test.tsx +96 -0
- package/src/components/Exercises/Detail/ExerciseDetailView.tsx +242 -0
- package/src/components/Exercises/Detail/ExerciseDetails.test.tsx +88 -0
- package/src/components/Exercises/Detail/ExerciseDetails.tsx +119 -0
- package/src/components/Exercises/Detail/ExerciseImageAvatar.tsx +20 -0
- package/src/components/Exercises/Detail/ExerciseImagePlaceholder.tsx +21 -0
- package/src/components/Exercises/Detail/Head/ExerciseDeleteDialog.test.tsx +125 -0
- package/src/components/Exercises/Detail/Head/ExerciseDeleteDialog.tsx +185 -0
- package/src/components/Exercises/Detail/Head/head.module.css +73 -0
- package/src/components/Exercises/Detail/Head/head.module.css.map +7 -0
- package/src/components/Exercises/Detail/Head/head.module.scss +111 -0
- package/src/components/Exercises/Detail/Head/index.tsx +175 -0
- package/src/components/Exercises/Detail/OverviewCard.test.tsx +98 -0
- package/src/components/Exercises/Detail/OverviewCard.tsx +68 -0
- package/src/components/Exercises/Detail/SideGallery/index.tsx +65 -0
- package/src/components/Exercises/Detail/SideGallery/side_gallery.module.css +26 -0
- package/src/components/Exercises/Detail/SideGallery/side_gallery.module.css.map +7 -0
- package/src/components/Exercises/Detail/SideGallery/side_gallery.module.scss +34 -0
- package/src/components/Exercises/ExerciseOverview.test.tsx +183 -0
- package/src/components/Exercises/ExerciseOverview.tsx +293 -0
- package/src/components/Exercises/Filter/CategoryFilter.test.tsx +57 -0
- package/src/components/Exercises/Filter/CategoryFilter.tsx +105 -0
- package/src/components/Exercises/Filter/EquipmentFilter.test.tsx +55 -0
- package/src/components/Exercises/Filter/EquipmentFilter.tsx +105 -0
- package/src/components/Exercises/Filter/ExerciseFiltersContext.tsx +16 -0
- package/src/components/Exercises/Filter/FilterDrawer.tsx +38 -0
- package/src/components/Exercises/Filter/MuscleFilter.test.tsx +50 -0
- package/src/components/Exercises/Filter/MuscleFilter.tsx +130 -0
- package/src/components/Exercises/Filter/NameAutcompleter.tsx +146 -0
- package/src/components/Exercises/Filter/NameAutocompleter.test.tsx +76 -0
- package/src/components/Exercises/Overview/ExerciseGrid.tsx +44 -0
- package/src/components/Exercises/Overview/ExerciseGridLoadingSkeleton.test.tsx +10 -0
- package/src/components/Exercises/Overview/ExerciseGridLoadingSkeleton.tsx +26 -0
- package/src/components/Exercises/forms/Category.test.tsx +49 -0
- package/src/components/Exercises/forms/Category.tsx +41 -0
- package/src/components/Exercises/forms/Equipment.test.tsx +84 -0
- package/src/components/Exercises/forms/Equipment.tsx +38 -0
- package/src/components/Exercises/forms/ExerciseAliases.tsx +37 -0
- package/src/components/Exercises/forms/ExerciseDescription.tsx +57 -0
- package/src/components/Exercises/forms/ExerciseEquipmentSelect.tsx +29 -0
- package/src/components/Exercises/forms/ExerciseName.tsx +19 -0
- package/src/components/Exercises/forms/ExerciseNotes.tsx +72 -0
- package/src/components/Exercises/forms/ExerciseSelect.tsx +28 -0
- package/src/components/Exercises/forms/ImageCard.tsx +101 -0
- package/src/components/Exercises/forms/ImageStyle.tsx +74 -0
- package/src/components/Exercises/forms/Muscle.test.tsx +74 -0
- package/src/components/Exercises/forms/Muscle.tsx +41 -0
- package/src/components/Exercises/forms/VideoCard.tsx +109 -0
- package/src/components/Exercises/forms/yupValidators.ts +46 -0
- package/src/components/Exercises/models/alias.ts +29 -0
- package/src/components/Exercises/models/category.ts +35 -0
- package/src/components/Exercises/models/equipment.ts +33 -0
- package/src/components/Exercises/models/exercise.test.ts +74 -0
- package/src/components/Exercises/models/exercise.ts +159 -0
- package/src/components/Exercises/models/image.ts +41 -0
- package/src/components/Exercises/models/language.ts +23 -0
- package/src/components/Exercises/models/muscle.test.ts +17 -0
- package/src/components/Exercises/models/muscle.ts +39 -0
- package/src/components/Exercises/models/note.ts +29 -0
- package/src/components/Exercises/models/translation.test.ts +68 -0
- package/src/components/Exercises/models/translation.ts +83 -0
- package/src/components/Exercises/models/video.ts +30 -0
- package/src/components/Exercises/queries/exercises.ts +29 -0
- package/src/components/Exercises/queries/index.ts +133 -0
- package/src/components/Exercises/queries/variations.ts +15 -0
- package/src/components/Header/SubMenus/BodyWeightSubMenu.tsx +27 -0
- package/src/components/Header/SubMenus/MeasurementsSubMenu.tsx +28 -0
- package/src/components/Header/SubMenus/NutritionSubMenu.tsx +28 -0
- package/src/components/Header/SubMenus/TrainingSubMenu.tsx +43 -0
- package/src/components/Header/SubMenus/WorkoutSubMenu.tsx +28 -0
- package/src/components/Header/index.tsx +27 -0
- package/src/components/Measurements/Screens/MeasurementCategoryDetail.test.tsx +67 -0
- package/src/components/Measurements/Screens/MeasurementCategoryDetail.tsx +37 -0
- package/src/components/Measurements/Screens/MeasurementCategoryOverview.test.tsx +59 -0
- package/src/components/Measurements/Screens/MeasurementCategoryOverview.tsx +64 -0
- package/src/components/Measurements/models/Category.ts +38 -0
- package/src/components/Measurements/models/Entry.ts +37 -0
- package/src/components/Measurements/queries/index.ts +121 -0
- package/src/components/Measurements/widgets/CategoryDetailDataGrid.tsx +209 -0
- package/src/components/Measurements/widgets/CategoryDetailDropdown.tsx +83 -0
- package/src/components/Measurements/widgets/CategoryForm.test.tsx +96 -0
- package/src/components/Measurements/widgets/CategoryForm.tsx +88 -0
- package/src/components/Measurements/widgets/EntryForm.test.tsx +120 -0
- package/src/components/Measurements/widgets/EntryForm.tsx +139 -0
- package/src/components/Measurements/widgets/MeasurementChart.tsx +52 -0
- package/src/components/Measurements/widgets/fab.tsx +65 -0
- package/src/components/Muscles/MuscleOverview.tsx +37 -0
- package/src/components/Nutrition/components/BmiCalculator.test.tsx +55 -0
- package/src/components/Nutrition/components/BmiCalculator.tsx +203 -0
- package/src/components/Nutrition/components/IngredientSearch.tsx +24 -0
- package/src/components/Nutrition/components/NutritionDiaryOverview.test.tsx +51 -0
- package/src/components/Nutrition/components/NutritionDiaryOverview.tsx +47 -0
- package/src/components/Nutrition/components/PlanDetail.test.tsx +58 -0
- package/src/components/Nutrition/components/PlanDetail.tsx +100 -0
- package/src/components/Nutrition/components/PlanOverview.test.tsx +37 -0
- package/src/components/Nutrition/components/PlansOverview.tsx +62 -0
- package/src/components/Nutrition/helpers/nutritionalValues.test.ts +108 -0
- package/src/components/Nutrition/helpers/nutritionalValues.ts +128 -0
- package/src/components/Nutrition/models/Ingredient.ts +84 -0
- package/src/components/Nutrition/models/IngredientImage.ts +57 -0
- package/src/components/Nutrition/models/IngredientImageThumbnails.ts +59 -0
- package/src/components/Nutrition/models/diaryEntry.ts +129 -0
- package/src/components/Nutrition/models/ingredient.test.ts +37 -0
- package/src/components/Nutrition/models/meal.test.ts +54 -0
- package/src/components/Nutrition/models/meal.ts +128 -0
- package/src/components/Nutrition/models/mealItem.test.ts +23 -0
- package/src/components/Nutrition/models/mealItem.ts +134 -0
- package/src/components/Nutrition/models/nutritionalPlan.test.ts +169 -0
- package/src/components/Nutrition/models/nutritionalPlan.ts +268 -0
- package/src/components/Nutrition/models/weightUnit.ts +24 -0
- package/src/components/Nutrition/queries/diary.ts +59 -0
- package/src/components/Nutrition/queries/index.ts +20 -0
- package/src/components/Nutrition/queries/ingredient.ts +12 -0
- package/src/components/Nutrition/queries/meal.ts +41 -0
- package/src/components/Nutrition/queries/mealItem.ts +43 -0
- package/src/components/Nutrition/queries/plan.ts +93 -0
- package/src/components/Nutrition/widgets/DiaryDetail.tsx +39 -0
- package/src/components/Nutrition/widgets/DiaryOverview.tsx +51 -0
- package/src/components/Nutrition/widgets/Fab.tsx +65 -0
- package/src/components/Nutrition/widgets/IngredientAutcompleter.tsx +140 -0
- package/src/components/Nutrition/widgets/IngredientAutocompleter.test.tsx +60 -0
- package/src/components/Nutrition/widgets/IngredientDetailTable.tsx +91 -0
- package/src/components/Nutrition/widgets/LoggedPlannedNutritionalValuesTable.tsx +138 -0
- package/src/components/Nutrition/widgets/MealDetail.tsx +170 -0
- package/src/components/Nutrition/widgets/MealDetailDropdown.tsx +117 -0
- package/src/components/Nutrition/widgets/NutritionalValuesTable.tsx +103 -0
- package/src/components/Nutrition/widgets/PlanDetailDropdown.tsx +82 -0
- package/src/components/Nutrition/widgets/PlanSidebar.tsx +44 -0
- package/src/components/Nutrition/widgets/charts/LinearPlannedLoggedChart.tsx +27 -0
- package/src/components/Nutrition/widgets/charts/MacrosPieChart.tsx +66 -0
- package/src/components/Nutrition/widgets/charts/NutritionDiaryChart.tsx +95 -0
- package/src/components/Nutrition/widgets/charts/NutritionalValuesDashboardChart.tsx +84 -0
- package/src/components/Nutrition/widgets/charts/NutritionalValuesPlannedLoggedChart.tsx +54 -0
- package/src/components/Nutrition/widgets/forms/MealForm.test.tsx +85 -0
- package/src/components/Nutrition/widgets/forms/MealForm.tsx +105 -0
- package/src/components/Nutrition/widgets/forms/MealItemForm.test.tsx +106 -0
- package/src/components/Nutrition/widgets/forms/MealItemForm.tsx +118 -0
- package/src/components/Nutrition/widgets/forms/NutritionDiaryEntryForm.test.tsx +165 -0
- package/src/components/Nutrition/widgets/forms/NutritionDiaryEntryForm.tsx +161 -0
- package/src/components/Nutrition/widgets/forms/PlanForm.test.tsx +101 -0
- package/src/components/Nutrition/widgets/forms/PlanForm.tsx +361 -0
- package/src/components/User/models/profile.ts +81 -0
- package/src/components/User/queries/contribute.test.ts +132 -0
- package/src/components/User/queries/contribute.ts +33 -0
- package/src/components/User/queries/permission.ts +11 -0
- package/src/components/User/queries/profile.ts +22 -0
- package/src/components/WorkoutRoutines/Detail/RoutineAdd.tsx +12 -0
- package/src/components/WorkoutRoutines/Detail/RoutineDetail.test.tsx +71 -0
- package/src/components/WorkoutRoutines/Detail/RoutineDetail.tsx +87 -0
- package/src/components/WorkoutRoutines/Detail/RoutineDetailsTable.test.tsx +83 -0
- package/src/components/WorkoutRoutines/Detail/RoutineDetailsTable.tsx +371 -0
- package/src/components/WorkoutRoutines/Detail/RoutineEdit.test.tsx +51 -0
- package/src/components/WorkoutRoutines/Detail/RoutineEdit.tsx +95 -0
- package/src/components/WorkoutRoutines/Detail/SessionAdd.test.tsx +43 -0
- package/src/components/WorkoutRoutines/Detail/SessionAdd.tsx +50 -0
- package/src/components/WorkoutRoutines/Detail/SlotProgressionEdit.test.tsx +41 -0
- package/src/components/WorkoutRoutines/Detail/SlotProgressionEdit.tsx +145 -0
- package/src/components/WorkoutRoutines/Detail/TemplateDetail.test.tsx +44 -0
- package/src/components/WorkoutRoutines/Detail/TemplateDetail.tsx +84 -0
- package/src/components/WorkoutRoutines/Detail/WorkoutLogs.test.tsx +64 -0
- package/src/components/WorkoutRoutines/Detail/WorkoutLogs.tsx +98 -0
- package/src/components/WorkoutRoutines/Detail/WorkoutStats.test.tsx +65 -0
- package/src/components/WorkoutRoutines/Detail/WorkoutStats.tsx +244 -0
- package/src/components/WorkoutRoutines/Overview/Fab.tsx +91 -0
- package/src/components/WorkoutRoutines/Overview/PrivateTemplateOverview.test.tsx +36 -0
- package/src/components/WorkoutRoutines/Overview/PrivateTemplateOverview.tsx +41 -0
- package/src/components/WorkoutRoutines/Overview/PublicTemplateOverview.test.tsx +36 -0
- package/src/components/WorkoutRoutines/Overview/PublicTemplateOverview.tsx +40 -0
- package/src/components/WorkoutRoutines/Overview/RoutineOverview.test.tsx +38 -0
- package/src/components/WorkoutRoutines/Overview/RoutineOverview.tsx +76 -0
- package/src/components/WorkoutRoutines/models/BaseConfig.ts +118 -0
- package/src/components/WorkoutRoutines/models/Day.test.ts +15 -0
- package/src/components/WorkoutRoutines/models/Day.ts +117 -0
- package/src/components/WorkoutRoutines/models/LogStats.test.ts +44 -0
- package/src/components/WorkoutRoutines/models/LogStats.ts +110 -0
- package/src/components/WorkoutRoutines/models/RepetitionUnit.ts +22 -0
- package/src/components/WorkoutRoutines/models/Routine.test.ts +113 -0
- package/src/components/WorkoutRoutines/models/Routine.ts +218 -0
- package/src/components/WorkoutRoutines/models/RoutineDayData.ts +38 -0
- package/src/components/WorkoutRoutines/models/RoutineLogData.ts +22 -0
- package/src/components/WorkoutRoutines/models/SetConfigData.ts +121 -0
- package/src/components/WorkoutRoutines/models/Slot.test.ts +19 -0
- package/src/components/WorkoutRoutines/models/Slot.ts +83 -0
- package/src/components/WorkoutRoutines/models/SlotData.ts +30 -0
- package/src/components/WorkoutRoutines/models/SlotEntry.test.ts +31 -0
- package/src/components/WorkoutRoutines/models/SlotEntry.ts +245 -0
- package/src/components/WorkoutRoutines/models/WeightUnit.ts +22 -0
- package/src/components/WorkoutRoutines/models/WorkoutLog.ts +159 -0
- package/src/components/WorkoutRoutines/models/WorkoutSession.ts +124 -0
- package/src/components/WorkoutRoutines/queries/configs.ts +393 -0
- package/src/components/WorkoutRoutines/queries/days.ts +42 -0
- package/src/components/WorkoutRoutines/queries/index.ts +64 -0
- package/src/components/WorkoutRoutines/queries/logs.ts +49 -0
- package/src/components/WorkoutRoutines/queries/routines.ts +121 -0
- package/src/components/WorkoutRoutines/queries/sessions.ts +41 -0
- package/src/components/WorkoutRoutines/queries/slot_entries.ts +33 -0
- package/src/components/WorkoutRoutines/queries/slots.ts +40 -0
- package/src/components/WorkoutRoutines/queries/units.ts +15 -0
- package/src/components/WorkoutRoutines/widgets/DayDetails.test.tsx +69 -0
- package/src/components/WorkoutRoutines/widgets/DayDetails.tsx +441 -0
- package/src/components/WorkoutRoutines/widgets/LogWidgets.test.tsx +91 -0
- package/src/components/WorkoutRoutines/widgets/LogWidgets.tsx +334 -0
- package/src/components/WorkoutRoutines/widgets/RoutineDetailDropdown.test.tsx +36 -0
- package/src/components/WorkoutRoutines/widgets/RoutineDetailDropdown.tsx +184 -0
- package/src/components/WorkoutRoutines/widgets/RoutineDetailsCard.test.tsx +42 -0
- package/src/components/WorkoutRoutines/widgets/RoutineDetailsCard.tsx +202 -0
- package/src/components/WorkoutRoutines/widgets/RoutineStatistics.test.tsx +364 -0
- package/src/components/WorkoutRoutines/widgets/RoutineStatistics.tsx +249 -0
- package/src/components/WorkoutRoutines/widgets/SlotDetails.test.tsx +72 -0
- package/src/components/WorkoutRoutines/widgets/SlotDetails.tsx +233 -0
- package/src/components/WorkoutRoutines/widgets/forms/BaseConfigForm.test.tsx +161 -0
- package/src/components/WorkoutRoutines/widgets/forms/BaseConfigForm.tsx +508 -0
- package/src/components/WorkoutRoutines/widgets/forms/DayForm.test.tsx +86 -0
- package/src/components/WorkoutRoutines/widgets/forms/DayForm.tsx +202 -0
- package/src/components/WorkoutRoutines/widgets/forms/ProgressionForm.test.tsx +176 -0
- package/src/components/WorkoutRoutines/widgets/forms/ProgressionForm.tsx +494 -0
- package/src/components/WorkoutRoutines/widgets/forms/RoutineForm.test.tsx +94 -0
- package/src/components/WorkoutRoutines/widgets/forms/RoutineForm.tsx +309 -0
- package/src/components/WorkoutRoutines/widgets/forms/RoutineTemplateForm.test.tsx +70 -0
- package/src/components/WorkoutRoutines/widgets/forms/RoutineTemplateForm.tsx +68 -0
- package/src/components/WorkoutRoutines/widgets/forms/SessionForm.test.tsx +164 -0
- package/src/components/WorkoutRoutines/widgets/forms/SessionForm.tsx +263 -0
- package/src/components/WorkoutRoutines/widgets/forms/SessionLogsForm.test.tsx +126 -0
- package/src/components/WorkoutRoutines/widgets/forms/SessionLogsForm.tsx +330 -0
- package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.test.tsx +227 -0
- package/src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.tsx +206 -0
- package/src/components/WorkoutRoutines/widgets/forms/SlotForm.test.tsx +44 -0
- package/src/components/WorkoutRoutines/widgets/forms/SlotForm.tsx +36 -0
- package/src/components/index.ts +3 -0
- package/src/config.ts +12 -0
- package/src/i18n.ts +63 -0
- package/src/i18n.tsx +52 -0
- package/src/index.css +13 -0
- package/src/index.tsx +184 -0
- package/src/locales/README.md +7 -0
- package/src/pages/About/index.tsx +9 -0
- package/src/pages/AddExercise/index.tsx +15 -0
- package/src/pages/AddWeight/index.tsx +9 -0
- package/src/pages/ApiPage/index.tsx +9 -0
- package/src/pages/Calendar/index.tsx +10 -0
- package/src/pages/CaloriesCalculator/index.tsx +9 -0
- package/src/pages/Equipments/index.tsx +9 -0
- package/src/pages/ExerciseDetails/index.tsx +6 -0
- package/src/pages/Ingrdedients/index.tsx +9 -0
- package/src/pages/Login/index.tsx +9 -0
- package/src/pages/Preferences/index.tsx +9 -0
- package/src/pages/PublicTemplate/index.tsx +9 -0
- package/src/pages/TemplatePage/index.tsx +9 -0
- package/src/pages/WeightOverview/index.tsx +6 -0
- package/src/pages/index.ts +14 -0
- package/src/permissions/index.ts +13 -0
- package/src/reportWebVitals.ts +15 -0
- package/src/routes.tsx +137 -0
- package/src/services/alias.test.ts +47 -0
- package/src/services/alias.ts +34 -0
- package/src/services/base_config.test.ts +48 -0
- package/src/services/base_config.ts +86 -0
- package/src/services/category.test.ts +44 -0
- package/src/services/category.ts +21 -0
- package/src/services/config.test.ts +213 -0
- package/src/services/config.ts +50 -0
- package/src/services/day.test.ts +118 -0
- package/src/services/day.ts +44 -0
- package/src/services/equipment.test.ts +46 -0
- package/src/services/equipment.ts +20 -0
- package/src/services/exercise.test.ts +98 -0
- package/src/services/exercise.ts +182 -0
- package/src/services/exerciseTranslation.test.ts +98 -0
- package/src/services/exerciseTranslation.ts +112 -0
- package/src/services/image.test.ts +77 -0
- package/src/services/image.ts +54 -0
- package/src/services/index.ts +104 -0
- package/src/services/ingredient.test.ts +81 -0
- package/src/services/ingredient.ts +70 -0
- package/src/services/ingredientweightunit.ts +29 -0
- package/src/services/language.test.ts +86 -0
- package/src/services/language.ts +35 -0
- package/src/services/languageCheck.ts +33 -0
- package/src/services/meal.ts +67 -0
- package/src/services/mealItem.ts +32 -0
- package/src/services/measurements.test.ts +106 -0
- package/src/services/measurements.ts +173 -0
- package/src/services/muscles.test.ts +46 -0
- package/src/services/muscles.ts +20 -0
- package/src/services/note.ts +39 -0
- package/src/services/nutritionalDiary.test.ts +35 -0
- package/src/services/nutritionalDiary.ts +70 -0
- package/src/services/nutritionalPlan.test.ts +74 -0
- package/src/services/nutritionalPlan.ts +104 -0
- package/src/services/permission.ts +26 -0
- package/src/services/permissions.test.ts +34 -0
- package/src/services/profile.test.ts +40 -0
- package/src/services/profile.ts +49 -0
- package/src/services/responseType.ts +35 -0
- package/src/services/routine.test.ts +195 -0
- package/src/services/routine.ts +250 -0
- package/src/services/session.test.ts +157 -0
- package/src/services/session.ts +99 -0
- package/src/services/slot.test.ts +68 -0
- package/src/services/slot.ts +43 -0
- package/src/services/slot_entry.ts +43 -0
- package/src/services/variation.test.ts +24 -0
- package/src/services/variation.ts +18 -0
- package/src/services/video.test.ts +65 -0
- package/src/services/video.ts +47 -0
- package/src/services/weight.test.ts +75 -0
- package/src/services/weight.ts +58 -0
- package/src/services/workoutLogs.test.ts +148 -0
- package/src/services/workoutLogs.ts +89 -0
- package/src/services/workoutUnits.ts +29 -0
- package/src/setupTests.ts +40 -0
- package/src/state/exerciseSubmissionReducer.ts +170 -0
- package/src/state/exerciseSubmissionState.tsx +75 -0
- package/src/state/index.ts +15 -0
- package/src/state/notificationReducer.ts +29 -0
- package/src/state/notificationState.tsx +32 -0
- package/src/state/stateTypes.ts +24 -0
- package/src/tests/api/ingredientInfoEndpoint.ts +72 -0
- package/src/tests/exerciseTestdata.ts +159 -0
- package/src/tests/exercises/searchResponse.ts +23 -0
- package/src/tests/ingredientTestdata.ts +76 -0
- package/src/tests/measurementsTestData.ts +40 -0
- package/src/tests/nutritionDiaryTestdata.ts +167 -0
- package/src/tests/nutritionTestdata.ts +200 -0
- package/src/tests/queryClient/index.ts +7 -0
- package/src/tests/responseApi.ts +197 -0
- package/src/tests/setup.ts +10 -0
- package/src/tests/slotEntryApiResponse.ts +144 -0
- package/src/tests/userTestdata.ts +43 -0
- package/src/tests/weight/testData.ts +7 -0
- package/src/tests/workoutLogsRoutinesTestData.ts +90 -0
- package/src/tests/workoutRoutinesTestData.ts +451 -0
- package/src/tests/workoutStatisticsTestData.ts +219 -0
- package/src/theme.ts +73 -0
- package/src/types.ts +144 -0
- package/src/utils/Adapter.ts +10 -0
- package/src/utils/colors.test.ts +38 -0
- package/src/utils/colors.ts +17 -0
- package/src/utils/consts.ts +160 -0
- package/src/utils/date.test.ts +56 -0
- package/src/utils/date.ts +145 -0
- package/src/utils/forms.test.ts +41 -0
- package/src/utils/forms.ts +54 -0
- package/src/utils/numbers.test.ts +55 -0
- package/src/utils/numbers.ts +42 -0
- package/src/utils/requests.test.ts +61 -0
- package/src/utils/requests.ts +22 -0
- package/src/utils/strings.test.ts +62 -0
- package/src/utils/strings.ts +28 -0
- package/src/utils/url.test.ts +127 -0
- package/src/utils/url.ts +237 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import AddIcon from "@mui/icons-material/Add";
|
|
2
|
+
import HistoryEduIcon from '@mui/icons-material/HistoryEdu';
|
|
3
|
+
import { Fab } from "@mui/material";
|
|
4
|
+
import { WgerModal } from "components/Core/Modals/WgerModal";
|
|
5
|
+
import { NutritionalPlan } from "components/Nutrition/models/nutritionalPlan";
|
|
6
|
+
import { NutritionDiaryEntryForm } from "components/Nutrition/widgets/forms/NutritionDiaryEntryForm";
|
|
7
|
+
import { PlanForm } from "components/Nutrition/widgets/forms/PlanForm";
|
|
8
|
+
import React from "react";
|
|
9
|
+
import { useTranslation } from "react-i18next";
|
|
10
|
+
|
|
11
|
+
export const AddNutritionalPlanFab = () => {
|
|
12
|
+
const [t] = useTranslation();
|
|
13
|
+
const [openModal, setOpenModal] = React.useState(false);
|
|
14
|
+
const handleOpenModal = () => setOpenModal(true);
|
|
15
|
+
const handleCloseModal = () => setOpenModal(false);
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
return (
|
|
19
|
+
<div>
|
|
20
|
+
<Fab
|
|
21
|
+
color="secondary"
|
|
22
|
+
aria-label="add"
|
|
23
|
+
onClick={handleOpenModal}
|
|
24
|
+
sx={{
|
|
25
|
+
position: 'fixed',
|
|
26
|
+
bottom: '5rem',
|
|
27
|
+
right: (theme) => `max(${theme.spacing(2)}, calc((100vw - ${theme.breakpoints.values.lg}px) / 2 + ${theme.spacing(2)}))`,
|
|
28
|
+
zIndex: 9,
|
|
29
|
+
}}>
|
|
30
|
+
<AddIcon />
|
|
31
|
+
</Fab>
|
|
32
|
+
<WgerModal title={t('add')} isOpen={openModal} closeFn={handleCloseModal}>
|
|
33
|
+
<PlanForm closeFn={handleCloseModal} />
|
|
34
|
+
</WgerModal>
|
|
35
|
+
</div>
|
|
36
|
+
);
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export const AddNutritionDiaryEntryFab = (props: { plan: NutritionalPlan }) => {
|
|
40
|
+
const [t] = useTranslation();
|
|
41
|
+
const [openModal, setOpenModal] = React.useState(false);
|
|
42
|
+
const handleOpenModal = () => setOpenModal(true);
|
|
43
|
+
const handleCloseModal = () => setOpenModal(false);
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
return (
|
|
47
|
+
<div>
|
|
48
|
+
<Fab
|
|
49
|
+
color="secondary"
|
|
50
|
+
aria-label="add"
|
|
51
|
+
onClick={handleOpenModal}
|
|
52
|
+
sx={{
|
|
53
|
+
position: 'fixed',
|
|
54
|
+
bottom: '5rem',
|
|
55
|
+
right: (theme) => `max(${theme.spacing(2)}, calc((100vw - ${theme.breakpoints.values.lg}px) / 2 + ${theme.spacing(2)}))`,
|
|
56
|
+
zIndex: 9,
|
|
57
|
+
}}>
|
|
58
|
+
<HistoryEduIcon />
|
|
59
|
+
</Fab>
|
|
60
|
+
<WgerModal title={t('nutrition.addNutritionalDiary')} isOpen={openModal} closeFn={handleCloseModal}>
|
|
61
|
+
<NutritionDiaryEntryForm closeFn={handleCloseModal} planId={props.plan.id!} meals={props.plan.meals} />
|
|
62
|
+
</WgerModal>
|
|
63
|
+
</div>
|
|
64
|
+
);
|
|
65
|
+
};
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import PhotoIcon from "@mui/icons-material/Photo";
|
|
2
|
+
import SearchIcon from "@mui/icons-material/Search";
|
|
3
|
+
import {
|
|
4
|
+
Autocomplete,
|
|
5
|
+
Avatar,
|
|
6
|
+
FormControlLabel,
|
|
7
|
+
FormGroup,
|
|
8
|
+
InputAdornment,
|
|
9
|
+
ListItem,
|
|
10
|
+
ListItemIcon,
|
|
11
|
+
ListItemText,
|
|
12
|
+
Stack,
|
|
13
|
+
Switch,
|
|
14
|
+
TextField,
|
|
15
|
+
} from "@mui/material";
|
|
16
|
+
import { Ingredient } from "components/Nutrition/models/Ingredient";
|
|
17
|
+
import debounce from "lodash/debounce";
|
|
18
|
+
import * as React from 'react';
|
|
19
|
+
import { useEffect, useMemo, useState } from 'react';
|
|
20
|
+
import { useTranslation } from "react-i18next";
|
|
21
|
+
import { searchIngredient } from "services";
|
|
22
|
+
import { LANGUAGE_SHORT_ENGLISH } from "utils/consts";
|
|
23
|
+
|
|
24
|
+
type IngredientAutocompleterProps = {
|
|
25
|
+
callback: () => void;
|
|
26
|
+
initialIngredient?: Ingredient | null;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export function IngredientAutocompleter({ callback, initialIngredient }: IngredientAutocompleterProps) {
|
|
30
|
+
const initialData = initialIngredient ?? null;
|
|
31
|
+
|
|
32
|
+
const [searchEnglish, setSearchEnglish] = useState<boolean>(true);
|
|
33
|
+
const [value, setValue] = useState<Ingredient | null>(initialData);
|
|
34
|
+
const [inputValue, setInputValue] = useState("");
|
|
35
|
+
const [options, setOptions] = useState<readonly Ingredient[]>([]);
|
|
36
|
+
const [t, i18n] = useTranslation();
|
|
37
|
+
|
|
38
|
+
const fetchName = useMemo(
|
|
39
|
+
() =>
|
|
40
|
+
debounce(
|
|
41
|
+
(request: string) =>
|
|
42
|
+
searchIngredient(request, i18n.language, searchEnglish).then((res) => setOptions(res)),
|
|
43
|
+
200
|
|
44
|
+
),
|
|
45
|
+
[i18n.language, searchEnglish]
|
|
46
|
+
);
|
|
47
|
+
|
|
48
|
+
useEffect(() => {
|
|
49
|
+
if (inputValue === "") {
|
|
50
|
+
setOptions(value ? [value] : []);
|
|
51
|
+
return undefined;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
fetchName(inputValue);
|
|
55
|
+
|
|
56
|
+
return () => {
|
|
57
|
+
fetchName.cancel();
|
|
58
|
+
};
|
|
59
|
+
}, [value, inputValue, fetchName]);
|
|
60
|
+
|
|
61
|
+
return (
|
|
62
|
+
<Stack>
|
|
63
|
+
<Autocomplete
|
|
64
|
+
id="ingredient-autocomplete"
|
|
65
|
+
getOptionLabel={(option) => option.name}
|
|
66
|
+
data-testid="autocomplete"
|
|
67
|
+
filterOptions={(x) => x}
|
|
68
|
+
options={options}
|
|
69
|
+
autoComplete
|
|
70
|
+
includeInputInList
|
|
71
|
+
filterSelectedOptions
|
|
72
|
+
value={value}
|
|
73
|
+
noOptionsText={t("noResults")}
|
|
74
|
+
isOptionEqualToValue={(option, value) => option.id === value.id}
|
|
75
|
+
onChange={(event: unknown, newValue: Ingredient | null) => {
|
|
76
|
+
setOptions(newValue ? [newValue, ...options] : options);
|
|
77
|
+
setValue(newValue);
|
|
78
|
+
callback(newValue);
|
|
79
|
+
}}
|
|
80
|
+
onInputChange={(event, newInputValue) => {
|
|
81
|
+
setInputValue(newInputValue);
|
|
82
|
+
}}
|
|
83
|
+
renderInput={(params) => (
|
|
84
|
+
<TextField
|
|
85
|
+
{...params}
|
|
86
|
+
label={t("nutrition.searchIngredientName")}
|
|
87
|
+
fullWidth
|
|
88
|
+
slotProps={{
|
|
89
|
+
input: {
|
|
90
|
+
...params.InputProps,
|
|
91
|
+
startAdornment: (
|
|
92
|
+
<>
|
|
93
|
+
<InputAdornment position="start">
|
|
94
|
+
<SearchIcon />
|
|
95
|
+
</InputAdornment>
|
|
96
|
+
{params.InputProps.startAdornment}
|
|
97
|
+
</>
|
|
98
|
+
),
|
|
99
|
+
},
|
|
100
|
+
}}
|
|
101
|
+
/>
|
|
102
|
+
)}
|
|
103
|
+
renderOption={(props, ingredient) => {
|
|
104
|
+
return (
|
|
105
|
+
<li {...props} key={`ingredient-${ingredient.id}`}>
|
|
106
|
+
<ListItem disablePadding component="div">
|
|
107
|
+
<ListItemIcon>
|
|
108
|
+
<Avatar alt="" src={ingredient.thumbnails?.medium ?? ''}
|
|
109
|
+
variant="rounded">
|
|
110
|
+
<PhotoIcon />
|
|
111
|
+
</Avatar>
|
|
112
|
+
</ListItemIcon>
|
|
113
|
+
<ListItemText
|
|
114
|
+
primary={ingredient.name}
|
|
115
|
+
slotProps={{
|
|
116
|
+
primary: {
|
|
117
|
+
whiteSpace: "nowrap",
|
|
118
|
+
overflow: "hidden",
|
|
119
|
+
textOverflow: "ellipsis",
|
|
120
|
+
},
|
|
121
|
+
}}
|
|
122
|
+
/>
|
|
123
|
+
</ListItem>
|
|
124
|
+
</li>
|
|
125
|
+
);
|
|
126
|
+
}}
|
|
127
|
+
/>
|
|
128
|
+
{i18n.language !== LANGUAGE_SHORT_ENGLISH && (
|
|
129
|
+
<FormGroup>
|
|
130
|
+
<FormControlLabel
|
|
131
|
+
control={
|
|
132
|
+
<Switch checked={searchEnglish} onChange={(event, checked) => setSearchEnglish(checked)} />
|
|
133
|
+
}
|
|
134
|
+
label={t("alsoSearchEnglish")}
|
|
135
|
+
/>
|
|
136
|
+
</FormGroup>
|
|
137
|
+
)}
|
|
138
|
+
</Stack>
|
|
139
|
+
);
|
|
140
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { act, render, screen, within } from '@testing-library/react';
|
|
2
|
+
import userEvent from "@testing-library/user-event";
|
|
3
|
+
import { IngredientAutocompleter } from 'components/Nutrition/widgets/IngredientAutcompleter';
|
|
4
|
+
import { searchIngredient } from 'services';
|
|
5
|
+
import { TEST_INGREDIENT_1, TEST_INGREDIENT_2 } from "tests/ingredientTestdata";
|
|
6
|
+
|
|
7
|
+
jest.mock("services");
|
|
8
|
+
|
|
9
|
+
describe("Test the IngredientAutocompleter component", () => {
|
|
10
|
+
|
|
11
|
+
// Arrange
|
|
12
|
+
const mockCallback = jest.fn();
|
|
13
|
+
beforeEach(() => {
|
|
14
|
+
(searchIngredient as jest.Mock).mockImplementation(() => Promise.resolve([TEST_INGREDIENT_1, TEST_INGREDIENT_2]));
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
test('renders correct results', async () => {
|
|
18
|
+
// Arrange
|
|
19
|
+
const user = userEvent.setup();
|
|
20
|
+
|
|
21
|
+
// Act
|
|
22
|
+
render(<IngredientAutocompleter callback={mockCallback} />);
|
|
23
|
+
const autocomplete = screen.getByTestId('autocomplete');
|
|
24
|
+
const input = within(autocomplete).getByRole('combobox');
|
|
25
|
+
await user.click(autocomplete);
|
|
26
|
+
await user.type(input, 'Bag');
|
|
27
|
+
|
|
28
|
+
// There's a bounce period of 200ms between the input and the search
|
|
29
|
+
await act(async () => {
|
|
30
|
+
await new Promise((r) => setTimeout(r, 250));
|
|
31
|
+
});
|
|
32
|
+
expect(searchIngredient).toHaveBeenCalled();
|
|
33
|
+
expect(screen.getByText('0% fat Greek style yogurt')).toBeInTheDocument();
|
|
34
|
+
expect(screen.getByText('1001 Nacht Haferbrei')).toBeInTheDocument();
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
test('callback was correctly called', async () => {
|
|
38
|
+
// Arrange
|
|
39
|
+
const user = userEvent.setup();
|
|
40
|
+
|
|
41
|
+
// Act
|
|
42
|
+
render(<IngredientAutocompleter callback={mockCallback} />);
|
|
43
|
+
const autocomplete = screen.getByTestId('autocomplete');
|
|
44
|
+
const input = within(autocomplete).getByRole('combobox');
|
|
45
|
+
await user.click(autocomplete);
|
|
46
|
+
await user.type(input, 'Cru');
|
|
47
|
+
|
|
48
|
+
// There's a bounce period of 200ms between the input and the search
|
|
49
|
+
await act(async () => {
|
|
50
|
+
await new Promise((r) => setTimeout(r, 250));
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
// Select the first result
|
|
54
|
+
await user.click(input);
|
|
55
|
+
await user.keyboard('{ArrowDown}{Enter}');
|
|
56
|
+
|
|
57
|
+
// Assert
|
|
58
|
+
expect(mockCallback).toHaveBeenLastCalledWith(TEST_INGREDIENT_1);
|
|
59
|
+
});
|
|
60
|
+
});
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import PhotoIcon from "@mui/icons-material/Photo";
|
|
2
|
+
import { Avatar, Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "@mui/material";
|
|
3
|
+
import { NutritionalValues } from "components/Nutrition/helpers/nutritionalValues";
|
|
4
|
+
import { DiaryEntry } from "components/Nutrition/models/diaryEntry";
|
|
5
|
+
import { MealItem } from "components/Nutrition/models/mealItem";
|
|
6
|
+
import { useTranslation } from "react-i18next";
|
|
7
|
+
import { numberGramLocale, numberLocale } from "utils/numbers";
|
|
8
|
+
|
|
9
|
+
const IngredientTableRow = (props: { item: MealItem | DiaryEntry }) => {
|
|
10
|
+
const [t, i18n] = useTranslation();
|
|
11
|
+
|
|
12
|
+
return <TableRow key={props.item.id}>
|
|
13
|
+
<TableCell sx={{ paddingX: 1 }}>
|
|
14
|
+
<Avatar
|
|
15
|
+
alt={props.item.ingredient?.name}
|
|
16
|
+
src={props.item.ingredient?.image?.url}
|
|
17
|
+
sx={{ width: 45, height: 45 }}
|
|
18
|
+
>
|
|
19
|
+
<PhotoIcon />
|
|
20
|
+
</Avatar>
|
|
21
|
+
|
|
22
|
+
</TableCell>
|
|
23
|
+
<TableCell sx={{ paddingX: 1 }}>
|
|
24
|
+
{props.item.amountString} {props.item.ingredient?.name}
|
|
25
|
+
</TableCell>
|
|
26
|
+
<TableCell align={'right'} sx={{ paddingX: 1 }}>
|
|
27
|
+
{t('nutrition.valueEnergyKcalKj', {
|
|
28
|
+
kcal: numberLocale(props.item.nutritionalValues.energy, i18n.language),
|
|
29
|
+
kj: numberLocale(props.item.nutritionalValues.energyKj, i18n.language)
|
|
30
|
+
})}
|
|
31
|
+
</TableCell>
|
|
32
|
+
<TableCell align="right" sx={{ paddingX: 1 }}>
|
|
33
|
+
{numberGramLocale(props.item.nutritionalValues.protein, i18n.language)}
|
|
34
|
+
</TableCell>
|
|
35
|
+
<TableCell align="right" sx={{ paddingX: 1 }}>
|
|
36
|
+
{numberGramLocale(props.item.nutritionalValues.carbohydrates, i18n.language)}
|
|
37
|
+
</TableCell>
|
|
38
|
+
<TableCell align="right" sx={{ paddingX: 1 }}>
|
|
39
|
+
{numberGramLocale(props.item.nutritionalValues.fat, i18n.language)}
|
|
40
|
+
</TableCell>
|
|
41
|
+
</TableRow>;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export const IngredientDetailTable = (props: {
|
|
45
|
+
items: MealItem[] | DiaryEntry[],
|
|
46
|
+
values: NutritionalValues,
|
|
47
|
+
showSum: boolean
|
|
48
|
+
}) => {
|
|
49
|
+
const [t, i18n] = useTranslation();
|
|
50
|
+
|
|
51
|
+
return <TableContainer>
|
|
52
|
+
<Table>
|
|
53
|
+
<TableHead>
|
|
54
|
+
<TableRow>
|
|
55
|
+
<TableCell></TableCell>
|
|
56
|
+
<TableCell></TableCell>
|
|
57
|
+
<TableCell align={'right'} sx={{ paddingX: 1 }}>{t('nutrition.energy')}</TableCell>
|
|
58
|
+
<TableCell align={'right'} sx={{ paddingX: 1 }}>{t('nutrition.protein')}</TableCell>
|
|
59
|
+
<TableCell align={'right'} sx={{ paddingX: 1 }}>{t('nutrition.carbohydrates')}</TableCell>
|
|
60
|
+
<TableCell align={'right'} sx={{ paddingX: 1 }}>{t('nutrition.fat')}</TableCell>
|
|
61
|
+
</TableRow>
|
|
62
|
+
</TableHead>
|
|
63
|
+
<TableBody>
|
|
64
|
+
{props.items.map((item) => (
|
|
65
|
+
<IngredientTableRow item={item} key={item.id} />
|
|
66
|
+
))}
|
|
67
|
+
{props.showSum && <TableRow>
|
|
68
|
+
<TableCell sx={{ paddingX: 1 }}> </TableCell>
|
|
69
|
+
<TableCell sx={{ paddingX: 1 }}>
|
|
70
|
+
{t('total')}
|
|
71
|
+
</TableCell>
|
|
72
|
+
<TableCell align={'right'} sx={{ paddingX: 1 }}>
|
|
73
|
+
{t('nutrition.valueEnergyKcalKj', {
|
|
74
|
+
kcal: numberLocale(props.values.energy, i18n.language),
|
|
75
|
+
kj: numberLocale(props.values.energyKj, i18n.language)
|
|
76
|
+
})}
|
|
77
|
+
</TableCell>
|
|
78
|
+
<TableCell align={'right'} sx={{ paddingX: 1 }}>
|
|
79
|
+
{numberGramLocale(props.values.protein, i18n.language)}
|
|
80
|
+
</TableCell>
|
|
81
|
+
<TableCell align={'right'} sx={{ paddingX: 1 }}>
|
|
82
|
+
{numberGramLocale(props.values.carbohydrates, i18n.language)}
|
|
83
|
+
</TableCell>
|
|
84
|
+
<TableCell align={'right'} sx={{ paddingX: 1 }}>
|
|
85
|
+
{numberGramLocale(props.values.fat, i18n.language)}
|
|
86
|
+
</TableCell>
|
|
87
|
+
</TableRow>}
|
|
88
|
+
</TableBody>
|
|
89
|
+
</Table>
|
|
90
|
+
</TableContainer>;
|
|
91
|
+
};
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "@mui/material";
|
|
2
|
+
import { NutritionalValues } from "components/Nutrition/helpers/nutritionalValues";
|
|
3
|
+
import { useTranslation } from "react-i18next";
|
|
4
|
+
import { numberGramLocale, numberLocale } from "utils/numbers";
|
|
5
|
+
|
|
6
|
+
export const LoggedPlannedNutritionalValuesTable = (props: {
|
|
7
|
+
planned: NutritionalValues,
|
|
8
|
+
logged: NutritionalValues
|
|
9
|
+
}) => {
|
|
10
|
+
const [t, i18n] = useTranslation();
|
|
11
|
+
|
|
12
|
+
return <TableContainer>
|
|
13
|
+
<Table size="small">
|
|
14
|
+
<TableHead>
|
|
15
|
+
<TableRow>
|
|
16
|
+
<TableCell>{t('nutrition.macronutrient')}</TableCell>
|
|
17
|
+
<TableCell align="right">{t('nutrition.planned')}</TableCell>
|
|
18
|
+
<TableCell align="right">{t('nutrition.logged')}</TableCell>
|
|
19
|
+
<TableCell align="right">{t('nutrition.difference')}</TableCell>
|
|
20
|
+
</TableRow>
|
|
21
|
+
</TableHead>
|
|
22
|
+
<TableBody>
|
|
23
|
+
<TableRow>
|
|
24
|
+
<TableCell>{t('nutrition.energy')}</TableCell>
|
|
25
|
+
<TableCell align="right">
|
|
26
|
+
{t('nutrition.valueEnergyKcalKj', {
|
|
27
|
+
kcal: numberLocale(props.planned.energy, i18n.language),
|
|
28
|
+
kj: numberLocale(props.planned.energyKj, i18n.language)
|
|
29
|
+
})}
|
|
30
|
+
</TableCell>
|
|
31
|
+
<TableCell align="right">
|
|
32
|
+
{t('nutrition.valueEnergyKcalKj', {
|
|
33
|
+
kcal: numberLocale(props.logged.energy, i18n.language),
|
|
34
|
+
kj: numberLocale(props.logged.energyKj, i18n.language)
|
|
35
|
+
})}
|
|
36
|
+
</TableCell>
|
|
37
|
+
<TableCell align="right">
|
|
38
|
+
{t('nutrition.valueEnergyKcalKj', {
|
|
39
|
+
kcal: numberLocale(props.logged.energy - props.planned.energy, i18n.language),
|
|
40
|
+
kj: numberLocale(props.logged.energyKj - props.planned.energyKj, i18n.language)
|
|
41
|
+
})}
|
|
42
|
+
</TableCell>
|
|
43
|
+
</TableRow>
|
|
44
|
+
<TableRow>
|
|
45
|
+
<TableCell>{t('nutrition.protein')}</TableCell>
|
|
46
|
+
<TableCell align="right">
|
|
47
|
+
{numberGramLocale(props.planned.protein, i18n.language)}
|
|
48
|
+
</TableCell>
|
|
49
|
+
<TableCell align="right">
|
|
50
|
+
{numberGramLocale(props.logged.protein, i18n.language)}
|
|
51
|
+
</TableCell>
|
|
52
|
+
<TableCell align="right">
|
|
53
|
+
{numberGramLocale(props.logged.protein - props.planned.protein, i18n.language)}
|
|
54
|
+
</TableCell>
|
|
55
|
+
</TableRow>
|
|
56
|
+
<TableRow>
|
|
57
|
+
<TableCell>{t('nutrition.carbohydrates')}</TableCell>
|
|
58
|
+
<TableCell align="right">
|
|
59
|
+
{numberGramLocale(props.planned.carbohydrates, i18n.language)}
|
|
60
|
+
</TableCell>
|
|
61
|
+
<TableCell align="right">
|
|
62
|
+
{numberGramLocale(props.logged.carbohydrates, i18n.language)}
|
|
63
|
+
</TableCell>
|
|
64
|
+
<TableCell align="right">
|
|
65
|
+
{numberGramLocale(props.logged.carbohydrates - props.planned.carbohydrates, i18n.language)}
|
|
66
|
+
</TableCell>
|
|
67
|
+
</TableRow>
|
|
68
|
+
<TableRow>
|
|
69
|
+
<TableCell sx={{ pl: 5 }}>{t('nutrition.ofWhichSugars')}</TableCell>
|
|
70
|
+
<TableCell align="right">
|
|
71
|
+
{numberGramLocale(props.planned.carbohydratesSugar, i18n.language)}
|
|
72
|
+
</TableCell>
|
|
73
|
+
<TableCell align="right">
|
|
74
|
+
{numberGramLocale(props.logged.carbohydratesSugar, i18n.language)}
|
|
75
|
+
</TableCell>
|
|
76
|
+
<TableCell align="right">
|
|
77
|
+
{numberGramLocale(props.logged.carbohydratesSugar - props.planned.carbohydratesSugar, i18n.language)}
|
|
78
|
+
</TableCell>
|
|
79
|
+
</TableRow>
|
|
80
|
+
<TableRow>
|
|
81
|
+
<TableCell>{t('nutrition.fat')}</TableCell>
|
|
82
|
+
<TableCell align="right">
|
|
83
|
+
{numberGramLocale(props.planned.fat, i18n.language)}
|
|
84
|
+
</TableCell>
|
|
85
|
+
<TableCell align="right">
|
|
86
|
+
{numberGramLocale(props.logged.fat, i18n.language)}
|
|
87
|
+
</TableCell>
|
|
88
|
+
<TableCell align="right">
|
|
89
|
+
{numberGramLocale(props.logged.fat - props.planned.fat, i18n.language)}
|
|
90
|
+
</TableCell>
|
|
91
|
+
</TableRow>
|
|
92
|
+
<TableRow>
|
|
93
|
+
<TableCell sx={{ paddingLeft: 5 }}>{t('nutrition.ofWhichSaturated')}</TableCell>
|
|
94
|
+
<TableCell align="right">
|
|
95
|
+
{numberGramLocale(props.planned.fatSaturated, i18n.language)}
|
|
96
|
+
</TableCell>
|
|
97
|
+
<TableCell align="right">
|
|
98
|
+
{numberGramLocale(props.logged.fatSaturated, i18n.language)}
|
|
99
|
+
</TableCell>
|
|
100
|
+
<TableCell align="right">
|
|
101
|
+
{numberGramLocale(props.logged.fatSaturated - props.planned.fatSaturated, i18n.language)}
|
|
102
|
+
</TableCell>
|
|
103
|
+
</TableRow>
|
|
104
|
+
|
|
105
|
+
<TableRow>
|
|
106
|
+
<TableCell>{t('nutrition.others')}</TableCell>
|
|
107
|
+
<TableCell></TableCell>
|
|
108
|
+
<TableCell></TableCell>
|
|
109
|
+
<TableCell></TableCell>
|
|
110
|
+
</TableRow>
|
|
111
|
+
<TableRow>
|
|
112
|
+
<TableCell>{t('nutrition.fibres')}</TableCell>
|
|
113
|
+
<TableCell align="right">
|
|
114
|
+
{numberGramLocale(props.planned.fiber, i18n.language)}
|
|
115
|
+
</TableCell>
|
|
116
|
+
<TableCell align="right">
|
|
117
|
+
{numberGramLocale(props.logged.fiber, i18n.language)}
|
|
118
|
+
</TableCell>
|
|
119
|
+
<TableCell align="right">
|
|
120
|
+
{numberGramLocale(props.logged.fiber - props.planned.fiber, i18n.language)}
|
|
121
|
+
</TableCell>
|
|
122
|
+
</TableRow>
|
|
123
|
+
<TableRow>
|
|
124
|
+
<TableCell>{t('nutrition.sodium')}</TableCell>
|
|
125
|
+
<TableCell align="right">
|
|
126
|
+
{numberGramLocale(props.planned.sodium, i18n.language)}
|
|
127
|
+
</TableCell>
|
|
128
|
+
<TableCell align="right">
|
|
129
|
+
{numberGramLocale(props.logged.sodium, i18n.language)}
|
|
130
|
+
</TableCell>
|
|
131
|
+
<TableCell align="right">
|
|
132
|
+
{numberGramLocale(props.logged.sodium - props.planned.sodium, i18n.language)}
|
|
133
|
+
</TableCell>
|
|
134
|
+
</TableRow>
|
|
135
|
+
</TableBody>
|
|
136
|
+
</Table>
|
|
137
|
+
</TableContainer>;
|
|
138
|
+
};
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import { Add } from "@mui/icons-material";
|
|
2
|
+
import HistoryEduIcon from "@mui/icons-material/HistoryEdu";
|
|
3
|
+
import PhotoIcon from "@mui/icons-material/Photo";
|
|
4
|
+
import {
|
|
5
|
+
Avatar,
|
|
6
|
+
Card,
|
|
7
|
+
CardActions,
|
|
8
|
+
CardContent,
|
|
9
|
+
CardHeader,
|
|
10
|
+
Collapse,
|
|
11
|
+
IconButton,
|
|
12
|
+
List,
|
|
13
|
+
ListItem,
|
|
14
|
+
ListItemAvatar,
|
|
15
|
+
ListItemText,
|
|
16
|
+
Typography,
|
|
17
|
+
useTheme
|
|
18
|
+
} from "@mui/material";
|
|
19
|
+
import Tooltip from "@mui/material/Tooltip";
|
|
20
|
+
import { Meal } from "components/Nutrition/models/meal";
|
|
21
|
+
import { MealItem } from "components/Nutrition/models/mealItem";
|
|
22
|
+
import {
|
|
23
|
+
NutritionalValuesPlannedLoggedChart
|
|
24
|
+
} from "components/Nutrition/widgets/charts/NutritionalValuesPlannedLoggedChart";
|
|
25
|
+
import { MealItemForm } from "components/Nutrition/widgets/forms/MealItemForm";
|
|
26
|
+
import { NutritionDiaryEntryForm } from "components/Nutrition/widgets/forms/NutritionDiaryEntryForm";
|
|
27
|
+
import { IngredientDetailTable } from "components/Nutrition/widgets/IngredientDetailTable";
|
|
28
|
+
import { MealDetailDropdown } from "components/Nutrition/widgets/MealDetailDropdown";
|
|
29
|
+
import React, { useState } from "react";
|
|
30
|
+
import { useTranslation } from "react-i18next";
|
|
31
|
+
|
|
32
|
+
const MealItemListItem = (props: { mealItem: MealItem, planId: number, mealId: number }) => {
|
|
33
|
+
const [expandForm, setExpandForm] = useState(false);
|
|
34
|
+
const handleToggleForm = () => setExpandForm(!expandForm);
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
return <>
|
|
38
|
+
<ListItem>
|
|
39
|
+
<ListItemAvatar onClick={handleToggleForm} sx={{ '&:hover': { cursor: 'pointer' } }}>
|
|
40
|
+
<Avatar
|
|
41
|
+
alt={props.mealItem.ingredient?.name}
|
|
42
|
+
src={props.mealItem.ingredient?.image?.url}
|
|
43
|
+
sx={{ width: 45, height: 45 }}
|
|
44
|
+
>
|
|
45
|
+
<PhotoIcon />
|
|
46
|
+
</Avatar>
|
|
47
|
+
</ListItemAvatar>
|
|
48
|
+
<ListItemText primary={`${props.mealItem.amountString} ${props.mealItem.ingredient?.name}`} />
|
|
49
|
+
|
|
50
|
+
</ListItem>
|
|
51
|
+
<Collapse in={expandForm} timeout="auto" unmountOnExit sx={{ width: '100%' }}>
|
|
52
|
+
<ListItem>
|
|
53
|
+
<ListItemText>
|
|
54
|
+
<MealItemForm
|
|
55
|
+
planId={props.planId}
|
|
56
|
+
mealId={props.mealId}
|
|
57
|
+
item={props.mealItem}
|
|
58
|
+
closeFn={handleToggleForm}
|
|
59
|
+
/>
|
|
60
|
+
</ListItemText>
|
|
61
|
+
</ListItem>
|
|
62
|
+
</Collapse>
|
|
63
|
+
</>;
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
export const MealDetail = (props: { meal: Meal, planId: number, onlyLogging: boolean }) => {
|
|
67
|
+
const theme = useTheme();
|
|
68
|
+
const [t] = useTranslation();
|
|
69
|
+
const [expandViewStats, setExpandViewStats] = useState(false);
|
|
70
|
+
const handleToggleExpandStats = () => setExpandViewStats(!expandViewStats);
|
|
71
|
+
|
|
72
|
+
const [expandItemForm, setExpandItemForm] = useState(false);
|
|
73
|
+
const handleToggleExpandItemForm = () => {
|
|
74
|
+
setExpandItemForm(!expandItemForm);
|
|
75
|
+
setExpandDiaryForm(false);
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
const [expandDiaryForm, setExpandDiaryForm] = useState(false);
|
|
79
|
+
const handleToggleExpandDiaryForm = () => {
|
|
80
|
+
setExpandDiaryForm(!expandDiaryForm);
|
|
81
|
+
setExpandItemForm(false);
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
return <Card>
|
|
85
|
+
<CardHeader
|
|
86
|
+
sx={{ bgcolor: theme.palette.grey["300"] }}
|
|
87
|
+
action={<MealDetailDropdown
|
|
88
|
+
meal={props.meal}
|
|
89
|
+
planId={props.planId}
|
|
90
|
+
onlyLogging={props.onlyLogging}
|
|
91
|
+
isExpanded={expandViewStats}
|
|
92
|
+
handleExpanded={handleToggleExpandStats}
|
|
93
|
+
/>}
|
|
94
|
+
title={props.meal.name}
|
|
95
|
+
subheader={props.meal.timeHHMMLocale}
|
|
96
|
+
/>
|
|
97
|
+
<CardContent sx={{ paddingY: 0 }}>
|
|
98
|
+
<Collapse in={expandViewStats} timeout="auto" unmountOnExit>
|
|
99
|
+
{!props.onlyLogging && <IngredientDetailTable
|
|
100
|
+
showSum={props.meal.isRealMeal}
|
|
101
|
+
items={props.meal.items}
|
|
102
|
+
values={props.meal.plannedNutritionalValues}
|
|
103
|
+
/>}
|
|
104
|
+
|
|
105
|
+
<Typography gutterBottom variant="h6" sx={{ my: 2 }}>
|
|
106
|
+
{t('nutrition.loggedToday')}
|
|
107
|
+
</Typography>
|
|
108
|
+
|
|
109
|
+
{!props.meal.plannedNutritionalValues.isEmpty &&
|
|
110
|
+
<NutritionalValuesPlannedLoggedChart
|
|
111
|
+
logged={props.meal.loggedNutritionalValuesToday}
|
|
112
|
+
planned={props.meal.plannedNutritionalValues}
|
|
113
|
+
/>}
|
|
114
|
+
|
|
115
|
+
<IngredientDetailTable
|
|
116
|
+
showSum={props.meal.isRealMeal}
|
|
117
|
+
items={props.meal.diaryEntriesToday}
|
|
118
|
+
values={props.meal.loggedNutritionalValuesToday}
|
|
119
|
+
/>
|
|
120
|
+
|
|
121
|
+
</Collapse>
|
|
122
|
+
|
|
123
|
+
{!expandViewStats &&
|
|
124
|
+
<List>
|
|
125
|
+
{props.meal.items.map((item) => (
|
|
126
|
+
<MealItemListItem
|
|
127
|
+
mealItem={item}
|
|
128
|
+
planId={props.planId}
|
|
129
|
+
mealId={props.meal.id!}
|
|
130
|
+
key={item.id}
|
|
131
|
+
/>
|
|
132
|
+
))}
|
|
133
|
+
</List>}
|
|
134
|
+
|
|
135
|
+
</CardContent>
|
|
136
|
+
<CardActions>
|
|
137
|
+
{!props.onlyLogging && <Tooltip title={t('nutrition.addMealItem')}>
|
|
138
|
+
<IconButton onClick={handleToggleExpandItemForm}>
|
|
139
|
+
<Add />
|
|
140
|
+
</IconButton>
|
|
141
|
+
</Tooltip>}
|
|
142
|
+
|
|
143
|
+
<Tooltip title={t('nutrition.addNutritionalDiary')}>
|
|
144
|
+
<IconButton onClick={handleToggleExpandDiaryForm}>
|
|
145
|
+
<HistoryEduIcon />
|
|
146
|
+
</IconButton>
|
|
147
|
+
</Tooltip>
|
|
148
|
+
</CardActions>
|
|
149
|
+
|
|
150
|
+
<Collapse in={expandItemForm} timeout="auto" unmountOnExit>
|
|
151
|
+
<CardContent sx={{ paddingY: 0 }}>
|
|
152
|
+
<p><b>{t('nutrition.addMealItem')}</b></p>
|
|
153
|
+
<MealItemForm
|
|
154
|
+
planId={props.planId}
|
|
155
|
+
mealId={props.meal.id!}
|
|
156
|
+
closeFn={handleToggleExpandItemForm} />
|
|
157
|
+
</CardContent>
|
|
158
|
+
</Collapse>
|
|
159
|
+
<Collapse in={expandDiaryForm} timeout="auto" unmountOnExit>
|
|
160
|
+
<CardContent sx={{ paddingY: 0 }}>
|
|
161
|
+
<p><b>{t('nutrition.addNutritionalDiary')}</b></p>
|
|
162
|
+
<NutritionDiaryEntryForm
|
|
163
|
+
closeFn={handleToggleExpandDiaryForm}
|
|
164
|
+
planId={props.planId}
|
|
165
|
+
mealId={props.meal.isRealMeal ? props.meal.id : null} />
|
|
166
|
+
</CardContent>
|
|
167
|
+
</Collapse>
|
|
168
|
+
|
|
169
|
+
</Card>;
|
|
170
|
+
};
|