You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/web_src/js/components
Brecht Van Lommel 7a286e4753
Improve pull request command line instructions (#27778)
* Show checkout instructions also when there is no permission to push,
for anyone who wants to locally test the changes.
* First checkout the branch exactly as is, without immediately having to
solve merge conflicts. Leave this to the merge step, since it's often
convenient to test a change without worrying about this.
* Use `git fetch -u`, so an existing local branch is updated when
re-testing the same pull request. But not the more risky `git fetch -f`
in to handle force pushes, as we don't want to accidentally overwrite
important local changes.
* Show different merge command depending on the chosen merge style,
interactively updated.
8 months ago
..
.eslintrc.yaml Add `eslint-plugin-vue-scoped-css` (#26720) 10 months ago
ActionRunStatus.vue Reorder blocks in vue SFCs (#26874) 10 months ago
ActivityHeatmap.vue Reorder blocks in vue SFCs (#26874) 10 months ago
ContextPopup.vue Reorder blocks in vue SFCs (#26874) 10 months ago
DashboardRepoList.vue Restore warning commit status (#27504) 9 months ago
DiffCommitSelector.vue Use fetch helpers instead of fetch (#27026) 10 months ago
DiffFileList.vue Fix review UI (#27322) 9 months ago
DiffFileTree.vue Improve diff tree spacing (#27714) 9 months ago
DiffFileTreeItem.vue Add border to file tree 'sub-items' and add padding to 'item-file' (#27593) 8 months ago
PullRequestMergeForm.vue Improve pull request command line instructions (#27778) 8 months ago
RepoActionView.vue Add missed return to actions view fetch (#27289) 9 months ago
RepoActivityTopAuthors.vue Reorder blocks in vue SFCs (#26874) 10 months ago
RepoBranchTagSelector.vue Use fetch helpers instead of fetch (#27026) 10 months ago
ScopedAccessTokenSelector.vue Reorder blocks in vue SFCs (#26874) 10 months ago