Versions in this module Expand all Collapse all v1 v1.5.1 Apr 30, 2025 v1.5.0 Apr 30, 2025 Changes in this version + func BoolToYesNo(b bool) string + func StringToStringOrDash(s string) string + type Summary struct + Quit bool + func NewCommitSummary(cmt *model.Commit, commitTypes []model.CommitType) *Summary + func (s *Summary) Init() tea.Cmd + func (s *Summary) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (s *Summary) View() string