mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-07 01:44:56 +01:00
chore: cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user