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

Promote Screen to BackStack proper APIs #829

Merged
merged 14 commits into from
Aug 28, 2023
Merged

Promote Screen to BackStack proper APIs #829

merged 14 commits into from
Aug 28, 2023

Conversation

ZacSweers
Copy link
Collaborator

@ZacSweers ZacSweers commented Aug 28, 2023

This is some long-overdue work to promote Screen to BackStack and replace the Record.route property. This, along with promoting some SaveableBackStack APIs up to BackStack, allows us to finally generalize the backstack inputs to NavigableBackStack elsewhere.

This requires moving Screen out to its own artifact as a part of this.

The runtime still directly depends on Screen for now to allow an easier migration, but longer term this'll just be backstack and foundation deps.

Resolves #827. CC @chrisbanes

@ZacSweers ZacSweers requested a review from kierse August 28, 2023 14:55
Copy link
Contributor

@chrisbanes chrisbanes 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!

@ZacSweers ZacSweers changed the title Pomote Screen to BackStack proper APIs Promote Screen to BackStack proper APIs Aug 28, 2023
@ZacSweers ZacSweers merged commit e20e2d7 into main Aug 28, 2023
@ZacSweers ZacSweers deleted the z/improveBackstacks branch August 28, 2023 15:53
ashdavies pushed a commit to ashdavies/circuit that referenced this pull request Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can not provide own BackStack implementation
2 participants