+31
-26
appview/db/issues.go
+31
-26
appview/db/issues.go
············
············
+3
-9
appview/ingester.go
+3
-9
appview/ingester.go
············
············
+130
-23
appview/issues/issues.go
+130
-23
appview/issues/issues.go
···············
·········+ex, err := client.RepoGetRecord(r.Context(), "", tangled.RepoIssueNSID, user.Did, newIssue.Rkey)······
+3
appview/issues/router.go
+3
appview/issues/router.go
+19
-11
appview/pages/pages.go
+19
-11
appview/pages/pages.go
······
······
+1
-7
appview/pages/templates/repo/issues/fragments/commentList.html
+1
-7
appview/pages/templates/repo/issues/fragments/commentList.html
···-<div class="p-2 border-t border-gray-300 dark:border-gray-700 text-gray-500 dark:text-gray-400">
+2
-2
appview/pages/templates/repo/issues/fragments/issueCommentActions.html
+2
-2
appview/pages/templates/repo/issues/fragments/issueCommentActions.html
······
······
+6
-6
appview/pages/templates/repo/issues/fragments/issueCommentHeader.html
+6
-6
appview/pages/templates/repo/issues/fragments/issueCommentHeader.html
······
······
+2
-2
appview/pages/templates/repo/issues/fragments/newComment.html
+2
-2
appview/pages/templates/repo/issues/fragments/newComment.html
······
······
+57
appview/pages/templates/repo/issues/fragments/putIssue.html
+57
appview/pages/templates/repo/issues/fragments/putIssue.html
···
···+<input type="text" name="title" id="title" class="w-full" value="{{ if .Issue }}{{ .Issue.Title }}{{ end }}" />
+6
-2
appview/pages/templates/repo/issues/fragments/replyComment.html
+6
-2
appview/pages/templates/repo/issues/fragments/replyComment.html
·········
······+hx-on:htmx:before-request="event.preventDefault(); document.getElementById('reply-form-{{ .Comment.Id }}').requestSubmit()"></textarea>···
+7
-5
appview/pages/templates/repo/issues/fragments/replyIssueCommentPlaceholder.html
+7
-5
appview/pages/templates/repo/issues/fragments/replyIssueCommentPlaceholder.html
···
···
+86
-44
appview/pages/templates/repo/issues/issue.html
+86
-44
appview/pages/templates/repo/issues/issue.html
···
···
+1
-33
appview/pages/templates/repo/issues/new.html
+1
-33
appview/pages/templates/repo/issues/new.html
···
+21
-3
appview/validator/issue.go
+21
-3
appview/validator/issue.go
······
······
+8
-3
appview/validator/validator.go
+8
-3
appview/validator/validator.go
···
+1
-1
input.css
+1
-1
input.css