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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user