components

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Breadcrumb struct {
	Parts []string
}

func NewBreadcrumb

func NewBreadcrumb() Breadcrumb
func (b Breadcrumb) View() string

type ConfirmDialog

type ConfirmDialog struct {
	Message   string
	Action    string
	JobID     int
	ProjectID int
	// contains filtered or unexported fields
}

func NewConfirmDialog

func NewConfirmDialog(message, action string, projectID, jobID int) ConfirmDialog

func (ConfirmDialog) Update

func (d ConfirmDialog) Update(msg tea.Msg) (ConfirmDialog, *ConfirmResult)

func (ConfirmDialog) View

func (d ConfirmDialog) View() string

type ConfirmResult

type ConfirmResult struct {
	Confirmed bool
	Action    string
	JobID     int
	ProjectID int
}

type HotkeyHint

type HotkeyHint struct {
	Key  string
	Desc string
}

type StatusBar

type StatusBar struct {
	Hints []HotkeyHint
}

func NewStatusBar

func NewStatusBar(hints []HotkeyHint) StatusBar

func (StatusBar) View

func (s StatusBar) View() string

Jump to

Keyboard shortcuts

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