feat: controls styling from gesture info
This commit is contained in:
@@ -250,7 +250,7 @@ func roomTemplatesPreview(
|
||||
|
||||
contentData := struct {
|
||||
DefaultColor template.CSS
|
||||
Gestures []rooms.HandGesture
|
||||
GesturePreviews []rooms.HandGesture
|
||||
ABrick brickState
|
||||
TestPerson personData
|
||||
ARoom *roomTableData
|
||||
@@ -260,7 +260,7 @@ func roomTemplatesPreview(
|
||||
TemplateType: "raisedBrick",
|
||||
Gesture: rooms.Expand,
|
||||
},
|
||||
Gestures: rooms.GesturesHighToLow[:],
|
||||
GesturePreviews: rooms.GesturesHighToLow[:],
|
||||
TestPerson: testPersonData,
|
||||
ARoom: &roomTableData{
|
||||
Room: &aRoom,
|
||||
|
||||
Reference in New Issue
Block a user