Launch OGAP website - #16
Conversation
|
Warning Review limit reached
Next review available in: 51 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 reviews. How do review 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 refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe site adds an OGAP product landing page and pre-order flow, introduces supporting product data and imagery, replaces the ALPHA_20 promotional bar with an OGAP announcement bar, and updates recorder messaging to indicate that private alpha enrollment is full. ChangesOGAP launch
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant Visitor
participant OGAPPage
participant RevenueCat
participant Posthog
Visitor->>OGAPPage: submit email and phone model
OGAPPage->>OGAPPage: validate form fields
OGAPPage->>RevenueCat: build purchase URL
OGAPPage->>Posthog: identify and capture event
OGAPPage->>Visitor: redirect to checkout
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 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 |
|
ⓘ Qodo reviews are paused because your trial has ended. Ask your workspace admin to add credits to resume reviews. Manage billing |
There was a problem hiding this comment.
Actionable comments posted: 4
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@assets/css/main.css`:
- Line 822: Update all six stroke declarations in the stylesheet to use the
lowercase currentcolor keyword instead of currentColor, including the
declarations near the identified symbols, so they comply with the configured
value-keyword-case rule.
In `@ogap.md`:
- Line 7: Replace the hard-coded $49 values in the OGAP page description and FAQ
with the existing site.data.ogap.price source, matching the pricing access used
by the other page controls. Ensure all displayed and SEO pricing remains
synchronized with _data/ogap.yml.
- Around line 27-34: The ogap-media hero container does not reserve the mobile
artwork’s portrait dimensions, causing layout shift when the mobile source
loads. Update the hero-specific ogap-media container styling to use the 819:1024
aspect ratio at small viewports, while preserving the 1536:1024 landscape ratio
for larger viewports and the existing responsive image behavior.
- Around line 314-323: Update the checkout analytics block around
posthog.identify and posthog.capture to avoid sending email or free-form
phoneModel without explicit in-page consent. Gate the identifying analytics
behind the existing consent state if available; otherwise send only an anonymous
preorder event with non-PII fields, while preserving the current submit
behavior.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 67936ac7-ee2c-4ba6-b701-9ad71f709d68
⛔ Files ignored due to path filters (8)
assets/img/ogap/website-v2/fit-dark-fallback.jpgis excluded by!**/*.jpgassets/img/ogap/website-v2/fit-light-fallback.jpgis excluded by!**/*.jpgassets/img/ogap/website-v2/hero-ecosystem-dark.pngis excluded by!**/*.pngassets/img/ogap/website-v2/hero-ecosystem-light.pngis excluded by!**/*.pngassets/img/ogap/website-v2/wired-dark-fallback.jpgis excluded by!**/*.jpgassets/img/ogap/website-v2/wired-light-fallback.jpgis excluded by!**/*.jpgassets/img/ogap/website-v2/wireless-dark-fallback.jpgis excluded by!**/*.jpgassets/img/ogap/website-v2/wireless-light-fallback.jpgis excluded by!**/*.jpg
📒 Files selected for processing (23)
_config.yml_data/ogap.yml_data/promo.yml_includes/announcement-bar.html_includes/promo-bar.html_layouts/default.htmlassets/css/main.cssassets/img/ogap/website-v2/fit-dark-1200.webpassets/img/ogap/website-v2/fit-dark-1536.webpassets/img/ogap/website-v2/fit-light-1200.webpassets/img/ogap/website-v2/fit-light-1536.webpassets/img/ogap/website-v2/hero-ecosystem-dark-1200.webpassets/img/ogap/website-v2/hero-ecosystem-dark-1536.webpassets/img/ogap/website-v2/hero-ecosystem-dark-mobile.webpassets/img/ogap/website-v2/hero-ecosystem-light-1200.webpassets/img/ogap/website-v2/hero-ecosystem-light-1536.webpassets/img/ogap/website-v2/hero-ecosystem-light-mobile.webpassets/img/ogap/website-v2/wired-dark-1200.webpassets/img/ogap/website-v2/wired-light-1200.webpassets/img/ogap/website-v2/wireless-dark-1200.webpassets/img/ogap/website-v2/wireless-light-1200.webpogap.mdrecorder.md
💤 Files with no reviewable changes (2)
- _includes/promo-bar.html
- _data/promo.yml
What changed
Why
OGAP now has a coherent pre-launch page built around the approved industrial-design concept, with the hardware mechanism explained visually and the closed recorder alpha no longer advertised.
Validation
Hygiene audit
Summary by CodeRabbit
New Features
Updates
Visual Improvements