MCPcopy Create free account
hub / github.com/LunaSource/Luna / CommitUI

Struct CommitUI

ui/models.go:70–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 err error
69}
70
71type availableFilesMsg struct {
72 files []git.FileStatus
73 err error
74}
75
76type stagedMsg struct {
77 err error
78}
79
80func InitializeCommitUI(cfg config.Config, includeEmoji bool) CommitUI {
81 sp := spinner.New()
82 sp.Spinner = spinner.Points
83 sp.Style = lipgloss.NewStyle().Foreground(style.ColorAccent)
84
85 prog := progress.New(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected