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.
gitea/web_src/js/components
Bram Hagens 50f55f11c4
Show whether a PR is WIP inside popups (#28975)
Fixes https://codeberg.org/forgejo/forgejo/issues/2257

Draft status of a PR is currently not exposed by the API. This PR adds a
'draft' field to pull requests in the API, which is used to correctly
set the PR color/icon in a ContextPopup.

---

Before:

![image](https://github.com/go-gitea/gitea/assets/5541521/72cbd30e-1175-4338-aa97-ac99c46c5118)

After:

![image](https://github.com/go-gitea/gitea/assets/5541521/111c9eba-460e-4d57-bcca-23a151c3a4f1)
1 year ago
..
.eslintrc.yaml Add `eslint-plugin-vue-scoped-css` (#26720) 1 year ago
ActionRunStatus.vue Reorder blocks in vue SFCs (#26874) 1 year ago
ActivityHeatmap.vue Reorder blocks in vue SFCs (#26874) 1 year ago
ContextPopup.vue Show whether a PR is WIP inside popups (#28975) 1 year ago
DashboardRepoList.vue Update JS dependencies (#27922) 1 year ago
DiffCommitSelector.vue Add global setting how timestamps should be rendered (#28657) 1 year ago
DiffFileList.vue Fix review UI (#27322) 1 year ago
DiffFileTree.vue Improve diff tree spacing (#27714) 1 year ago
DiffFileTreeItem.vue Add border to file tree 'sub-items' and add padding to 'item-file' (#27593) 1 year ago
PullRequestMergeForm.vue Modernize merge button (#28140) 1 year ago
RepoActionView.vue Add missed return to actions view fetch (#27289) 1 year ago
RepoActivityTopAuthors.vue Reorder blocks in vue SFCs (#26874) 1 year ago
RepoBranchTagSelector.vue Use fetch helpers instead of fetch (#27026) 1 year ago
ScopedAccessTokenSelector.vue Reorder blocks in vue SFCs (#26874) 1 year ago