chore: toss in some more placeholders

This commit is contained in:
Christian Rocha
2025-07-29 10:29:27 -04:00
parent e7fa9c77e8
commit 172896d7ea

View File

@@ -390,12 +390,16 @@ var readyPlaceholders = [...]string{
"Ready!",
"Ready...",
"Ready?",
"Ready for instructions",
}
var workingPlaceholders = [...]string{
"Working!",
"Working...",
"Working?",
"Brrrrr...",
"Prrrrrrrr...",
"Processing...",
"Thinking...",
}
func (m *editorCmp) randomizePlaceholders() {