mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-24 09:04:18 +02:00
Update spinners for Bubbles 0.4.0
This commit is contained in:
parent
e7cea6280a
commit
ee058c4816
2 changed files with 2 additions and 2 deletions
|
|
@ -179,7 +179,7 @@ func (m *stashModel) addMarkdowns(mds ...*markdown) {
|
|||
|
||||
func stashInit(cc *charm.Client) (stashModel, tea.Cmd) {
|
||||
s := spinner.NewModel()
|
||||
s.Type = spinner.Dot
|
||||
s.Frames = spinner.Dot
|
||||
s.ForegroundColor = common.SpinnerColor
|
||||
|
||||
p := paginator.NewModel()
|
||||
|
|
|
|||
2
ui/ui.go
2
ui/ui.go
|
|
@ -97,7 +97,7 @@ func (m *model) unloadDocument() {
|
|||
func initialize(style string) func() (tea.Model, tea.Cmd) {
|
||||
return func() (tea.Model, tea.Cmd) {
|
||||
s := spinner.NewModel()
|
||||
s.Type = spinner.Dot
|
||||
s.Frames = spinner.Dot
|
||||
s.ForegroundColor = common.SpinnerColor
|
||||
|
||||
if style == "auto" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue