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/features
Jason Song 84447df4d3
Support Issue forms and PR forms (#20987)
* feat: extend issue template for yaml

* feat: support yaml template

* feat: render form to markdown

* feat: support yaml template for pr

* chore: rename to Fields

* feat: template unmarshal

* feat: split template

* feat: render to markdown

* feat: use full name as template file name

* chore: remove useless file

* feat: use dropdown of fomantic ui

* feat: update input style

* docs: more comments

* fix: render text without render

* chore: fix lint error

* fix: support use description as about in markdown

* fix: add field class in form

* chore: generate swagger

* feat: validate template

* feat: support is_nummber and regex

* test: fix broken unit tests

* fix: ignore empty body of md template

* fix: make multiple easymde editors work in one page

* feat: better UI

* fix: js error in pr form

* chore: generate swagger

* feat: support regex validation

* chore: generate swagger

* fix: refresh each markdown editor

* chore: give up required validation

* fix: correct issue template candidates

* fix: correct checkboxes style

* chore: ignore .hugo_build.lock in docs

* docs: separate out a new doc for merge templates

* docs: introduce syntax of yaml template

* feat: show a alert for invalid templates

* test: add case for a valid template

* fix: correct attributes of required checkbox

* fix: add class not-under-easymde for dropzone

* fix: use more back-quotes

* chore: remove translation in zh-CN

* fix EasyMDE statusbar margin

* fix: remove repeated blocks

* fix: reuse regex for quotes

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 years ago
..
comp Support Issue forms and PR forms (#20987) 2 years ago
admin-common.js Add LDAP group sync to Teams, fixes #1395 (#16299) 3 years ago
admin-emails.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
admin-users.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
aria.js Remove customized (unmaintained) dropdown, improve aria a11y for dropdown (#19861) 3 years ago
aria.md Remove customized (unmaintained) dropdown, improve aria a11y for dropdown (#19861) 3 years ago
clipboard.js Replace fomantic popup module with tippy.js (#20428) 3 years ago
codeeditor.js Add new JS linter rules (#17699) 3 years ago
colorpicker.js Move jquery-minicolors to npm/webpack (#12305) 5 years ago
common-global.js Remove useless JS operation for relative time tooltips (#20756) 3 years ago
common-issue.js Add a checkbox to select all issues/PRs (#20177) 3 years ago
common-organization.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
contextpopup.js Use tippy.js for context popup (#20393) 3 years ago
dropzone.js Update JS dependencies (#17611) 3 years ago
emoji.js Frontend refactor, PascalCase to camelCase, remove unused code (#17365) 3 years ago
eventsource.sharedworker.js Fix the JS error "EventSource is not defined" caused by some non-standard browsers (#20584) 3 years ago
file-fold.js Allow to mark files in a PR as viewed (#19007) 3 years ago
formatting.js Prettify number of issues (#17760) 3 years ago
heatmap.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
imagediff.js Fix viewed images not loading in a PR (#19919) 3 years ago
install.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
mcaptcha.js Add support mCaptcha as captcha provider (#20458) 3 years ago
notification.js Enable contenthash in filename for dynamic assets (#20813) 2 years ago
org-team.js Never use /api/v1 from Gitea UI Pages (#19318) 3 years ago
pull-view-file.js Replace unstyled meter with progress (#19968) 3 years ago
repo-branch.js Add apply-patch, basic revert and cherry-pick functionality (#17902) 3 years ago
repo-code.js Replace fomantic popup module with tippy.js (#20428) 3 years ago
repo-commit.js Fix CI status popup (#20737) 3 years ago
repo-common.js Rework repo buttons (#20602) 3 years ago
repo-diff.js Fix tooltip init after review (#20814) 3 years ago
repo-editor.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
repo-findfile.js Feature: Find files in repo (#15028) 3 years ago
repo-graph.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
repo-home.js A minimal change to replace data calls with attr as per guidelines (#19900) 3 years ago
repo-issue-content.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
repo-issue-pr-form.js Use Vue to refactor pull merge UI (#19650) 3 years ago
repo-issue.js Replace fomantic popup module with tippy.js (#20428) 3 years ago
repo-legacy.js Support Issue forms and PR forms (#20987) 2 years ago
repo-migrate.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
repo-migration.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
repo-projects.js Fix various typos (#20338) 3 years ago
repo-release.js Enable spellcheck for EasyMDE, use contenteditable mode (#19776) 3 years ago
repo-settings.js Remove customized (unmaintained) dropdown, improve aria a11y for dropdown (#19861) 3 years ago
repo-template.js Never use /api/v1 from Gitea UI Pages (#19318) 3 years ago
repo-unicode-escape.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
repo-wiki.js Enable spellcheck for EasyMDE, use contenteditable mode (#19776) 3 years ago
serviceworker.js Enable contenthash in filename for dynamic assets (#20813) 2 years ago
sshkey-helper.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
stopwatch.js Enable contenthash in filename for dynamic assets (#20813) 2 years ago
tablesort.js Added missing `data-` prefix. (#17884) 3 years ago
tribute.js Correctly escape within tribute.js (#20831) 3 years ago
user-auth-webauthn.js Prevent security failure due to bad APP_ID (#18678) 3 years ago
user-auth.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago
user-settings.js Use explicit jQuery import, remove unused eslint globals (#18435) 3 years ago