migrate Tool Details tips tutorial flow to Circuit#4337
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #4337 +/- ##
===========================================
+ Coverage 50.82% 51.11% +0.28%
===========================================
Files 450 447 -3
Lines 12050 12017 -33
Branches 2093 2093
===========================================
+ Hits 6124 6142 +18
+ Misses 5306 5251 -55
- Partials 620 624 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
58d705b to
7433e08
Compare
7433e08 to
b0de2c7
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces the temporary non-Circuit workaround with proper Circuit navigation using NavigableCircuitContent and rememberAnsweringNavigator, so the tips tutorial result can be handled inline in the presenter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5b8018d to
37fcaa9
Compare
Contributor
Author
PR Review: migrate Tool Details tips tutorial flow to Circuit (#4337)SummaryMoves the tips tutorial launch logic from Checklist Findings✅ Looks Good
Overall VerdictAPPROVE — clean migration with no remaining issues. |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
37fcaa9 to
b65cdda
Compare
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
ToolDetailsActivity(intercept-based navigation) intoToolDetailsPresenterusingrememberAnsweringNavigatorToolDetailsActivityentirely with a Circuit-hostedToolDetailsScreenlaunched viastartCircuitActivityOpenToolTrainingScreen,SelectedToolSavedState) that were only needed while tutorials were outside the Circuit graphcreateToolIntentas aContextextension (instead ofTool) so it can be called from the presenter without aToolinstancerememberVariantsto accept anonVariantSelectcallback instead of the fulleventSink, avoiding routing variant changes through the event sink