Skip to content

feat: total devlogs back, sort by days on top and total devlogs fix - #17

Merged
SabioOfficial merged 1 commit into
Team-Exterstellar:mainfrom
GizzyUwU:main
Aug 12, 2026
Merged

feat: total devlogs back, sort by days on top and total devlogs fix#17
SabioOfficial merged 1 commit into
Team-Exterstellar:mainfrom
GizzyUwU:main

Conversation

@GizzyUwU

Copy link
Copy Markdown
Contributor

Sabio I'm beating you in total btw you at 637 i at 768 lowk lockin gng

Copilot AI lite review requested due to automatic review settings August 12, 2026 17:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds “Total devlogs” back to the Better GOI leaderboard UI by computing per-user totals from the reviewer chart data and injecting a new numeric column into the leaderboard table.

Changes:

  • Import and use extractPointValue to sum chart dataset points into a per-user total.
  • Add config gate cfg.totalDevlogs to optionally display a “Total devlogs” column.
  • Adjust injected header/cell creation for the new column alongside existing weekly/rank-change/days-on-top columns.
Suppressed comments (1)

extension/plugins/better-goi/modules/lbCol.ts:119

  • After making computeTotalCountForUsername synchronous (it doesn’t await anything), this await becomes unnecessary and adds noise.
      const total = username
        ? await computeTotalCountForUsername(chart, username)
        : null;

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread extension/plugins/better-goi/modules/lbCol.ts
@GizzyUwU

Copy link
Copy Markdown
Contributor Author

shush copilot

@SabioOfficial
SabioOfficial merged commit 644d34f into Team-Exterstellar:main Aug 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants