Some checks failed
Build and Push Docker Images / docker (push) Failing after 2m13s
- Update useQRDecoder hook to use Next.js useSearchParams() for SSR compatibility - Add auto-navigation logic to TripCalculator that automatically calculates and navigates to offset page when QR data is present - Add QR detection to CalculatorClient to conditionally render QRCalculatorLoader vs TripCalculator - Support all three calculation types: fuel, distance, and custom amount - Add 500ms delay before navigation to allow UI to render This completes the QR code flow where scanning a QR code now automatically: 1. Pre-fills calculator form with data 2. Calculates carbon footprint 3. Navigates to offset purchase page 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>