summaryrefslogtreecommitdiffstats
path: root/web_src/js
Commit message (Expand)AuthorAgeFilesLines
* Fix environments for KaTeX and error reporting (#22453) (#22473)zeripath2023-01-161-5/+9
* Fixed colour transparency regex matching in project board sorting (#22092) (#...zeripath2023-01-151-1/+1
* Restore function to "Show more" buttons (#22399) (#22426)zeripath2023-01-132-2/+26
* Don't display stop watch top bar icon when disabled and hidden when click oth...Yarden Shoham2023-01-101-0/+1
* Fix heatmap first color being unused (#22158)silverwind2022-12-181-0/+7
* Multiple improvements for comment edit diff (#21990) (#22007)silverwind2022-12-022-25/+24
* Fix markdown anchor re-clicking (#21931) (#21946)silverwind2022-11-271-6/+9
* Prevent NPE if trying to restore an already restored deleted branch (#21940) ...zeripath2022-11-251-0/+6
* Ignore line anchor links with leading zeroes (#21728) (#21776)silverwind2022-11-112-15/+40
* Fix UI language switching bug (#21597) (#21749)Xinyu Zhou2022-11-101-1/+1
* Quick fixes monaco-editor error: "vs.editor.nullLanguage" (#21734) (#21738)Xinyu Zhou2022-11-092-3/+4
* Fix opaque background on mermaid diagrams (#21642) (#21652)silverwind2022-11-011-0/+1
* Improve code comment review on mobile (#21461)Gusted2022-10-251-3/+3
* Enable Monaco automaticLayout (#21515)silverwind2022-10-201-4/+1
* Add team member invite by email (#20307)KN4CK3R2022-10-191-1/+14
* Remove vitest globals (#21505)silverwind2022-10-193-0/+3
* Localize all timestamps (#21440)Yarden Shoham2022-10-171-4/+26
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-175-3/+42
* Fix mermaid-related bugs (#21431)silverwind2022-10-152-1/+5
* Switch from jest to vitest (#21444)silverwind2022-10-144-11/+6
* Remove useless `appVer` from JS `window.config` (#21445)wxiaoguang2022-10-141-2/+2
* Respect user's locale when rendering the date range in the repo activity page...Yarden Shoham2022-10-131-0/+7
* Update JS dependencies and eslint config (#21388)silverwind2022-10-102-2/+2
* Fix typos in PullRequestMergeForm.vue header comment (#21378)Yarden Shoham2022-10-091-2/+2
* Use weighted algorithm for string matching when finding files in repo (#21370)wxiaoguang2022-10-085-65/+109
* Refactor from Vue2 to Vue3 (#20044)André Jaenisch2022-10-0112-95/+88
* Feature: Case-insensitive "find files in repo" (#21269)HeySora2022-09-282-13/+14
* Add filetree on left of diff view (#21012)sebastian-sauer2022-09-277-25/+417
* Add KaTeX rendering to Markdown. (#20571)zeripath2022-09-142-0/+39
* Improve commit status icons (#21124)silverwind2022-09-092-1/+2
* Add down key check has tribute container (#21016)Tyrone Yeh2022-09-031-0/+12
* Show language name on hover (#20923)JakobDev2022-09-021-1/+1
* Support Issue forms and PR forms (#20987)Jason Song2022-09-022-6/+15
* Forbid HTML string tooltips (#20935)silverwind2022-08-231-1/+1
* Enable contenthash in filename for dynamic assets (#20813)silverwind2022-08-235-11/+30
* Correctly escape within tribute.js (#20831)zeripath2022-08-171-4/+5
* Fix tooltip init after review (#20814)silverwind2022-08-171-9/+13
* 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
* Use separate class for tippy targets (#20742)silverwind2022-08-101-3/+4
* Add support mCaptcha as captcha provider (#20458)Gusted2022-08-102-0/+18
* Fix CI status popup (#20737)silverwind2022-08-101-1/+1
* Change commit status icons to SVG (#20736)silverwind2022-08-091-2/+2
* Replace fomantic popup module with tippy.js (#20428)silverwind2022-08-0911-96/+144
* Rework repo buttons (#20602)silverwind2022-08-081-1/+1
* move handleGlobalEnterQuickSubmit into a separate file to avoid cycle-import ...wxiaoguang2022-08-053-15/+17
* Fix the JS error "EventSource is not defined" caused by some non-standard bro...wxiaoguang2022-08-033-64/+71
* Clean up and fix clone button script (#20415)silverwind2022-07-311-27/+3
* Fix default merge style (#20564)wxiaoguang2022-07-311-1/+4
* Add a checkbox to select all issues/PRs (#20177)Tyrone Yeh2022-07-281-8/+27