aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view_content/sidebar.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Improve some modal action buttons (#24289)wxiaoguang2023-04-241-2/+2
* Allow using localized absolute date times within phrases with place holders a...Yarden Shoham2023-04-231-1/+1
* Refactor delete_modal_actions template and use it for project column related ...Hester Gong2023-04-231-19/+9
* Fix template error in pull request with deleted head repo (#24192)Brecht Van Lommel2023-04-191-1/+1
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-1/+1
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-071-1/+1
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-3/+36
* Remove incorrect HTML self close tag (#23748)wxiaoguang2023-03-271-3/+3
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-241-18/+18
* Use a general approach to show tooltip, fix temporary tooltip bug (#23574)wxiaoguang2023-03-231-2/+2
* Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538)yp053272023-03-191-6/+3
* Allow both fullname and username search when `DEFAULT_SHOW_FULL_NAME` is true...Hester Gong2023-03-161-4/+2
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-141-8/+8
* Deduplicate template code for label selection menu (#23431)Brecht Van Lommel2023-03-121-43/+1
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-051-8/+8
* Refactor `ctx` in templates (#23105)wxiaoguang2023-03-021-1/+1
* Make issue meta dropdown support Enter, confirm before reloading (#23014)wxiaoguang2023-02-241-1/+1
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-6/+6
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-2/+14
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-6/+6
* Add tooltip to issue reference (#22913)delvh2023-02-151-2/+2
* Remove Fomantic-UI's `.hidden` CSS class for menu elements (#22895)wxiaoguang2023-02-141-1/+1
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-49/+49
* Fix missing title and filter in issue sidebar project menu (#22557)Brecht Van Lommel2023-01-311-0/+7
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-6/+6
* Fix due date rendering the wrong date in issue (#22302)Yarden Shoham2023-01-021-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-2/+2
* Timeline and color tweaks (#21799)silverwind2022-11-191-1/+1
* Localize all timestamps (#21440)Yarden Shoham2022-10-171-1/+1
* Make sure fmt catches all templates (#20979)silverwind2022-08-311-13/+13
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-94/+94
* fix delete pull head ref for DeleteIssue (#20032)a10121127962022-06-191-2/+10
* Add title attribute to dependencies in sidebar (#19807)zeripath2022-06-011-2/+2
* Add "Reference" section to Issue view sidebar (#19609)neon2022-05-051-0/+9
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-0/+16
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-1/+1
* Remove italics for `due_date_not_set` (#19113)MeIchthys2022-03-171-1/+1
* Add button for issue deletion (#19032)Otto Richter (fnetX)2022-03-091-0/+21
* Cleanup and use global style on popups (#17674)silverwind2021-11-181-14/+14
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-13/+13
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-101-5/+0
* Switch migration icon to svg (#15954)silverwind2021-09-181-1/+6
* Fix dependency link rendering in PR sidebar (#16754)Steven2021-08-211-1/+1
* Add links to toggle WIP status (#14677)Jimmy Praet2021-05-271-0/+7
* Issue sidebar and misc css fixes (#15524)silverwind2021-05-161-58/+56
* Remove usage of JS globals (#15378)silverwind2021-04-091-4/+2
* Update JS dependencies (#15033)silverwind2021-03-221-4/+4
* Fix lock modal content rendering outside modal (#15095)silverwind2021-03-211-49/+46
* don't show project cog in issue sidebar if no permission (#14953)Norwin2021-03-121-1/+3
* Fix issue/pul sidebar (#14826)65432021-02-281-192/+193