Every PR reviewed automatically → open the reviewed PR → tests pass → GitHub checks go green → ready to merge. Loops back to the list.
Pull requests synced from GitHub, with QA.tech review results when available.
feat/theme-togglemainAll 7 tests pass across every scenario introduced by this PR. Activate dark mode via top bar and Switch back to light mode from dark confirm the toggle works bidirectionally with the correct icon swap and background change. Theme persists after page refresh verified the localStorage preference is saved and restored on reload. Dark mode consistent across app pages verified dark styling holds across Pipeline, Deals and Organizations after navigation.
main from feat/theme-toggle next-themes provider so dark mode styles already in the codebase actually work/login — theme toggle appears in the public header and works the same wayAdd dark/light theme toggle to the top bar. de34d34The latest updates on your projects. Learn more about Vercel for GitHub.
👀 QA.tech will run a exploratory tests to review this PR as soon as a deployment is available for this PR. Alternatively, you can comment @qa.tech to manually trigger a review.
Learn more about configuring preview deployments.
All 7 theme toggle tests passed across both the authenticated app and public pages.
Enable dark mode, Return to light mode, and Theme toggle icon state all confirmed the button works correctly in both directions with the icon updating as expected. Theme persists across navigation verified the ThemeProvider carries the selection through page transitions (pipeline → deals → organizations). Dark mode rendering confirmed layouts, cards, and tables stay readable across the pipeline, organizations list, and organization detail pages. The public header integration was tested on both Login page theme toggle and Signup page theme toggle — toggle visible in header, dark mode applies correctly on both.
Note: Theme persistence after a full page reload (localStorage rehydration) was exercised implicitly within each test session; a dedicated cross-session persistence test would give additional confidence.