Versions in this module Expand all Collapse all v0 v0.7.1 Jul 25, 2026 v0.7.0 Jul 24, 2026 Changes in this version + type Panel struct + func New(th *theme.Theme) *Panel + func NewWithLog(log *git.CommandLog, th *theme.Theme) *Panel + func (p *Panel) Init(_ context.Context) tea.Cmd + func (p *Panel) KeyBindings() []panels.KeyBinding + func (p *Panel) Update(msg tea.Msg) (panels.Panel, tea.Cmd) + func (p *Panel) View(width, height int) string