mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-20 15:14:17 +02:00
Adjust spinner thresholds and timing so stashing feels snappier
This commit is contained in:
parent
8d7b614688
commit
53155f1e16
1 changed files with 2 additions and 2 deletions
|
|
@ -420,8 +420,8 @@ func newStashModel(common *commonModel) stashModel {
|
|||
sp := spinner.NewModel()
|
||||
sp.Spinner = spinner.Line
|
||||
sp.ForegroundColor = lib.SpinnerColor.String()
|
||||
sp.HideFor = time.Millisecond * 50
|
||||
sp.MinimumLifetime = time.Millisecond * 250
|
||||
sp.HideFor = time.Millisecond * 100
|
||||
sp.MinimumLifetime = time.Millisecond * 180
|
||||
sp.Start()
|
||||
|
||||
ni := textinput.NewModel()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue