Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snapshot and deactivate Visitable during it's lifecycle feedback #189

Merged
merged 7 commits into from
Mar 22, 2024

Conversation

svara
Copy link
Contributor

@svara svara commented Mar 4, 2024

This PR introduces some changes on top of #181.

@@ -35,6 +35,7 @@ public class Session: NSObject {

private var currentVisit: Visit?
private var topmostVisit: Visit?
private var previosVisit: Visit?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo 🙃 Good catch :)

@pfeiffer
Copy link
Contributor

pfeiffer commented Mar 8, 2024

Looks good to me! Anything missing until we can get this merged?

@svara svara marked this pull request as ready for review March 11, 2024 14:31
@pfeiffer
Copy link
Contributor

@joemasilotti & @jayohms - I think this is ready to merge! Would be great to avoid stale snapshot issues navigating between different sessions and while navigating between web and native screens.

@pfeiffer
Copy link
Contributor

Ping @svara @jayohms

Copy link
Collaborator

@jayohms jayohms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good and sorry for the delay on this @pfeiffer!

@jayohms jayohms merged commit 3bcea29 into main Mar 22, 2024
1 check passed
@jayohms jayohms deleted the fix-visitable-snapshots-and-deactivation-feedback branch March 22, 2024 20:09
joemasilotti added a commit to hotwired/hotwire-native-ios that referenced this pull request Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants