fix: address code review feedback

- Add inline safety comment for noqa: S608 (table_name from inspect)
- Fix HTTPException detail to be a string (not dict)
- Add aria-label to migration progress bar
- Rename _noop to _NoOpContextManager in tests
- Add explanatory comment for zip(strict=False)

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-05 22:22:49 +00:00
parent cb3bf809cc
commit 507c333c15
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -411,7 +411,7 @@
{# Migration progress / result #}
<div x-show="migrateLoading" class="mt-4" role="status" aria-live="polite">
<div class="w-full bg-gray-200 rounded-full h-3">
<div class="w-full bg-gray-200 rounded-full h-3" role="progressbar" aria-label="Migration in progress" aria-valuetext="Migrating data">
<div class="bg-indigo-600 h-3 rounded-full animate-pulse-bar" style="width:100%"></div>
</div>
<p class="text-sm text-gray-600 mt-2">Migration in progress — please do not close this page…</p>