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

[WalletApp] Import account and settings screen #941

Merged
merged 8 commits into from
Jul 7, 2023

Conversation

flypaper0
Copy link
Contributor

Description

Resolves # (issue)

How Has This Been Tested?

Due Dilligence

  • Breaking change
  • Requires a documentation update

@flypaper0 flypaper0 temporarily deployed to internal July 3, 2023 14:35 — with GitHub Actions Inactive
@flypaper0 flypaper0 temporarily deployed to internal July 3, 2023 14:42 — with GitHub Actions Inactive
@flypaper0 flypaper0 temporarily deployed to internal July 4, 2023 14:41 — with GitHub Actions Inactive
@flypaper0 flypaper0 marked this pull request as ready for review July 4, 2023 14:41
Button("OK", role: .cancel) { }
}
.onAppear {
viewModel.objectWillChange.send()
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

To get actual data on every on appear


let title: String
let placeholder: String
let input: Binding<String>
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: you don't fancy @binding property wrapper? :P

@flypaper0 flypaper0 temporarily deployed to internal July 7, 2023 10:42 — with GitHub Actions Inactive
@flypaper0 flypaper0 temporarily deployed to internal July 7, 2023 10:43 — with GitHub Actions Inactive
@flypaper0 flypaper0 temporarily deployed to internal July 7, 2023 10:46 — with GitHub Actions Inactive
self.client = client
self.onSign = onSign

Task {
Copy link
Contributor

Choose a reason for hiding this comment

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

won't be any issues with .priority ?

@flypaper0 flypaper0 merged commit 040f5f8 into develop Jul 7, 2023
@flypaper0 flypaper0 deleted the feature/wallet-app-import branch July 7, 2023 11:05
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.

4 participants