Signed-off-by: Seongmin Lee git@boltless.me
appview/issues/issues.go
appview/issues/issues.go
This file has not been changed.
+7
-7
appview/pages/funcmap.go
+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
appview/pages/pages.go
This patch was likely rebased, as context lines do not match.
appview/pages/templates/fragments/comment/commentBody.html
appview/pages/templates/fragments/comment/commentBody.html
This file has not been changed.
appview/pages/templates/fragments/comment/commentList.html
appview/pages/templates/fragments/comment/commentList.html
This file has not been changed.
appview/pages/templates/repo/fragments/reaction.html
appview/pages/templates/repo/fragments/reaction.html
This file has not been changed.
appview/pages/templates/repo/fragments/reactions.html
appview/pages/templates/repo/fragments/reactions.html
This file has not been changed.
appview/pages/templates/repo/issues/issue.html
appview/pages/templates/repo/issues/issue.html
This file has not been changed.
appview/pages/templates/repo/pulls/pull.html
appview/pages/templates/repo/pulls/pull.html
This file has not been changed.
appview/pages/templates/strings/string.html
appview/pages/templates/strings/string.html
This file has not been changed.
appview/pulls/pulls.go
appview/pulls/pulls.go
This file has not been changed.
appview/state/reaction.go
appview/state/reaction.go
This file has not been changed.
appview/strings/strings.go
appview/strings/strings.go
This file has not been changed.
History
4 rounds
0 comments
boltless.me
submitted
#3
1 commit
expand
collapse
appview: add reactions to comments
Signed-off-by: Seongmin Lee <git@boltless.me>
3/3 failed
expand
collapse
no conflicts, ready to merge
expand 0 comments
boltless.me
submitted
#2
1 commit
expand
collapse
appview: add reactions to comments
Signed-off-by: Seongmin Lee <git@boltless.me>
3/3 failed
expand
collapse
expand 0 comments
boltless.me
submitted
#1
1 commit
expand
collapse
appview: add reactions to comments
Signed-off-by: Seongmin Lee <git@boltless.me>
3/3 failed
expand
collapse
expand 0 comments
boltless.me
submitted
#0
1 commit
expand
collapse
appview: add reactions to comments
Signed-off-by: Seongmin Lee <git@boltless.me>