LockVisualizer (#25224)
* LockVisualizer * Fix state * Clean some code * Make it component, fix tests fail * Fix for StateUnlocked Now it is possible to manually set the unlocked state and it will work! * Optimize LockVisualizer, add check for unlocked state * No todo I guess
This commit is contained in:
|
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
@@ -34,7 +34,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "lock",
|
||||
"name": "locked",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
@@ -23,10 +23,10 @@
|
||||
"name": "can-connector"
|
||||
},
|
||||
{
|
||||
"name": "can-locked"
|
||||
"name": "locked"
|
||||
},
|
||||
{
|
||||
"name": "can-unlocked"
|
||||
"name": "unlocked"
|
||||
},
|
||||
{
|
||||
"name": "can-o0",
|
||||
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Reference in New Issue
Block a user