Monorepo for Tangled tangled.org

appview: add reactions to comments #1303

open opened by boltless.me targeting master from sl/comment
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:xasnlahkri4ewmbuzly2rlc5/sh.tangled.repo.pull/3mj4ttwo6mp22
+7 -7
Interdiff #2 #3
appview/issues/issues.go

This file has not been changed.

+7 -7
appview/pages/funcmap.go
··· 481 481 "isGenerated": func(path string) bool { 482 482 return enry.IsGenerated(path, nil) 483 483 }, 484 + // constant values used to define a template 485 + "const": func() map[string]any { 486 + return map[string]any{ 487 + 488 + "isGenerated": func(path string) bool { 489 + return enry.IsGenerated(path, nil) 490 + }, 484 491 // NOTE(boltless): I know... I hate doing this too 485 492 "asReactionMapMap": func(dict any) map[syntax.ATURI]map[models.ReactionKind]models.ReactionDisplayData { 486 493 if dict == nil { ··· 499 506 }, 500 507 // constant values used to define a template 501 508 "const": func() map[string]any { 502 - return map[string]any{ 503 - 504 - "isGenerated": func(path string) bool { 505 - return enry.IsGenerated(path, nil) 506 - }, 507 - // constant values used to define a template 508 - "const": func() map[string]any { 509 509 return map[string]any{
appview/pages/pages.go

This patch was likely rebased, as context lines do not match.

appview/pages/templates/fragments/comment/commentBody.html

This file has not been changed.

appview/pages/templates/fragments/comment/commentList.html

This file has not been changed.

appview/pages/templates/repo/fragments/reaction.html

This file has not been changed.

appview/pages/templates/repo/fragments/reactions.html

This file has not been changed.

appview/pages/templates/repo/issues/issue.html

This file has not been changed.

appview/pages/templates/repo/pulls/pull.html

This file has not been changed.

appview/pages/templates/strings/string.html

This file has not been changed.

appview/pulls/pulls.go

This file has not been changed.

appview/state/reaction.go

This file has not been changed.

appview/strings/strings.go

This file has not been changed.

History

4 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
appview: add reactions to comments
3/3 failed
expand
no conflicts, ready to merge
expand 0 comments
1 commit
expand
appview: add reactions to comments
3/3 failed
expand
expand 0 comments
1 commit
expand
appview: add reactions to comments
3/3 failed
expand
expand 0 comments
1 commit
expand
appview: add reactions to comments
3/3 failed
expand
expand 0 comments