fix: only one spinner

This commit is contained in:
David Hill 2025-12-22 21:34:38 +00:00
parent fd1e536939
commit 0a5823ad8e
2 changed files with 3 additions and 2 deletions

View file

@ -195,8 +195,8 @@ function App() {
})
// Update terminal window title based on current route and session
// Braille spinner animation frames for when agent is running (two characters, fluid animation)
const spinnerFrames = ["", "", "", "", "", "", "", "", "", ""]
// Braille spinner animation frames for when agent is running (space + single character for consistent width with "OC")
const spinnerFrames = [" ⠋", " ⠙", " ⠹", " ⠸", " ⠼", " ⠴", " ⠦", " ⠧", " ⠇", " ⠏"]
let spinnerInterval: ReturnType<typeof setInterval> | undefined
let spinnerIndex = 0
let currentTitle = ""

View file

@ -0,0 +1 @@
This is a test file to trigger a permission request.