Debug: add localstorage debug overview

This commit is contained in:
Pieter Vander Vennet 2025-02-03 22:03:14 +01:00
parent 833b827523
commit b5b79601f9
2 changed files with 46 additions and 2 deletions

View file

@ -1520,6 +1520,34 @@
],
"condition": "mapcomplete-show_debug=yes",
"render": "{all_tags()}"
},
{
"id": "debug_storage_accordeon",
"render": {
"special": {
"type": "group",
"header": "debug_storage_accordeon_title",
"labels": "debug_storage"
}
}
},
{
"id": "debug_storage_accordeon_title",
"labels": [
"hidden"
],
"render": {
"en": "Debug information about local storage"
}
},
{
"id": "debug_storage",
"labels": [
"hidden"
],
"render": {
"*": "{storage_all_tags()}"
}
}
],
"allowMove": false