summaryrefslogtreecommitdiffstats
path: root/templates/shared/issuelist.tmpl (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BUG] Ensure all filters are persistent in issue filtersGusted2024-08-061-1/+1
* Fix long branch name overflows (https://github.com/go-gitea/gitea/pull/30345)silverwind2024-05-241-6/+9
* [GITEA] Apply changes to archived labels0ko2024-04-011-1/+1
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-301-2/+2
* Remove unnecessary ".Link" usages (#29909)wxiaoguang2024-03-261-1/+1
* Unify search boxes (#29530)Denys Konovalov2024-03-201-1/+1
* Replace more gt- with tw- (#29678)silverwind2024-03-111-3/+3
* Remove incorrect and unnecessary Escape from templates (#29394)wxiaoguang2024-02-261-3/+3
* Remove unnecessary "Safe" modifier from templates (#29318)wxiaoguang2024-02-261-3/+3
* Refactor timeutil package (#28623)wxiaoguang2023-12-281-1/+1
* Fix wrong due date rendering in issue list page (#28588)Yarden Shoham2023-12-221-1/+1
* Refactor template empty checks (#28351)KN4CK3R2023-12-041-1/+1
* Add `Hide/Show all checks` button to commit status check (#26284)yp053272023-11-021-1/+1
* Hide archived labels when filtering by labels on the issue list (#27115)puni98692023-10-011-1/+1
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-1/+1
* Fix more "locale" usages (#27259)wxiaoguang2023-09-251-1/+1
* Always use `ctx.Locale.Tr` inside templates (#27231)delvh2023-09-251-10/+10
* Improve issue list layout (#26983)wxiaoguang2023-09-091-7/+5
* Improve flex list UI (#26970)wxiaoguang2023-09-081-3/+5
* Minor dashboard tweaks, fix flex-list margins (#26829)silverwind2023-08-311-1/+1
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-101-1/+1
* Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790)Denys Konovalov2023-08-011-12/+12
* Restructure issue list template, styles (#25750)Denys Konovalov2023-07-091-59/+61
* Actions list enhancements (#25601)silverwind2023-07-041-2/+2
* Various UI fixes (#25264)silverwind2023-06-221-1/+1
* Button and color enhancements (#24989)silverwind2023-06-091-3/+3
* Rework notifications list (#24812)silverwind2023-05-251-21/+1
* Clean up various avatar dimensions (#24701)silverwind2023-05-141-1/+1
* Fix template function DateTime (#24317)wxiaoguang2023-04-251-1/+1
* Allow using localized absolute date times within phrases with place holders a...Yarden Shoham2023-04-231-1/+1
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-1/+1
* Convert issue list checkboxes to native (#23596)silverwind2023-03-301-4/+2
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-241-2/+2
* Fix long project name display in issue list and in related dropdown (#23653)Hester Gong2023-03-241-7/+11
* Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538)yp053272023-03-191-1/+1
* Fix due date being wrong on issue list (#23475)Yarden Shoham2023-03-141-1/+1
* Fix incorrect project links and use symlink icon for org-wide projects (#23325)yp053272023-03-061-2/+2
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-051-2/+2
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-26/+26
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-5/+5
* Improve checkbox accessibility a bit by adding the title attribute (#22593)Felipe Leopoldo Sologuren GutiƩrrez2023-02-011-2/+1
* Pull Requests: add color to approved/reject icon in pull requests listBrecht Van Lommel2023-01-201-2/+2
* Timeline and color tweaks (#21799)silverwind2022-11-191-1/+1
* Localize all timestamps (#21440)Yarden Shoham2022-10-171-1/+1
* Add `code` highlighting in issue titles (#21432)Yarden Shoham2022-10-151-1/+1
* Add whitespace removal inside template curly brackes (#20853)silverwind2022-08-251-3/+3
* Make branch icon stand out more (#20726)Gusted2022-08-101-6/+4
* Add issue filter for Author (#20578)parnic2022-08-081-1/+1