Skip to content

Commit

Permalink
content: 1.2.58
Browse files Browse the repository at this point in the history
  • Loading branch information
esmeetewinkel committed Nov 13, 2024
1 parent 023ccc2 commit 4f17d33
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 145 deletions.
4 changes: 0 additions & 4 deletions app_data/assets/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,6 @@
"md5Checksum": "62f06faa95a979d128b4356db9bb396e",
"size_kb": 13482.2
},
"video/lets_slow_down.srt": {
"md5Checksum": "77e6d4265f602b20745a738b9809bb15",
"size_kb": 1.7
},
"video/lets_slow_down.vtt": {
"md5Checksum": "1c172282f4c58766a03562d1eb88a4a4",
"size_kb": 1.8
Expand Down
107 changes: 0 additions & 107 deletions app_data/assets/video/lets_slow_down.srt

This file was deleted.

24 changes: 0 additions & 24 deletions app_data/sheets/template/feature_rtl_language.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,30 +133,6 @@
},
"name": "text_6",
"_nested_name": "text_6"
},
{
"value": "@field.activity_famous_party_favourite",
"_translations": {
"value": {}
},
"type": "set_variable",
"name": "set_variable_7",
"_nested_name": "set_variable_7",
"_dynamicFields": {
"value": [
{
"fullExpression": "@field.activity_famous_party_favourite",
"matchedExpression": "@field.activity_famous_party_favourite",
"type": "field",
"fieldName": "activity_famous_party_favourite"
}
]
},
"_dynamicDependencies": {
"@field.activity_famous_party_favourite": [
"value"
]
}
}
],
"_xlsxPath": "feature_sheets/feature_rtl_language.xlsx"
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.57",
content_tag_latest: "1.2.58",
};

config.app_config.ASSET_PACKS = {
Expand Down
8 changes: 2 additions & 6 deletions reports/summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
},
{
"type": "set_variable",
"count": 508
"count": 507
},
{
"type": "simple_checkbox",
Expand Down Expand Up @@ -411,7 +411,7 @@
},
{
"assets": "unused",
"KB": "988 KB",
"KB": "986 KB",
"MB": "1 MB"
}
],
Expand Down Expand Up @@ -463,10 +463,6 @@
{
"path": "map_data/forecast_data.json",
"size_kb": 50.2
},
{
"path": "video/lets_slow_down.srt",
"size_kb": 1.7
}
],
"assets_missing": [
Expand Down
5 changes: 2 additions & 3 deletions reports/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
| set_default | 1 |
| set_field | 26 |
| set_local | 2 |
| set_variable | 508 |
| set_variable | 507 |
| simple_checkbox | 23 |
| slider | 32 |
| square_button | 8 |
Expand Down Expand Up @@ -118,7 +118,7 @@
| assets | KB | MB |
| --- | --- | --- |
| total | 31238 KB | 31.2 MB |
| unused | 988 KB | 1 MB |
| unused | 986 KB | 1 MB |
</details>

<details open>
Expand All @@ -140,7 +140,6 @@ Assets that appear in app-data but do not have references within sheets
| ios/icon.png | 128.1 |
| ios/splash.png | 147.4 |
| map_data/forecast_data.json | 50.2 |
| video/lets_slow_down.srt | 1.7 |
</details>

<details open>
Expand Down

0 comments on commit 4f17d33

Please sign in to comment.