From df8759ac8882f36c3a38b1b89cf5ac7acfc77184 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 23:30:15 +0000 Subject: [PATCH] docs: update TODO.md with Suspense fix entry Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> Agent-Logs-Url: https://github.com/christianlouis/pop_puller_to_gmail/sessions/b875c9d3-a05d-4a09-87b5-f5f8252a6f3a --- docs/TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/TODO.md b/docs/TODO.md index fba9ac2..2dc4107 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -97,6 +97,7 @@ Comprehensive task breakdown for repository improvements and production readines - [x] Merge Dependabot dependency updates (PRs #26–#49) - [x] Remove CodeQL checks from CI (was blocking builds) - [x] Upgrade SQLAlchemy to 2.0.48 to fix Python 3.14 test failures +- [x] Fix Docker build failure: wrap `useSearchParams()` in Suspense boundary in `/auth/callback` page ### In Progress 🔨 - [ ] Configure branch protection rules