Conversation
…roup heading Change heading from h3/text-base/font-normal to h2/text-xl/font-bold to match the visual hierarchy of other contest table groups. Remove mainTitle from the provider group registration to avoid redundant heading alongside per-year titles. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mainTitle was opt-in but never used in practice — the ICPC Prelim group that prompted its addition was updated to use per-provider titleStyle instead. Remove the field, the rendering snippet in TaskTable, and all related docs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Extracts the hardcoded wrap threshold (8) into a configurable field on ContestTableDisplayConfig, allowing per-provider overrides. AojIcpcPrelim sets it to 6 to match its fixed 6-column layout. Also extracts getBodyRowClasses into a tested utility under _utils/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…est case Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (12)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthrough型定義から見出し・折り返しロジック、コンポーネント統合、具体的なプロバイダー実装へと進む一連の変更。mainTitle 廃止と columnWrapThreshold 導入により、テーブル体裁を統一制御。 Changesテーブル見出し・折り返し体裁の統一
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #3649
Summary by CodeRabbit
リリースノート
新機能
columnWrapThresholdで制御可能に。列数が閾値を超える場合の表示をカスタマイズできます。改善
ドキュメント
テスト