Skip to content

Conversation

@ComputelessComputer
Copy link
Collaborator

No description provided.

@ComputelessComputer ComputelessComputer merged commit 6524b22 into main Nov 4, 2025
2 checks passed
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 4, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This PR adds coverImage metadata to six article pages with expanded content bodies, modifies an Apple Silicon download route redirect URL, and introduces a dynamic max-width container helper function in the main layout based on route context.

Changes

Cohort / File(s) Summary
Article Metadata and Content Expansion
apps/web/content/articles/best-ai-notetakers-google-meet.mdx, enterprise-ai-notetaking-tools.mdx, google-gemini-meeting-notes.mdx, how-to-transcribe-zoom-calls.mdx, is-ai-notetaking-legal.mdx
Added coverImage field to front matter and expanded article content with full-length guides, sections, images, FAQs, features, and CTAs for each respective topic.
Article Metadata Update
apps/web/content/articles/meeting-preparation-checklist.mdx
Updated author from Harshika to John Jeong, added coverImage field to front matter, and inserted multiple image embeds (prep-1.png, prep-2.png, prep-3.webp, prep-4.png) throughout the article.
Download Route Redirect
apps/web/src/routes/_view/download/apple-silicon.tsx
Changed external redirect URL from stable channel (desktop.hyprnote.com/download/latest/dmg-aarch64?channel=stable) to nightly channel (desktop2.hyprnote.com/download/latest/dmg-aarch64?channel=nightly).
Dynamic Layout Helper
apps/web/src/routes/_view/route.tsx
Introduced getMaxWidthClass(pathname) helper function that returns max-w-[1400px] for docs/blog routes and max-w-6xl for others; refactored Header, Footer, and mobile navigation components to use this dynamic class instead of hard-coded values.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

  • route.tsx: Review the getMaxWidthClass() helper logic, pathname matching conditions, and verify proper application across Header, Footer, and mobile navigation components to ensure layout consistency across route types.
  • Article files: While content additions are repetitive in nature, each article should be verified for completeness and accuracy of metadata, layout structure, and promotional elements; pay particular attention to is-ai-notetaking-legal.mdx (noted as high complexity in source) for legal accuracy.
  • apple-silicon.tsx: Confirm the new nightly URL and alternate domain (desktop2.hyprnote.com) are intended and functional; verify no other redirect routes need similar updates.
  • meeting-preparation-checklist.mdx: Verify author change from Harshika to John Jeong is intentional and that image embed paths resolve correctly.

Possibly related PRs

  • #1623: Modifies apps/web/src/routes/_view/route.tsx with overlapping container max-width class logic changes.
  • #1622: Modifies the same apps/web/src/routes/_view/download/apple-silicon.tsx file for download redirect routing.
  • #1620: Modifies the same apps/web/content/articles/meeting-preparation-checklist.mdx file with front-matter and content updates.

Suggested reviewers

  • yujonglee
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch jj-branch-11

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 20a3756 and 1bf10e0.

📒 Files selected for processing (8)
  • apps/web/content/articles/best-ai-notetakers-google-meet.mdx (1 hunks)
  • apps/web/content/articles/enterprise-ai-notetaking-tools.mdx (1 hunks)
  • apps/web/content/articles/google-gemini-meeting-notes.mdx (1 hunks)
  • apps/web/content/articles/how-to-transcribe-zoom-calls.mdx (1 hunks)
  • apps/web/content/articles/is-ai-notetaking-legal.mdx (1 hunks)
  • apps/web/content/articles/meeting-preparation-checklist.mdx (5 hunks)
  • apps/web/src/routes/_view/download/apple-silicon.tsx (1 hunks)
  • apps/web/src/routes/_view/route.tsx (5 hunks)

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 and usage tips.

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