1
0
Fork 0
gitea/templates
wxiaoguang 75022f8b1a
Refactor branch/tag selector dropdown (first step) (#23394)
Follow: 
* #23345

The branch/tag selector dropdown mixes jQuery/Fomantic UI/Vue together,
it's very diffcult to maintain and causes unfixable a11y problems. It
also causes problems like #19851 #21314 #21952

This PR is the first step for the refactoring, move `data-` attributes
to JS object and use Vue data as much as possible.

The old selector `'.choose.reference .dropdown'` was also wrong, it hits
`<div class="choose reference"><svg class="dropdown icon">` and would
cause undefined behaviors.

I have done some quick tests and it works. After this PR gets merged, I
will move the code into a Vue SFC in next PR.



![image](https://user-images.githubusercontent.com/2114189/224099638-378a8a86-0865-47d1-bcba-f972506374c7.png)


![image](https://user-images.githubusercontent.com/2114189/224099690-70276cf5-b1e4-404a-b0c6-582448abf40e.png)

---------

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2023-03-11 12:47:09 +02:00
..
admin Handle OpenID discovery URL errors a little nicer when creating/editing sources (#23397) 2023-03-10 01:14:43 -05:00
api/packages/pypi
base
code
custom
explore
mail
org Add missing tabs to org projects page (#22705) 2023-03-10 09:18:20 -06:00
package
projects Redirect to project again after editing it (#23326) 2023-03-09 08:38:29 -06:00
repo Refactor branch/tag selector dropdown (first step) (#23394) 2023-03-11 12:47:09 +02:00
shared
status
swagger Add user webhooks (#21563) 2023-03-10 08:28:32 -06:00
user Add missing tabs to org projects page (#22705) 2023-03-10 09:18:20 -06:00
home.tmpl
install.tmpl
post-install.tmpl