feat(ui): add /colors slash command to demo theme colors

This commit is contained in:
Keith Guerin
2026-02-26 12:50:31 -08:00
parent 703759cfae
commit 8ced1bcf38
8 changed files with 427 additions and 0 deletions
@@ -172,6 +172,11 @@ export const useSlashCommandProcessor = (
type: 'help',
timestamp: message.timestamp,
};
} else if (message.type === MessageType.COLORS) {
historyItemContent = {
type: 'colors',
timestamp: message.timestamp,
};
} else if (message.type === MessageType.STATS) {
historyItemContent = {
type: 'stats',