mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 21:38:01 +00:00
chore: cleanup
This commit is contained in:
parent
0c21ca5318
commit
7f0e68b933
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue