WIP: more features in inspector

This commit is contained in:
Pieter Vander Vennet 2024-11-25 23:44:26 +01:00
parent c34300fae1
commit 552ea22275
19 changed files with 526 additions and 65 deletions

View file

@ -0,0 +1,13 @@
{
"id": "inspector",
"title": {
"en": "Inspect changes from a single user"
},
"description": {
"en": "A theme to inspect what a single user did in the past"
},
"icon": "./assets/svg/add.svg",
"layers": [
"usertouched"
]
}

View file

@ -351,6 +351,10 @@
"if": "theme=indoors",
"then": "./assets/layers/entrance/entrance.svg"
},
{
"if": "theme=inspector",
"then": "./assets/svg/add.svg"
},
{
"if": "theme=items_with_image",
"then": "./assets/layers/item_with_image/camera.svg"