aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/common-global.js
Commit message (Expand)AuthorAgeFilesLines
* Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy...wxiaoguang2023-03-171-12/+23
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-141-9/+19
* Improve PR Review Box UI (#22986)wxiaoguang2023-02-211-0/+1
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-4/+5
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-1/+1
* Make issue title edit buttons focusable and fix incorrect ajax requests (#22807)wxiaoguang2023-02-091-0/+1
* Improve AppUrl/ROOT_URL checking (#22836)wxiaoguang2023-02-091-5/+2
* Add ARIA support for Fomantic UI checkboxes (#22599)wxiaoguang2023-01-251-2/+2
* Address feedback from #22517 (#22563)Francesco Siddi2023-01-211-4/+5
* Dropzone: Add "Copy link" button for new uploads (#22517)Francesco Siddi2023-01-191-0/+15
* JS refactors (#22227)silverwind2022-12-241-1/+1
* Prevent NPE if trying to restore an already restored deleted branch (#21940)zeripath2022-11-251-0/+6
* Fix UI language switching bug (#21597)wxiaoguang2022-11-091-1/+1
* Remove useless JS operation for relative time tooltips (#20756)silverwind2022-08-121-8/+0
* Fix loading button with invalid form (#20754)silverwind2022-08-111-10/+6
* Replace fomantic popup module with tippy.js (#20428)silverwind2022-08-091-20/+11
* move handleGlobalEnterQuickSubmit into a separate file to avoid cycle-import ...wxiaoguang2022-08-051-14/+1
* Fix ROOT_URL detection for URLs without trailing slash (#20502)wxiaoguang2022-07-271-1/+2
* Init popup for new code comment (#20234)Gusted2022-07-051-9/+14
* Fix remove file on initial comment (#20127)Gusted2022-06-251-1/+2
* Remove customized (unmaintained) dropdown, improve aria a11y for dropdown (#1...wxiaoguang2022-06-031-4/+8
* Remove fomantic progress module (#19760)silverwind2022-05-201-3/+0
* Make Ctrl+Enter (quick submit) work for issue comment and wiki editor (#19729)wxiaoguang2022-05-201-3/+18
* prevent double click new issue/pull/comment button (#16157)a10121127962022-05-071-0/+12
* Skip frontend ROOT_URL check on installation page, remove unnecessary global ...wxiaoguang2022-04-011-0/+3
* Show messages for users if the ROOT_URL is wrong, show JavaScript errors (#18...wxiaoguang2022-03-301-1/+19
* Replace deprecated String.prototype.substr() with String.prototype.slice() (#...CommanderRoot2022-02-181-1/+1
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-091-5/+18
* Use explicit jQuery import, remove unused eslint globals (#18435)silverwind2022-01-281-2/+2
* Revert "Prevent possible XSS when using jQuery (#18289)" (#18293)wxiaoguang2022-01-161-7/+7
* Prevent possible XSS when using jQuery (#18289)Gusted2022-01-161-7/+7
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-071-1/+13
* Cleanup and use global style on popups (#17674)silverwind2021-11-181-5/+13
* Add copy button to markdown code blocks (#17638)silverwind2021-11-161-1/+1
* Improve async/await usage, and sort init calls in `index.js` (#17386)wxiaoguang2021-11-091-2/+2
* Move key forms before list and add cancel button (#17432)qwerty2872021-10-281-1/+2
* Fix the click behavior for <tr> and <td> with [data-href] (#17388)wxiaoguang2021-10-211-8/+13
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-8/+8
* Split `index.js` to separate files (#17315)wxiaoguang2021-10-171-0/+306