diff --git a/app_data/sheets/template/component_demo/comp_carousel.json b/app_data/sheets/template/component_demo/comp_carousel.json index 455780c..1f2dd40 100644 --- a/app_data/sheets/template/component_demo/comp_carousel.json +++ b/app_data/sheets/template/component_demo/comp_carousel.json @@ -800,7 +800,7 @@ }, { "name": "card_image", - "value": "plh_images/workshops/w_self_care/tools.svg", + "value": "images/avatar_1.png", "_translations": { "value": {} }, @@ -976,8 +976,8 @@ "subtitle": "@local.card_subtitle", "image": "@local.card_image", "style": "portrait", - "in_progress_icon": "plh_images/icons/in_progress.svg", - "completed_icon": "plh_images/icons/tick_white.svg" + "in_progress_icon": "images/icons/in_progress.svg", + "completed_icon": "images/icons/tick_white.svg" }, "_nested_name": "carousel_17.task_card_2", "_dynamicFields": { @@ -1116,8 +1116,8 @@ "subtitle": "@local.card_subtitle", "image": "@local.card_image", "style": "portrait", - "in_progress_icon": "plh_images/icons/in_progress.svg", - "completed_icon": "plh_images/icons/tick_white.svg" + "in_progress_icon": "images/icons/in_progress.svg", + "completed_icon": "images/icons/tick_white.svg" }, "_nested_name": "carousel_17.task_card_3", "_dynamicFields": { @@ -1256,8 +1256,8 @@ "subtitle": "@local.card_subtitle", "image": "@local.card_image", "style": "portrait", - "in_progress_icon": "plh_images/icons/in_progress.svg", - "completed_icon": "plh_images/icons/tick_white.svg" + "in_progress_icon": "images/icons/in_progress.svg", + "completed_icon": "images/icons/tick_white.svg" }, "_nested_name": "carousel_17.task_card_4", "_dynamicFields": { @@ -1396,8 +1396,8 @@ "subtitle": "@local.card_subtitle", "image": "@local.card_image", "style": "portrait", - "in_progress_icon": "plh_images/icons/in_progress.svg", - "completed_icon": "plh_images/icons/tick_white.svg" + "in_progress_icon": "images/icons/in_progress.svg", + "completed_icon": "images/icons/tick_white.svg" }, "_nested_name": "carousel_17.task_card_5", "_dynamicFields": { diff --git a/app_data/sheets/template/component_demo/comp_navigation_bar.json b/app_data/sheets/template/component_demo/comp_navigation_bar.json index 23f3943..3a70083 100644 --- a/app_data/sheets/template/component_demo/comp_navigation_bar.json +++ b/app_data/sheets/template/component_demo/comp_navigation_bar.json @@ -10,19 +10,19 @@ { "name": "home_screen_button", "text": "@global.home_screen", - "image": "plh_images/icons/house_white.svg", + "image": "images/icons/house_white.svg", "target_template": "home_screen" }, { "name": "parent_points_button", "text": "@global.parent_points", - "image": "plh_images/icons/parent_child_white.svg", + "image": "images/icons/star_white.svg", "target_template": "parent_points" }, { "name": "parent_library_button", "text": "@global.parent_centre", - "image": "plh_images/icons/book_white.svg", + "image": "images/icons/ask_question_white.svg", "target_template": "parent_centre" } ], diff --git a/app_data/sheets/template/component_demo/comp_radio_group.json b/app_data/sheets/template/component_demo/comp_radio_group.json index f4700b4..0d700b7 100644 --- a/app_data/sheets/template/component_demo/comp_radio_group.json +++ b/app_data/sheets/template/component_demo/comp_radio_group.json @@ -27,25 +27,25 @@ { "name": "name_var_1", "text": "First", - "image": "/plh_images/icons/heart.svg", + "image": "images/icons/heart_blue.svg", "image_checked": "/plh_images/icons/tick.svg" }, { "name": "name_var_2", "text": "Second", - "image": "/plh_images/icons/heart.svg", + "image": "images/icons/heart_blue.svg", "image_checked": "/plh_images/icons/tick.svg" }, { "name": "name_var_3", "text": "Third", - "image": "/plh_images/icons/heart.svg", + "image": "images/icons/heart_blue.svg", "image_checked": "/plh_images/icons/tick.svg" }, { "name": "name_var_4", "text": "Fourth", - "image": "/plh_images/icons/heart.svg", + "image": "images/icons/heart_blue.svg", "image_checked": "/plh_images/icons/tick.svg" } ], @@ -119,31 +119,31 @@ { "name": "name_var_1", "text": "First", - "image": "/plh_images/icons/heart.svg", + "image": "images/icons/heart_blue.svg", "image_checked": "images/icons/globe_blue.svg" }, { "name": "name_var_2", "text": "Second", - "image": "/plh_images/icons/heart.svg", + "image": "images/icons/heart_blue.svg", "image_checked": "images/icons/globe_blue.svg" }, { "name": "name_var_3", "text": "Third", - "image": "/plh_images/icons/heart.svg", + "image": "images/icons/heart_blue.svg", "image_checked": "images/icons/globe_blue.svg" }, { "name": "name_var_4", "text": "Fourth", - "image": "/plh_images/icons/heart.svg", + "image": "images/icons/heart_blue.svg", "image_checked": "images/icons/globe_blue.svg" }, { "name": "name_var_5", "text": "Fourth", - "image": "/plh_images/icons/heart.svg", + "image": "images/icons/heart_blue.svg", "image_checked": "images/icons/globe_blue.svg" } ], diff --git a/app_data/sheets/template/component_demo/comp_select_text.json b/app_data/sheets/template/component_demo/comp_select_text.json index d9e7cdd..a36a53a 100644 --- a/app_data/sheets/template/component_demo/comp_select_text.json +++ b/app_data/sheets/template/component_demo/comp_select_text.json @@ -81,7 +81,7 @@ }, { "name": "copied_icon_2", - "value": "plh_images/icons/tick.svg", + "value": "images/icons/tick.svg", "_translations": { "value": {} }, diff --git a/config.ts b/config.ts index 561db45..fa3498b 100644 --- a/config.ts +++ b/config.ts @@ -14,7 +14,7 @@ config.web.favicon_asset = "images/icons/favicon.svg"; config.git = { content_repo: "https://github.com/IDEMSInternational/app-debug-content.git", - content_tag_latest: "1.2.45", + content_tag_latest: "1.2.46", }; config.app_config.ASSET_PACKS = { diff --git a/reports/summary.json b/reports/summary.json index b125832..b3c9169 100644 --- a/reports/summary.json +++ b/reports/summary.json @@ -374,12 +374,12 @@ "assets_size": [ { "assets": "total", - "KB": "17648 KB", + "KB": "17650 KB", "MB": "17.6 MB" }, { "assets": "unused", - "KB": "1001 KB", + "KB": "999 KB", "MB": "1 MB" } ], @@ -408,10 +408,6 @@ "path": "dummy.pdf", "size_kb": 13 }, - { - "path": "images/icons/ask_question_white.svg", - "size_kb": 1.4 - }, { "path": "images/icons/favicon.svg", "size_kb": 2.1 @@ -454,27 +450,27 @@ }, { "path": "plh_images/icons/book_white.svg", - "count": 3, + "count": 2, "missing": true }, { "path": "plh_images/icons/heart.svg", - "count": 19, + "count": 10, "missing": true }, { "path": "plh_images/icons/house_white.svg", - "count": 3, + "count": 2, "missing": true }, { "path": "plh_images/icons/in_progress.svg", - "count": 5, + "count": 1, "missing": true }, { "path": "plh_images/icons/parent_child_white.svg", - "count": 3, + "count": 2, "missing": true }, { @@ -489,12 +485,12 @@ }, { "path": "plh_images/icons/tick.svg", - "count": 15, + "count": 14, "missing": true }, { "path": "plh_images/icons/tick_white.svg", - "count": 5, + "count": 1, "missing": true }, { @@ -534,7 +530,7 @@ }, { "path": "plh_images/workshops/w_self_care/tools.svg", - "count": 2, + "count": 1, "missing": true } ], @@ -601,7 +597,7 @@ }, { "path": "images/avatar_1.png", - "count": 7, + "count": 8, "size_kb": 60.5 }, { @@ -649,6 +645,11 @@ "count": 2, "size_kb": 1.1 }, + { + "path": "images/icons/ask_question_white.svg", + "count": 1, + "size_kb": 1.4 + }, { "path": "images/icons/audio/pause-sharp.svg", "count": 1, @@ -681,7 +682,7 @@ }, { "path": "images/icons/heart_blue.svg", - "count": 25, + "count": 34, "size_kb": 1.4 }, { @@ -691,12 +692,12 @@ }, { "path": "images/icons/house_white.svg", - "count": 2, + "count": 3, "size_kb": 0.6 }, { "path": "images/icons/in_progress.svg", - "count": 10, + "count": 14, "size_kb": 1.1 }, { @@ -721,17 +722,17 @@ }, { "path": "images/icons/star_white.svg", - "count": 18, + "count": 19, "size_kb": 1 }, { "path": "images/icons/tick.svg", - "count": 5, + "count": 6, "size_kb": 0.3 }, { "path": "images/icons/tick_white.svg", - "count": 16, + "count": 20, "size_kb": 0.3 }, { diff --git a/reports/summary.md b/reports/summary.md index 1e876de..d72f9f1 100644 --- a/reports/summary.md +++ b/reports/summary.md @@ -109,8 +109,8 @@ | assets | KB | MB | | --- | --- | --- | -| total | 17648 KB | 17.6 MB | -| unused | 1001 KB | 1 MB | +| total | 17650 KB | 17.6 MB | +| unused | 999 KB | 1 MB |
@@ -126,7 +126,6 @@ Assets that appear in app-data but do not have references within sheets | android/icon.png | 128.1 | | android/splash.png | 147.4 | | dummy.pdf | 13 | -| images/icons/ask_question_white.svg | 1.4 | | images/icons/favicon.svg | 2.1 | | ios/icon-background.png | 3.9 | | ios/icon-foreground.png | 59.4 | @@ -145,15 +144,15 @@ Assets that have references within sheets but do not appear in app-data | --- | --- | | debug_asset_pack_1/image_2.png | 1 | | plh_images/habits/habit_relax.svg | 1 | -| plh_images/icons/book_white.svg | 3 | -| plh_images/icons/heart.svg | 19 | -| plh_images/icons/house_white.svg | 3 | -| plh_images/icons/in_progress.svg | 5 | -| plh_images/icons/parent_child_white.svg | 3 | +| plh_images/icons/book_white.svg | 2 | +| plh_images/icons/heart.svg | 10 | +| plh_images/icons/house_white.svg | 2 | +| plh_images/icons/in_progress.svg | 1 | +| plh_images/icons/parent_child_white.svg | 2 | | plh_images/icons/play.svg | 1 | | plh_images/icons/play_white.svg | 1 | -| plh_images/icons/tick.svg | 15 | -| plh_images/icons/tick_white.svg | 5 | +| plh_images/icons/tick.svg | 14 | +| plh_images/icons/tick_white.svg | 1 | | plh_images/survey/workshop_setup/teens.svg | 1 | | plh_images/workshop_modes/individual/relax.svg | 3 | | plh_images/workshop_modes/individual/wave.svg | 8 | @@ -161,7 +160,7 @@ Assets that have references within sheets but do not appear in app-data | plh_images/workshops/options/together.svg | 1 | | plh_images/workshops/solve/read_1/slide_1.svg | 1 | | plh_images/workshops/w_rules/read_1/slide_4.svg | 1 | -| plh_images/workshops/w_self_care/tools.svg | 2 | +| plh_images/workshops/w_self_care/tools.svg | 1 |
@@ -183,7 +182,7 @@ Assets that are used within sheets and also can be found in the synced asset dat | example_pdf.pdf | 139.4 | 3 | | i18n/flags/gb.svg | 0.5 | 2 | | i18n/flags/tz.svg | 0.5 | 2 | -| images/avatar_1.png | 60.5 | 7 | +| images/avatar_1.png | 60.5 | 8 | | images/example/110-536x354.jpg | 39.1 | 1 | | images/example/344-536x354.jpg | 13.9 | 1 | | images/example/408-536x354.jpg | 23.2 | 1 | @@ -193,23 +192,24 @@ Assets that are used within sheets and also can be found in the synced asset dat | images/faces/happy.svg | 0.6 | 7 | | images/faces/neutral.svg | 0.5 | 2 | | images/faces/sad.svg | 1.1 | 2 | +| images/icons/ask_question_white.svg | 1.4 | 1 | | images/icons/audio/pause-sharp.svg | 0.1 | 1 | | images/icons/audio/play-back-sharp.svg | 0.1 | 1 | | images/icons/audio/play-forward-sharp.svg | 0.1 | 1 | | images/icons/audio/play-sharp.svg | 0.1 | 2 | | images/icons/book_white.svg | 0.7 | 9 | | images/icons/globe_blue.svg | 3.9 | 13 | -| images/icons/heart_blue.svg | 1.4 | 25 | +| images/icons/heart_blue.svg | 1.4 | 34 | | images/icons/heart_outline.svg | 0.6 | 10 | -| images/icons/house_white.svg | 0.6 | 2 | -| images/icons/in_progress.svg | 1.1 | 10 | +| images/icons/house_white.svg | 0.6 | 3 | +| images/icons/in_progress.svg | 1.1 | 14 | | images/icons/leaf_blue.svg | 1.7 | 11 | | images/icons/question_mark.svg | 0.8 | 2 | | images/icons/reader_blue.svg | 1.4 | 6 | | images/icons/school_blue.svg | 1.6 | 9 | -| images/icons/star_white.svg | 1 | 18 | -| images/icons/tick.svg | 0.3 | 5 | -| images/icons/tick_white.svg | 0.3 | 16 | +| images/icons/star_white.svg | 1 | 19 | +| images/icons/tick.svg | 0.3 | 6 | +| images/icons/tick_white.svg | 0.3 | 20 | | images/square_1.svg | 0.7 | 1 | | images/square_2.svg | 1 | 1 | | images/square_3.svg | 1 | 1 |