mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-18 14:00:27 -07:00
feat(ui): refine /colors value column width and prevent text wrap in tests
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user