aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/diff
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect tailwind migration (#30007)silverwind2024-03-224-18/+18
* Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-227-26/+26
* Remove unnecessary ".Link" usages (#29909)wxiaoguang2024-03-201-3/+3
* Fix template error when comment review doesn't exist (#29888)wxiaoguang2024-03-192-62/+68
* Improve branch select list ui in go templates (#29729)HEREYUA2024-03-151-1/+1
* Add `<overflow-menu>`, rename webcomponents (#29400)silverwind2024-03-151-3/+3
* Replace more `gt-` with `tw-`, update frontend docs (#29595)silverwind2024-03-055-16/+16
* Remove unnecessary ctxData for "attachments" template (#29600)wxiaoguang2024-03-051-1/+1
* Add user blocking (#29028)KN4CK3R2024-03-041-0/+1
* Replace some `gt-` classes with `tw-` (#29570)silverwind2024-03-043-4/+4
* Fix incorrect redirection when creating a PR fails (#29537)wxiaoguang2024-03-021-8/+0
* Fix incorrect subpath in links (#29535)wxiaoguang2024-03-022-2/+2
* Refactor the "attachments" sub-template data key to RenderedContent (#29517)wxiaoguang2024-03-011-1/+1
* Refactor some Str2html code (#29397)wxiaoguang2024-03-011-1/+1
* Use tailwind instead of `gt-[wh]-` helper classes (#29423)Lunny Xiao2024-02-271-1/+1
* Add missing space (#29393)KN4CK3R2024-02-251-1/+1
* Remove incorrect and unnecessary Escape from templates (#29394)wxiaoguang2024-02-252-7/+7
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-253-1/+15
* Remove jQuery from the code diff expansion buttons (#29385)Yarden Shoham2024-02-253-12/+12
* Remove unnecessary "Str2html" modifier from templates (#29319)wxiaoguang2024-02-222-2/+2
* Remove unnecessary "Safe" modifier from templates (#29318)wxiaoguang2024-02-222-5/+5
* Clean up diff header css and reduce global textarea min-height (#29232)silverwind2024-02-181-1/+1
* Improve user experience for outdated comments (#29050)wxiaoguang2024-02-081-0/+3
* Fix default avatar image size in PR diff page (#28971)yp053272024-02-021-1/+1
* Don't show new pr button when page is not compare pull (#26431)yp053272024-01-211-3/+5
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-1/+1
* Improve CSS helper naming (#28769)wxiaoguang2024-01-121-1/+1
* Add merge arrow direction and update styling (#28523)Kyle D2024-01-051-2/+2
* Refactor template empty checks (#28351)KN4CK3R2023-12-042-12/+12
* Use full width for PR comparison (#28182)Nanguan Lin2023-11-231-2/+2
* Fix Show/hide filetree button on small displays (#27881)sebastian-sauer2023-11-171-2/+2
* Improve PR diff view on mobile (#27883)sebastian-sauer2023-11-161-1/+1
* Show correct commit sha when viewing single commit diff (#27916)sebastian-sauer2023-11-061-1/+1
* Remove "tabindex" from some form buttons (#27892)Earl Warren2023-11-031-2/+2
* Only show diff file tree when more than one file changed (#27775)silverwind2023-10-251-4/+9
* Replace ajax with fetch, improve image diff (#27267)silverwind2023-10-112-4/+11
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+2
* Fix review UI (#27322)wxiaoguang2023-09-281-1/+1
* Fix more "locale" usages (#27259)wxiaoguang2023-09-257-15/+15
* Always use `ctx.Locale.Tr` inside templates (#27231)delvh2023-09-259-113/+113
* cleanup locale function usage (#27227)Denys Konovalov2023-09-248-45/+42
* Change green buttons to primary color (#27099)silverwind2023-09-185-12/+12
* Remove "TODO" tasks from CSS file (#26835)wxiaoguang2023-08-312-5/+5
* Remove polluted `.ui.right` (#26825)wxiaoguang2023-08-311-1/+1
* Fix being unable to use a repo that prohibits accepting PRs as a PR source. (...CaiCandong2023-08-291-1/+1
* Remove incorrect CSS helper classes (#26712)wxiaoguang2023-08-251-1/+1
* Fix review bar misalignment (#26711)wxiaoguang2023-08-241-1/+1
* Improve Image Diff UI (#26696)wxiaoguang2023-08-241-5/+2
* Fix tooltip of commit select button (#26472)silverwind2023-08-141-1/+1
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-101-1/+1