summaryrefslogtreecommitdiffstats
path: root/pkg/gui/branches_panel.go
AgeCommit message (Expand)Author
2021-10-23add more suggestionsJesse Duffield
2021-10-23show suggestions when typing in an originJesse Duffield
2021-10-22simplify pull logicJesse Duffield
2021-09-04Fix deletion of unmerged branches in languages other than EnglishRyooooooga
2021-08-01color fixupsJesse Duffield
2021-07-30Switch to github.com/gookit/color for terminal colorsmjarkk
2021-07-27Minor refactorJesse Duffield
2021-07-27review fixes: PR URL refactoring, target branch selection promptDenis Palashevskii
2021-07-27Implement pull request options menuDenis Palashevskii
2021-06-06more refactoringJesse Duffield
2021-05-30Remove origin prefix when creating local branch based from originJérémy Pagé
2021-04-11add spans to i18nJesse Duffield
2021-04-11full coverage for logging commandsJesse Duffield
2021-04-11more logging of commandsJesse Duffield
2021-04-06stop checking out branches when doing a rename. Instead just move the cursor ...Jesse Duffield
2021-04-06testJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2021-04-02big refactor to give our enums actual typesJesse Duffield
2021-02-24gui: ReplaceAll -> ReplaceDawid Dziurla
2021-02-09Fixed whitespace format issueRui Pires
2021-02-09Added initialContent on branch renameRui Pires
2021-02-08added support for using spaces on branch names when creating new ones.caquillo07
2020-11-28soft code finding of suggestionsJesse Duffield
2020-11-28refactor prompt optsJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
2020-11-21notify user upon copying something to clipboardJesse Duffield
2020-11-21toast notificationsJesse Duffield
2020-11-19Change copy PR mapping to <c-y> and use gui.Tr for the messageFarzad Majidfayyaz
2020-11-19Add mapping to copy a pull request URL to the clipboardFarzad Majidfayyaz
2020-11-18fix lint errorsJesse Duffield
2020-10-10add some safe goroutinesJesse Duffield
2020-10-10type i18nJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29pull branch model out into models packageJesse Duffield
2020-08-23when in the remote branches view, prefill name for creating branch off of rem...Jesse Duffield
2020-08-23always reset branch selected index when creating new branchJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-23minor refactorJesse Duffield
2020-08-23deal with the fact that a nil wrapped in an interface is not equal to nilJesse Duffield
2020-08-23centralise code for copying to clipboardJesse Duffield
2020-08-23better handling of our different modes and also cherry pickingJesse Duffield
2020-08-23move into more appropriate fileJesse Duffield
2020-08-23genericise creating new branches off thingsJesse Duffield
2020-08-23rename to SelectedLineIdxJesse Duffield
2020-08-23standardise diffmodeJesse Duffield
2020-08-23more standardisationJesse Duffield
2020-08-23update naming to refer to contextJesse Duffield
2020-08-23WIPJesse Duffield