Change name and prepare for push
This commit is contained in:
4
tui.go
4
tui.go
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user