You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/models/activities
Yarden Shoham f045e58cc7
Localize activity heatmap (except tooltip) (#24131)
The calculation of the total sum is moved to the backend so a full HTML
string could be sent.


![image](https://user-images.githubusercontent.com/20454870/232112381-c11d896b-ba47-40f8-b2a3-71cf4b3208de.png)

- Closes #10669
- 2nd attempt (the first was in #21570)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
action.go Add activity feeds API (#23494) 1 year ago
action_list.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
action_test.go Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
notification.go Use link in UI which returned a relative url but not html_url which contains an absolute url (#21986) 1 year ago
notification_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_activity.go Add context cache as a request level cache (#22294) 1 year ago
statistic.go Implement FSFE REUSE for golang files (#21840) 2 years ago
user_heatmap.go Localize activity heatmap (except tooltip) (#24131) 1 year ago
user_heatmap_test.go Add pagination for dashboard and user activity feeds (#22937) 1 year ago