2

Refine dashboard leaderboard filters and layout

This commit is contained in:
2026-03-12 16:03:02 +01:00
parent 49bda65b3b
commit 87d2d5f440
8 changed files with 169 additions and 52 deletions

View File

@@ -201,6 +201,11 @@ type TopURLRow struct {
LastSeenAt time.Time `json:"last_seen_at"`
}
type OverviewOptions struct {
ShowKnownBots bool
ShowAllowed bool
}
type SourceOffset struct {
SourceName string
Path string