+48
-18
appview/db/issues.go
+48
-18
appview/db/issues.go
···············-err := rows.Scan(&issue.OwnerDid, &issue.RepoAt, &issue.IssueId, &createdAt, &issue.Title, &issue.Body, &issue.Open, &metadata.CommentCount)······
·····················
+117
-48
appview/db/profile.go
+117
-48
appview/db/profile.go
······
······
+40
-14
appview/db/pulls.go
+40
-14
appview/db/pulls.go
·········
·········
+3
-1
appview/db/repos.go
+3
-1
appview/db/repos.go
+3
-2
appview/pages/pages.go
+3
-2
appview/pages/pages.go
+179
-2
appview/pages/templates/user/profile.html
+179
-2
appview/pages/templates/user/profile.html
···
···+<a href="/{{ index $handleMap .Repo.Did }}/{{ .Repo.Name }}" class="no-underline hover:underline">+<time class="text-gray-700 dark:text-gray-400 text-xs ml-2">{{ .Repo.Created | shortTimeFmt }}</time>+<time class="text-gray-700 dark:text-gray-400 text-xs ml-2">{{ .Created | shortTimeFmt }}</time>+<span class="px-2 py-1/2 text-sm rounded-sm text-black dark:text-white bg-gray-50 dark:bg-gray-700 ">+<time class="text-gray-700 dark:text-gray-400 text-xs ml-2">{{ .Created | shortTimeFmt }}</time>
+11
-5
appview/state/profile.go
+11
-5
appview/state/profile.go
···
···