Skip to content

Conversation

@ComputelessComputer
Copy link
Collaborator

Add a "Company Handbook" link under Resources in the footer component so users can access the company handbook page from the site's footer. This inserts a new list item with a styled Link to /company-handbook to match the existing resource links.

Add a "Company Handbook" link under Resources in the footer component so users can access the company handbook page from the site's footer. This inserts a new list item with a styled Link to /company-handbook to match the existing resource links.
@netlify
Copy link

netlify bot commented Dec 2, 2025

Deploy Preview for hyprnote ready!

Name Link
🔨 Latest commit 0b97d19
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote/deploys/692e49dc43096b0009ad6407
😎 Deploy Preview https://deploy-preview-2055--hyprnote.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 2, 2025

📝 Walkthrough

Walkthrough

Added a new "Company Handbook" navigation link to the footer's Resources section, pointing to /company-handbook. The link uses the same styling and structure as existing footer navigation items.

Changes

Cohort / File(s) Change Summary
Footer navigation expansion
apps/web/src/components/footer.tsx
Added "Company Handbook" navigation item under Resources section with link to /company-handbook

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • Straightforward addition of a single footer link with no logic changes or conditional rendering

Possibly related PRs

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. You can run @coderabbitai generate docstrings to improve docstring coverage.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title directly and accurately summarizes the main change: adding a Company Handbook link to the footer component.
Description check ✅ Passed The description clearly explains the change, providing context about where the link is added (Resources section), what it links to (/company-handbook), and how it's implemented (matching existing styles).
✨ 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 feature/add-company-handbook-footer-link

📜 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 4b191e1 and 0b97d19.

📒 Files selected for processing (1)
  • apps/web/src/components/footer.tsx (1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
**/*.{ts,tsx}

📄 CodeRabbit inference engine (AGENTS.md)

**/*.{ts,tsx}: Avoid creating a bunch of types/interfaces if they are not shared. Especially for function props, just inline them instead.
Never do manual state management for form/mutation. Use useForm (from tanstack-form) and useQuery/useMutation (from tanstack-query) instead for 99% of cases. Avoid patterns like setError.
If there are many classNames with conditional logic, use cn (import from @hypr/utils). It is similar to clsx. Always pass an array and split by logical grouping.
Use motion/react instead of framer-motion.

Files:

  • apps/web/src/components/footer.tsx
🧬 Code graph analysis (1)
apps/web/src/components/footer.tsx (1)
apps/storybook/stories/Button.stories.tsx (1)
  • Link (51-56)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
  • GitHub Check: Redirect rules - hyprnote-storybook
  • GitHub Check: Header rules - hyprnote-storybook
  • GitHub Check: Pages changed - hyprnote-storybook
  • GitHub Check: Redirect rules - hyprnote
  • GitHub Check: Header rules - hyprnote
  • GitHub Check: Pages changed - hyprnote
  • GitHub Check: ci
  • GitHub Check: fmt
🔇 Additional comments (1)
apps/web/src/components/footer.tsx (1)

172-179: Well-structured addition that matches existing footer link patterns.

The new "Company Handbook" link is correctly implemented with identical styling and structure to existing resource links. The Link component usage follows the established patterns throughout the footer.

Please verify that the /company-handbook route is defined in your application's routing configuration. If it doesn't exist yet, ensure it's created before merging this PR.


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

@netlify
Copy link

netlify bot commented Dec 2, 2025

Deploy Preview for hyprnote-storybook ready!

Name Link
🔨 Latest commit 0b97d19
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote-storybook/deploys/692e49dc6924070008fc119a
😎 Deploy Preview https://deploy-preview-2055--hyprnote-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@ComputelessComputer ComputelessComputer merged commit cb85565 into main Dec 2, 2025
14 checks passed
@ComputelessComputer ComputelessComputer deleted the feature/add-company-handbook-footer-link branch December 2, 2025 02:13
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