feat(ui): refine /colors value column width and prevent text wrap in tests

This commit is contained in:
Keith Guerin
2026-02-26 14:12:55 -08:00
parent 170d1aef70
commit c884813df5
7 changed files with 2 additions and 81 deletions
@@ -172,11 +172,6 @@ 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',