-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify CardPicking logic to only exist within PostLifecycle
before this PR, the logic of which card to choose was split between post lifcycle, stream, and search stream. they also often had their own adapters. This is one step towards simplifying it by moving all of the selection to postlifecycle. there is still more work to do here
- Loading branch information
Showing
4 changed files
with
101 additions
and
222 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.