add mascot

This commit is contained in:
2026-07-29 08:33:37 +02:00
committed by pablu
parent 027057e85f
commit 28e418abd6
8 changed files with 994 additions and 64 deletions

View File

@@ -34,6 +34,9 @@ repository = "owner/repo"
show_all = true
limit = 75
endpoint = "https://github.example.com/api/graphql"
mascot = true
mascot_expressive = true
mascot_animated = true
[display]
fold_resolved = false
@@ -74,6 +77,7 @@ up = ["ctrl+k"]
}
if got.Theme != "light" || got.RefreshInterval.Duration != 25*time.Second ||
got.Repository != "owner/repo" || !got.ShowAll || got.Limit != 75 ||
!got.Mascot || !got.MascotExpressive || !got.MascotAnimated ||
got.Display.FoldResolved || got.Display.ThreadListWidthPercent != 45 ||
got.Display.DashboardMode != "hotkey" ||
got.Display.CompactReviews || got.Display.ViewerLabel != "you" ||