loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix issue and commit status popup padding (#25254)

Close #25249

Use "dialog" for the role



![image](https://github.com/go-gitea/gitea/assets/2114189/2b5b7552-48bc-4ecf-947b-34917232cff9)

---------

Co-authored-by: silverwind <me@silverwind.io>

authored by

wxiaoguang
silverwind
and committed by
GitHub
8e0316c3 73ae7182

+2
+1
web_src/js/features/contextpopup.js
··· 34 34 content: el, 35 35 placement: 'top-start', 36 36 interactive: true, 37 + role: 'dialog', 37 38 interactiveBorder: 5, 38 39 onShow: () => { 39 40 el.firstChild.dispatchEvent(new CustomEvent('ce-load-context-popup', {detail: {owner, repo, index}}));
+1
web_src/js/features/repo-commit.js
··· 65 65 content: this.nextElementSibling, 66 66 placement: top ? 'top-start' : 'bottom-start', 67 67 interactive: true, 68 + role: 'dialog', 68 69 }); 69 70 }); 70 71 }