feat(tui): animated GO logo + radial pulse in free-limit upsell dialog (#22976)

This commit is contained in:
Kit Langton
2026-04-16 23:19:18 -04:00
committed by GitHub
parent ee7339f2c6
commit cccb907a9b
5 changed files with 563 additions and 108 deletions
+6 -1
View File
@@ -3,4 +3,9 @@ export const logo = {
right: [" ▄ ", "█▀▀▀ █▀▀█ █▀▀█ █▀▀█", "█___ █__█ █__█ █^^^", "▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀"],
}
export const marks = "_^~"
export const go = {
left: [" ", "█▀▀▀", "█_^█", "▀▀▀▀"],
right: [" ", "█▀▀█", "█__█", "▀▀▀▀"],
}
export const marks = "_^~,"