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

feat(android-setup): add UI for configuring-port-forwarding step #2905

Merged
merged 2 commits into from
Jun 17, 2020

Conversation

dbjorge
Copy link
Contributor

@dbjorge dbjorge commented Jun 17, 2020

Description of changes

Adds a new loading spinner screen UI for the step where we configure port forwarding in ADB.

screenshot of new loading spinner

Pull request checklist

  • [n/a] Addresses an existing issue: #0000
  • Ran yarn fastpass
  • Added/updated relevant unit test(s) (and ran yarn test)
  • Verified code coverage for the changes made. Check coverage report at: <rootDir>/test-results/unit/coverage
  • PR title AND final merge commit title both start with a semantic tag (fix:, chore:, feat(feature-name):, refactor:). See CONTRIBUTING.md.
  • (UI changes only) Added screenshots/GIFs to description above
  • (UI changes only) Verified usability with NVDA/JAWS

@dbjorge dbjorge requested a review from a team as a code owner June 17, 2020 20:29
@@ -45,5 +45,6 @@ export const allAndroidSetupStepConfigs: AndroidSetupStepConfigs = {
'prompt-install-failed': promptInstallService,
'detect-permissions': detectPermissions,
'prompt-grant-permissions': promptGrantPermissions,
'configuring-port-forwarding': null, // to be implemented in future feature work
Copy link
Contributor

Choose a reason for hiding this comment

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

is this meant to be null?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, this is the config for the backend step; Dave will be implementing it in a separate PR

Copy link
Contributor

Choose a reason for hiding this comment

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

ah, I mistook it for the UI side - thanks

@dbjorge dbjorge merged commit 3831b1c into microsoft:master Jun 17, 2020
@dbjorge dbjorge deleted the configuring-port-forwarding-ui branch June 17, 2020 21:31
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.

2 participants