Skip to content

Commit

Permalink
Merge pull request #100 from IDEMSInternational/content/1.2.46
Browse files Browse the repository at this point in the history
content: 1.2.46
  • Loading branch information
esmeetewinkel authored Oct 4, 2024
2 parents 4d5d13e + 231b455 commit 5bc34e3
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 62 deletions.
18 changes: 9 additions & 9 deletions app_data/sheets/template/component_demo/comp_carousel.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@
},
{
"name": "card_image",
"value": "plh_images/workshops/w_self_care/tools.svg",
"value": "images/avatar_1.png",
"_translations": {
"value": {}
},
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand Down
18 changes: 9 additions & 9 deletions app_data/sheets/template/component_demo/comp_radio_group.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand Down Expand Up @@ -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"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
{
"name": "copied_icon_2",
"value": "plh_images/icons/tick.svg",
"value": "images/icons/tick.svg",
"_translations": {
"value": {}
},
Expand Down
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
43 changes: 22 additions & 21 deletions reports/summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
},
{
Expand All @@ -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
},
{
Expand Down Expand Up @@ -534,7 +530,7 @@
},
{
"path": "plh_images/workshops/w_self_care/tools.svg",
"count": 2,
"count": 1,
"missing": true
}
],
Expand Down Expand Up @@ -601,7 +597,7 @@
},
{
"path": "images/avatar_1.png",
"count": 7,
"count": 8,
"size_kb": 60.5
},
{
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -681,7 +682,7 @@
},
{
"path": "images/icons/heart_blue.svg",
"count": 25,
"count": 34,
"size_kb": 1.4
},
{
Expand All @@ -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
},
{
Expand All @@ -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
},
{
Expand Down
Loading

0 comments on commit 5bc34e3

Please sign in to comment.