chore: add manual supabase profile migration workflow

This commit is contained in:
732642856
2026-07-19 10:01:34 +08:00
parent b5a416bc21
commit ab04cd70c5
4 changed files with 109 additions and 2 deletions
+2 -1
View File
@@ -109,7 +109,8 @@ def test_chat_page_uses_authenticated_cloud_persistence() -> None:
assert 'if (ownsInterface && !partialReply)' in source
assert 'await persistSession(interruptedSession)' in source
assert 'await persistence' in source
assert 'disabled={Boolean(pendingSessionId) || cancellationPending}' in source
assert "pendingSessionId || cancellationInFlight.current || pendingConsultation.current" in source
assert "setCancellationPending(true)" in source
assert 'localStorage.setItem(chartLibraryStorageKey(accountId)' in source
assert 'localStorage.setItem("chat_sessions"' not in source