chore(tui): strip noise comments

This commit is contained in:
Brooklyn Nicholson
2026-04-16 19:14:05 -05:00
parent 7f1204840d
commit ca30803d89
9 changed files with 2 additions and 60 deletions

View File

@@ -1,8 +1,3 @@
// Raw-ANSI banner painted to stdout before React/Ink load, giving the user
// instant visual feedback during the ~170ms dynamic-import window.
// `<AlternateScreen>` wipes the normal-screen buffer when Ink mounts, so
// there's no double-banner and palette drift vs. DEFAULT_THEME is harmless.
const GOLD = '\x1b[38;2;255;215;0m'
const AMBER = '\x1b[38;2;255;191;0m'
const BRONZE = '\x1b[38;2;205;127;50m'