There was an error while loading. Please reload this page.
1 parent 3301706 commit ffbc569Copy full SHA for ffbc569
2 files changed
loading.json
@@ -3,8 +3,6 @@
3
"Computa, make this guy scroll reels",
4
"fmscl",
5
"I just hit the jackpot!",
6
- "Netanyahu, please help me!",
7
- "aka! shiro!",
8
"rest in peace my granny she got hit by a bazooka",
9
"lowering cortisol levels..."
10
]
tui/view_loading.go
@@ -152,7 +152,7 @@ func (m Model) fetchLoadingMessages() tea.Msg {
152
}
153
154
func (m Model) loadingMsgTick() tea.Cmd {
155
- return tea.Tick(4*time.Second, func(t time.Time) tea.Msg {
+ return tea.Tick(5*time.Second, func(t time.Time) tea.Msg {
156
return loadingMsgTickMsg{}
157
})
158
0 commit comments