Conversation
- Header/footer: replace grey rgba(26,26,26) backgrounds with #000000 - Remove backdrop-filter from header, footer, and scroll-behavior CSS - Remove padding-top from global nav ul that pushed nav items down - Header nav: remove bordered box appearance, tighten gaps, center items - Nav links: clean borderless text with subtle underline hover animation - Theme toggle: remove border, match nav link alignment and sizing - Theme toggle colors: green text on Matrix theme, blue on Dark theme - Fix vertical centering by removing header padding
- Add playwright.config.ts with Chrome, Firefox, Safari, iPhone 14 - Add e2e/screenshots.spec.ts capturing all 7 pages as full-page PNGs - Add test:screenshots and test:e2e npm scripts - Add playwright output dirs to .gitignore
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (10)
📝 WalkthroughWalkthroughThis PR introduces Playwright end-to-end testing infrastructure with automated screenshot capture across multiple browser viewports, adds corresponding npm scripts and dependencies, configures Playwright with multi-device support (Desktop and iPhone presets), and refactors header/footer/theme toggle CSS to use solid backgrounds instead of semi-transparent colors with backdrop filters. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
✨ 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 |
Summary by CodeRabbit
New Features
Style