From 6a666aeabd9f310859e6142872ae71c23da9129d Mon Sep 17 00:00:00 2001
From: Marco Beretta <81851188+berry-13@users.noreply.github.com>
Date: Sat, 20 Jun 2026 19:15:43 +0200
Subject: [PATCH] refactor: tokenize token-usage gauge, mic, and oauth
countdown status colors
---
client/src/components/Chat/Input/AudioRecorder.tsx | 2 +-
client/src/components/Chat/Input/TokenUsage/Gauge.tsx | 4 ++--
client/src/components/OAuth/OAuthSuccess.tsx | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/client/src/components/Chat/Input/AudioRecorder.tsx b/client/src/components/Chat/Input/AudioRecorder.tsx
index 3eaefcdcc8..c8387f42cd 100644
--- a/client/src/components/Chat/Input/AudioRecorder.tsx
+++ b/client/src/components/Chat/Input/AudioRecorder.tsx
@@ -95,7 +95,7 @@ export default memo(function AudioRecorder({
const renderIcon = () => {
if (isListening === true) {
- return
{localize('com_ui_oauth_success_description') || 'Your authentication was successful. This window will close in'}{' '} - {secondsLeft}{' '} + {secondsLeft}{' '} {localize('com_ui_seconds') || 'seconds'}.
{serverName && (