aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard/feeds.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-241-1/+1
* Migrate `gap` helpers to tailwind (#30034)silverwind2024-03-241-2/+2
* Migrate font-size helpers to tailwind (#30029)silverwind2024-03-231-1/+1
* Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-221-1/+1
* Rename Action.GetDisplayName to GetActDisplayName (#29540)wxiaoguang2024-03-021-1/+1
* Remove incorrect and unnecessary Escape from templates (#29394)wxiaoguang2024-02-251-24/+24
* Remove unnecessary "Str2html" modifier from templates (#29319)wxiaoguang2024-02-221-24/+24
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-1/+1
* Refactor template empty checks (#28351)KN4CK3R2023-12-041-1/+1
* Fix template bug (#27581)Lunny Xiao2023-10-111-1/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Improve feed icons and feed merge text color (#27498)silverwind2023-10-071-3/+3
* Fix missing ctx for GetRepoLink in dashboard (#27372)CaiCandong2023-10-011-1/+1
* Feed UI Improvements (#27356)silverwind2023-09-301-12/+14
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-29/+29
* Fix more "locale" usages (#27259)wxiaoguang2023-09-251-1/+1
* Always use `ctx.Locale.Tr` inside templates (#27231)delvh2023-09-251-26/+26
* Refactor dashboard/feed.tmpl (#26956)CaiCandong2023-09-071-30/+30
* Minor dashboard tweaks, fix flex-list margins (#26829)silverwind2023-08-311-1/+1
* More improvements for the "flex list" and the dashboard list (#26675)wxiaoguang2023-08-231-19/+15
* Remove avatarHTML from template helpers (#26598)wxiaoguang2023-08-211-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-117/+117
* Replace fomantic divider module with our own (#25539)silverwind2023-06-291-1/+1
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-051-7/+7
* Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel2023-02-241-0/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-2/+2
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-2/+2
* Add `code` highlighting in issue titles (#21432)Yarden Shoham2022-10-161-4/+4
* Make sure fmt catches all templates (#20979)silverwind2022-08-311-19/+19
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-27/+27
* Make better use of i18n (#20096)Gusted2022-06-261-1/+1
* Fix release typo (#18728)Lunny Xiao2022-02-111-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-22/+18
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-29/+29
* Report the correct number of pushes on the feeds (#16811)zeripath2021-08-251-1/+1
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-11/+9
* show tag name on dashboard items list (#16466)a10121127962021-07-171-1/+1
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-1/+1
* Fix a couple of issues with a feeds (#14897)zeripath2021-03-061-1/+2
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+7
* Handle NotifyCreateRef as create branch in feeds (#14245)Cirno the Strongest2021-01-041-1/+5
* Fix feed push tag (#14064)Lunny Xiao2020-12-201-3/+3
* Fix action avatar loading (#13909)silverwind2020-12-091-1/+1
* Fix frontpage avatars (#13853)silverwind2020-12-091-1/+1
* Direct avatar rendering (#13649)silverwind2020-12-031-2/+8
* Escape more things that are passed through str2html (#12622)zeripath2020-08-281-5/+5
* Add action feed for new release (#12324)赵智超2020-07-291-0/+4
* Use only first line of commit when creating referenced comment (#11960)Cirno the Strongest2020-06-191-1/+2