minor UX tweaks

This commit is contained in:
2026-03-05 21:42:56 -05:00
parent 890a0dd5c9
commit 13bd3b82db
3 changed files with 15 additions and 12 deletions

View File

@@ -1,6 +1,11 @@
package main
import "fmt"
import (
"fmt"
"os"
)
var loading_emoji = os.Getenv("LOADING_EMOJI")
// Helper function to create string pointer
func ptr(s string) *string {