chore: cleanup

This commit is contained in:
adamdottv
2025-05-13 06:55:18 -05:00
parent 0c21ca5318
commit 7f0e68b933

View File

@@ -472,8 +472,8 @@ func (m *messagesCmp) BindingKeys() []key.Binding {
func NewMessagesCmp(app *app.App) tea.Model {
customSpinner := spinner.Spinner{
Frames: []string{" ", "┃"},
FPS: time.Second / 2, //nolint:gomnd
Frames: []string{" ", "┃", "┃"},
FPS: time.Second / 3,
}
s := spinner.New(spinner.WithSpinner(customSpinner))
vp := viewport.New(0, 0)