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

Feature: add popup support #1059

Closed
wants to merge 6 commits into from
Closed

Conversation

malkomalko
Copy link

@malkomalko malkomalko commented Aug 21, 2021

Talked about in issue: #270

Keeping this as a WIP as I explore and push up how to make this happen.

Understand that some of this is duplicative, but just roughing things
in as I start to understand the architecture.
@@ -795,3 +811,64 @@ async fn domain_spawn_v2(spawn: SpawnV2, sender: PduSender) -> anyhow::Result<Pd
size: tab.get_size(),
}))
}

async fn domain_spawn_popup(spawn_popup: SpawnPopup, sender: PduSender) -> anyhow::Result<Pdu> {
Copy link
Author

@malkomalko malkomalko Aug 21, 2021

Choose a reason for hiding this comment

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

This is a copy and paste of domain_spawn above for the moment to get build working as I work my way through the understanding of this code. As I start implementation next of the cli command, this will change.

@malkomalko malkomalko closed this Dec 23, 2021
@malkomalko malkomalko deleted the rm-feature/popups branch December 23, 2021 14:34
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.

1 participant