From 46bc2eba85f53658c1aae55b58d5538e96830303 Mon Sep 17 00:00:00 2001 From: Zane V Date: Fri, 20 Mar 2026 19:44:58 +0000 Subject: [PATCH] Fix "Things to do" color issue and added placeholder "Skills Store" --- .../resources/views/main-menu-verbal.json | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json b/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json index 101e58c7..752895f4 100644 --- a/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json +++ b/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json @@ -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",