Skip to content

feat: reduce league table to P, GD, Pts columns only#689

Merged
dejanvasic85 merged 5 commits into
mainfrom
claude/mobile-table-columns-mlbuyd
Jun 27, 2026
Merged

feat: reduce league table to P, GD, Pts columns only#689
dejanvasic85 merged 5 commits into
mainfrom
claude/mobile-table-columns-mlbuyd

Conversation

@dejanvasic85

@dejanvasic85 dejanvasic85 commented Jun 27, 2026

Copy link
Copy Markdown
Owner

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01YKu9ZejXnZMt5wo3AZXN9S

Summary by CodeRabbit

  • UI Changes
    • Simplified the league table by reducing the number of displayed stat columns.
    • The table now focuses on played matches, goal difference, and points for each team.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YKu9ZejXnZMt5wo3AZXN9S
@vercel

vercel Bot commented Jun 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
williamstownsc Ready Ready Preview, Comment Jun 27, 2026 10:01am

Request Review

@coderabbitai

coderabbitai Bot commented Jun 27, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@dejanvasic85, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 5 minutes and 44 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8be659a3-904e-4253-b6a5-03b6953c4e81

📥 Commits

Reviewing files that changed from the base of the PR and between 3c73454 and cb34b1d.

📒 Files selected for processing (1)
  • src/components/teams/LeagueTable.tsx
📝 Walkthrough

Walkthrough

The league table now renders only the Played, Goal Difference, and Points columns. The removed stat columns are no longer included in the header or per-row cells.

Changes

League table columns

Layer / File(s) Summary
Columns array update
src/components/teams/LeagueTable.tsx
The table column definitions drop Won, Drawn, Lost, Goals For, and Goals Against, leaving Played, Goal Difference, and Points for header and row rendering.

Sequence Diagram(s)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

enhancement

Poem

A bunny hops by, ears held high,
Five columns gone beneath the sky.
Played and points still shine today,
Goal difference keeps the score in play.
Snip-snip went the table’s tail, 🐰
A leaner league now sets its sail.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the main change: trimming the league table to P, GD, and Pts columns.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/mobile-table-columns-mlbuyd

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YKu9ZejXnZMt5wo3AZXN9S
@dejanvasic85 dejanvasic85 merged commit ca18aac into main Jun 27, 2026
6 checks passed
@dejanvasic85 dejanvasic85 deleted the claude/mobile-table-columns-mlbuyd branch June 27, 2026 10:30
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.

2 participants