forked from MapComplete/MapComplete
UX: move debug information in dropdown
This commit is contained in:
parent
9836c29998
commit
419495f26d
1 changed files with 44 additions and 0 deletions
|
@ -1464,13 +1464,57 @@
|
||||||
],
|
],
|
||||||
"#force-save-button": "yes"
|
"#force-save-button": "yes"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "gps_accordeon",
|
||||||
|
"render": {
|
||||||
|
"special": {
|
||||||
|
"type": "group",
|
||||||
|
"header": "debug-gps-title",
|
||||||
|
"labels": "debug-gps"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "debug-gps-title",
|
||||||
|
"labels": [
|
||||||
|
"hidden"
|
||||||
|
],
|
||||||
|
"render": {
|
||||||
|
"en": "GPS and gyroscope data"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "debug-gps",
|
"id": "debug-gps",
|
||||||
|
"labels": [
|
||||||
|
"hidden"
|
||||||
|
],
|
||||||
"condition": "mapcomplete-show_debug=yes",
|
"condition": "mapcomplete-show_debug=yes",
|
||||||
"render": "{gps_all_tags()}"
|
"render": "{gps_all_tags()}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "debug_accordeon",
|
||||||
|
"render": {
|
||||||
|
"special": {
|
||||||
|
"type": "group",
|
||||||
|
"header": "debug_accordeon_title",
|
||||||
|
"labels": "debug"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "debug_accordeon_title",
|
||||||
|
"labels": [
|
||||||
|
"hidden"
|
||||||
|
],
|
||||||
|
"render": {
|
||||||
|
"en": "Debug information"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "debug",
|
"id": "debug",
|
||||||
|
"labels": [
|
||||||
|
"hidden"
|
||||||
|
],
|
||||||
"condition": "mapcomplete-show_debug=yes",
|
"condition": "mapcomplete-show_debug=yes",
|
||||||
"render": "{all_tags()}"
|
"render": "{all_tags()}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue