Fix "Things to do" color issue and added placeholder "Skills Store"

This commit is contained in:
2026-03-20 19:44:58 +00:00
parent 297d6f036a
commit 46bc2eba85

View File

@@ -25,7 +25,7 @@
}
}
},
{
{
"id": "new",
"label": "What's new",
"colors": ["0xFF892F", "0xAF4123"],
@@ -42,6 +42,24 @@
}
}
},
{
"id": "skills-store",
"label": "Skills Store",
"comment": "This is only a placeholder for when we crack the skill system",
"colors": ["0x8952D6", "0x33155B"],
"iconSrc": "resources/icons/jazzy.png",
"action": {
"type": "utterance",
"data": {
"utterance": {
"intent": "loadMenu",
"entities": {
"destination": "skills-store"
}
}
}
}
},
{
"id": "introduction",
"label": "Introduction",
@@ -62,7 +80,7 @@
{
"id": "things-to-do",
"label": "Things to do",
"colors": ["0xff892f", "0x282735"],
"colors": ["0xff892f", "0xAF4123"],
"iconSrc": "resources/icons/things-to-do.png",
"action": {
"type": "utterance",