Stabilize Convex auth session setup#59
Draft
SunkenInTime wants to merge 5 commits into
Draft
Conversation
Co-authored-by: Dara Adedeji <SunkenInTime@users.noreply.github.com>
- Add watchAllFolders() for folders:listAll subscriptions in ConvexStrategyRepository. - Switch cloud folder, strategy, and all-folders providers to StreamProvider using repository watch streams. - Add docs/auth_flow_reference.md. Made-with: Cursor
Remove cloud-only shortcuts that skipped the shared transition path. Route refresh and delete flows through setActivePageAnimated. Add tests for cloud animated and relative page switches. Made-with: Cursor
Extract ActionHistoryTransformContext and ActionObjectState for round-tripping placed objects through history. Wire capture/hydration into ability, agent, drawing, image, text, utility, and line providers; extend action_provider and strategy apply flow. Add hydration tests. Made-with: Cursor
Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing
fvm flutter test test/providers/auth_provider_test.dartCONVEX_AGENT_MODE=anonymous npx convex dev --once(blocked by pre-existing Convex TypeScript errors inconvex/folders.tsandconvex/strategies.ts, unrelated to this auth fix)fvm flutter analyze(reports 4 pre-existingprefer_const_constructorsinfos intest/square_icon_counter_rotation_test.dart)fvm flutter build linux --debugWalkthrough
auth_authenticated_stable_ui.mp4
Patched build authenticated state
Stable authenticated UI
To show artifacts inline, enable in settings.