Skip to content

Commit

Permalink
feat(app): update tutorial assets
Browse files Browse the repository at this point in the history
  • Loading branch information
tamara-slosarek authored and tamslo committed Sep 27, 2024
1 parent 9f6ee3e commit 6d4ca49
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
Binary file modified app/assets/images/tutorial/05_bottom_navigation_loopable.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/images/tutorial/09_faq_and_more_loopable.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/lib/common/widgets/tutorial/show_app_tour.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ FutureOr<void> showAppTour(
context.l10n.tutorial_app_tour_3_body,
),
assetPath:
'assets/images/tutorial/07_clopidogrel_loopable.gif',
'assets/images/tutorial/07_ibuprofen_loopable.gif',
),
TutorialPage(
title: (context) =>
Expand All @@ -71,7 +71,7 @@ FutureOr<void> showAppTour(
context.l10n.tutorial_app_tour_4_body,
),
assetPath:
'assets/images/tutorial/08_report_and_cyp2c19_loopable.gif',
'assets/images/tutorial/08_report_and_cyp2c9_loopable.gif',
),
TutorialPage(
title: (context) =>
Expand Down
2 changes: 1 addition & 1 deletion app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
"tutorial_app_tour_1_title": "App Tour (1/5) · Navigation",
"tutorial_app_tour_1_body": "We would first like to guide you through the app's main functions.\nYou can switch between PharMe's main screens using the bottom navigation bar – if you want to re-watch this app tour later, you can always do so on the last screen under More.",
"tutorial_app_tour_2_title": "App Tour (2/5) · Medication List",
"tutorial_app_tour_2_body": "Under Medications, you will find the list of all available medications in PharMe.\nYou can search for specific generic names, brand names, or medication classes, and filter the list by various criteria.\nAll medications in PharMe are labeled with a color and an icon: ",
"tutorial_app_tour_2_body": "Under Medications, you will find the list of all available medications in PharMe.\nYou can search for specific generic names, brand names, or medication classes, and filter the list by guideline result.\nAll medications in PharMe are labeled with a color and an icon: ",
"tutorial_app_tour_3_title": "App Tour (3/5) · Medication Details",
"tutorial_app_tour_3_body": "The medication details provide further information about how well this medication works for you, according to scientific guidelines.\nHere you can also change whether you are currently taking a medication and export a report for healthcare professionals.",
"tutorial_app_tour_4_title": "App Tour (4/5) · Gene Report",
Expand Down

0 comments on commit 6d4ca49

Please sign in to comment.