ui

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MainTitleStyle = lipgloss.NewStyle().
		Background(lipgloss.Color("62")).
		Foreground(lipgloss.Color("230")).
		Padding(0, 1)
)

Functions

func ClearErrorAfter

func ClearErrorAfter(t time.Duration) tea.Cmd

Types

type ClearErrorMsg

type ClearErrorMsg struct{}

type ErrMsg

type ErrMsg struct {
	Err error
}

type InsertPlaylistEntryMsg

type InsertPlaylistEntryMsg struct {
	Track *pkg2.Track
}

type SelectEntryMsg

type SelectEntryMsg struct {
	Result *pkg2.Result
}

type UpdateSearchResultsMsg

type UpdateSearchResultsMsg struct {
	Results []*pkg2.Result
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL