chore: cleanup
parent
0c21ca5318
commit
7f0e68b933
|
|
@ -472,8 +472,8 @@ func (m *messagesCmp) BindingKeys() []key.Binding {
|
||||||
|
|
||||||
func NewMessagesCmp(app *app.App) tea.Model {
|
func NewMessagesCmp(app *app.App) tea.Model {
|
||||||
customSpinner := spinner.Spinner{
|
customSpinner := spinner.Spinner{
|
||||||
Frames: []string{" ", "┃"},
|
Frames: []string{" ", "┃", "┃"},
|
||||||
FPS: time.Second / 2, //nolint:gomnd
|
FPS: time.Second / 3,
|
||||||
}
|
}
|
||||||
s := spinner.New(spinner.WithSpinner(customSpinner))
|
s := spinner.New(spinner.WithSpinner(customSpinner))
|
||||||
vp := viewport.New(0, 0)
|
vp := viewport.New(0, 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue