aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-issue-pr-form.js
Commit message (Collapse)AuthorAgeFilesLines
* JS refactors (#22227)silverwind2022-12-241-1/+1
| | | | | | - Replace all default exports with named exports, except for Vue SFCs - Remove names from Vue SFCs, they are automatically inferred from the filename - Misc whitespace-related tweaks
* Refactor from Vue2 to Vue3 (#20044)André Jaenisch2022-10-011-5/+3
| | | Close #19902
* Use Vue to refactor pull merge UI (#19650)wxiaoguang2022-05-121-0/+12
* Use Vue to refactor pull merge UI * add comments * fix comments * small fine tune * fix tests * adopt new pull default messages * clean up Co-authored-by: 6543 <6543@obermui.de>