Change name and prepare for push

This commit is contained in:
2026-07-28 18:03:43 +02:00
parent 42dcceaf4b
commit a0098a3946
9 changed files with 95 additions and 40 deletions

4
tui.go
View File

@@ -1802,7 +1802,7 @@ func (m App) viewWritePopup() string {
strings.ToLower(m.mergeMethod),
)),
"",
badStyle.Render("This action cannot be undone from gh-threads."),
badStyle.Render("This action cannot be undone from diple."),
"",
warnStyle.Render(fmt.Sprintf(
"%s merge now • %s cancel",
@@ -2126,7 +2126,7 @@ func paneStyle(active bool) lipgloss.Style {
}
func (m App) viewPRs() string {
header := titleStyle.Render("gh-threads")
header := titleStyle.Render("diple")
if m.owner != "" {
header += " " + m.owner + "/" + m.repo
}