[Tweak] Security statuses micro update (#629)

* Tweak: Sec statuses update WIP

* fix: Для новых статусов требуется указать причину

* Fix: for review
This commit is contained in:
keslik
2024-08-16 23:46:26 +03:00
committed by GitHub
parent ecbc00a4b2
commit 775fd5e96c
27 changed files with 172 additions and 46 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

View File

@@ -5,19 +5,34 @@
"size": { "y": 32, "x": 32 },
"states": [
{
"name": "wanted"
"name": "demote"
},
{
"name": "suspected"
},
{
"name": "released"
"name": "execute"
},
{
"name": "incarcerated"
},
{
"name": "monitoring"
},
{
"name": "paroled"
},
{
"name": "released"
},
{
"name": "remove"
},
{
"name": "search"
},
{
"name": "suspected"
},
{
"name": "wanted"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 B

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B