-
Notifications
You must be signed in to change notification settings - Fork 9
fix(demo): add github branch #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughAdded the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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 |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In
@src/test/java/com/flowingcode/vaadin/addons/twincolgrid/TwincolDemoView.java:
- Line 35: The @GithubBranch("v3.x") annotation on the TwincolDemoView class
points to a non-existent branch and should be removed or changed; open the
TwincolDemoView class and either delete the @GithubBranch annotation entirely
(to default to master) or replace "v3.x" with an actual branch name (e.g.,
"master") so generated GitHub links are valid and the demo view no longer
references a missing branch.
📜 Review details
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/test/java/com/flowingcode/vaadin/addons/twincolgrid/TwincolDemoView.java
🔇 Additional comments (1)
src/test/java/com/flowingcode/vaadin/addons/twincolgrid/TwincolDemoView.java (1)
24-24: TheGithubBranchannotation is properly imported from the externalcommons-demodependency and correctly applied to theTwincolDemoViewclass with the branch reference "v3.x". No issues found.



Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.