Mark Sample App for Debugging #3281
Merged
Conversation
|
Thanks michael-hawker for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request |
|
@michael-hawker The debugger looks very neat and can easily be differentiated from the sample app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Fixes Issue while Debugging Toolkit Sample App
It's hard currently to tell which version of the Sample App installed is the Debug local version or the store version (outside of loading time). This change will make it easier for a developer working to have both versions installed and tell the two apart at a glance.
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Sample App uses same background/name as last released store app.
What is the new behavior?
Have a new name/bg image for the app to make it easy to tell apart from the store app:
(Store release on left, debug on right)
PR Checklist
Please check if your PR fulfills the following requirements:
Other information