Similar to #23394 The dashboard repo list mixes jQuery/Fomantic UI/Vue together, it's very diffcult to maintain and causes unfixable a11y problems. This PR uses two steps to refactor the repo list: 1. move `data-` attributes to JS object and use Vue data as much as possible https://github.com/go-gitea/gitea/pull/23405/commits/d3adc0dcacf7de87b9819277e6598ac3993bbfa3 2. move the code into a Vue SFC https://github.com/go-gitea/gitea/pull/23405/commits/7ebe55df6e67adfd272a4bf0a96ad6688edf661f Total: +516 −585 Screenshots: <details>    </details> --------- Co-authored-by: John Olheiser <[email protected]>
index.js
* split `index.js` to separate files * tune clipboard * fix promise * fix document * remove intermediate empty file * fix async event listener * use `export function` instead of `export {}`, add more comments Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: 6543 <[email protected]>
components
* frontend refactor * Apply suggestions from code review Co-authored-by: delvh <[email protected]> * Update templates/base/head.tmpl Co-authored-by: delvh <[email protected]> * Update docs/content/doc/developers/guidelines-frontend.md Co-authored-by: Lunny Xiao <[email protected]> * fix typo * fix typo * refactor PageData to pageData * Apply suggestions from code review Co-authored-by: delvh <[email protected]> * Simply for the visual difference. Co-authored-by: delvh <[email protected]> * Revert "Apply suggestions from code review" This reverts commit 4d78ad9b0e96ca180e0823de17659a2e0814c099. Co-authored-by: delvh <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: 6543 <[email protected]>