aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo
Commit message (Expand)AuthorAgeFilesLines
...
* Use different SVG for pending and running actions (#23836)Hester Gong2023-03-311-1/+1
* Fix dropdown direction behavior (#23806)wxiaoguang2023-03-301-2/+2
* Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (#23790)wxiaoguang2023-03-302-13/+11
* Convert issue list checkboxes to native (#23596)silverwind2023-03-301-3/+1
* Diff improvements (#23553)silverwind2023-03-301-4/+14
* Implement Issue Config (#20956)JakobDev2023-03-281-8/+31
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-3/+36
* Add creation time in tag list page (#23693)Balki2023-03-281-0/+3
* Fix SVG close tag, improve commit graph page UI alignment (#23751)wxiaoguang2023-03-272-8/+8
* Remove incorrect HTML self close tag (#23748)wxiaoguang2023-03-2721-46/+46
* Refactor repo commit list (#23690)wxiaoguang2023-03-271-15/+8
* Fix tags view (#23243)Wiktor Kwapisiewicz2023-03-271-40/+22
* Fix project card preview select and template select (#23684)Zettat1232023-03-271-1/+1
* Fix incorrect `toggle` buttons (#23676)wxiaoguang2023-03-263-3/+3
* Fine tune more downdrop settings, use SVG for labels, improve Repo Topic Edit...wxiaoguang2023-03-261-20/+15
* Allow new file and edit file preview if it has editable extension (#23624)Hester Gong2023-03-261-1/+1
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-2442-117/+117
* Fix cancel button in the page of project edit not work (#23655)sillyguodong2023-03-241-1/+1
* Fix long project name display in issue list and in related dropdown (#23653)Hester Gong2023-03-242-5/+5
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-247-11/+11
* Fix incorrect `show-modal` and `show-panel` class (#23660)wxiaoguang2023-03-234-6/+6
* Use a general approach to show tooltip, fix temporary tooltip bug (#23574)wxiaoguang2023-03-232-3/+3
* Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#2...wxiaoguang2023-03-231-1/+1
* Decouple the issue-template code from comment_tab.tmpl (#23556)wxiaoguang2023-03-212-18/+23
* Remove `id="comment-form"` dead code, fix tag (#23555)wxiaoguang2023-03-211-53/+15
* Replace a few fontawesome icons with svg (#23602)silverwind2023-03-202-4/+4
* `Publish Review` buttons should indicate why they are disabled (#23598)Punit Inani2023-03-201-2/+15
* Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538)yp053272023-03-194-21/+11
* Fix long name ui issues and label ui issue (#23541)Hester Gong2023-03-181-1/+1
* Fix diff detail buttons wrapping, use tippy for review box (#23271)silverwind2023-03-172-2/+2
* Use octicon-verified for gpg signatures (#23529)silverwind2023-03-171-5/+5
* Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy...wxiaoguang2023-03-172-2/+2
* Fix review comment context menu clipped bug (#23523)wxiaoguang2023-03-161-1/+2
* Allow both fullname and username search when `DEFAULT_SHOW_FULL_NAME` is true...Hester Gong2023-03-167-18/+16
* Change `Close` to either `Close issue` or `Close pull request` (#23506)Yarden Shoham2023-03-161-5/+13
* Fix 'View File' button in code search (#23478)silverwind2023-03-141-3/+3
* Refactor branch/tag selector to Vue SFC (#23421)wxiaoguang2023-03-141-66/+32
* Add workflow error notification in ui (#23404)yp053272023-03-141-1/+11
* Make branches list page operations remember current page (#23420)wxiaoguang2023-03-141-4/+4
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-1428-146/+89
* Fix missing commit status in PR which from forked repo (#23351)sillyguodong2023-03-131-0/+3
* Fix actions frontend bugs (pagination, long name alignment) and small simplif...Hester Gong2023-03-131-7/+7
* Deduplicate template code for label selection menu (#23431)Brecht Van Lommel2023-03-123-87/+45
* Show edit/close/delete button on organization wide repositories (#23388)yp053272023-03-121-6/+6
* Refactor branch/tag selector dropdown (first step) (#23394)wxiaoguang2023-03-112-63/+73
* Hide target selector if tag exists when creating new release (#23171)Zettat1232023-03-101-14/+19
* Add user webhooks (#21563)KN4CK3R2023-03-101-1/+1
* Fix and move "Use this template" button (#23398)silverwind2023-03-091-10/+6
* Redirect to project again after editing it (#23326)yp053272023-03-092-1/+2
* Fix incorrect display for comment context menu (#23343)wxiaoguang2023-03-081-5/+5