summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/helpers/tags_helper.go
AgeCommit message (Collapse)Author
2023-07-31Allow force-tagging if tag existsStefan Haller
2023-07-22Better tag creation UXJesse Duffield
Previously we used a single-line prompt for a tag annotation. Now we're using the commit message prompt. I've had to update other uses of that prompt to allow the summary and description labels to be passed in
2023-05-25Use sentence case everywhereJesse Duffield
We have not been good at consistent casing so far. Now we use 'Sentence case' everywhere. EVERYWHERE. Also Removing 'Lc' prefix from i18n field names: the 'Lc' stood for lowercase but now that everything is in 'Sentence case' there's no need for the distinction. I've got a couple lower case things I've kept: namely, things that show up in parentheses.
2023-04-30standardise helper argsJesse Duffield
2023-04-30split context common from helper commonJesse Duffield
2023-02-19feat: support to create tag on branchRyooooooga
2022-05-08rename displayString to label for menu itemsJesse Duffield
2022-03-17refactor controllersJesse Duffield