+49
-24
appview/db/timeline.go
+49
-24
appview/db/timeline.go
······+func fetchStarStatuses(e Execer, loggedInUserDid string, repos []Repo) (map[string]bool, error) {············
+4
-3
appview/pages/templates/timeline/fragments/timeline.html
+4
-3
appview/pages/templates/timeline/fragments/timeline.html
·········<span class="text-gray-700 dark:text-gray-400 text-xs">{{ template "repo/fragments/time" .Created }}</span>+{{ template "user/fragments/repoCard" (list $root . true true (dict "IsStarred" $event.IsStarred "RepoAt" .RepoAt "Stats" (dict "StarCount" $event.StarCount))) }}