-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Hide incomplete settings UI features #8078
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah OK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In MainPage.cpp, we populate SearchList
. Could you make sure all references to SearchList are removed?
EDIT: I'm seeing a bit of code there too that should be removed. Like AutoSuggestBox_TextChanged
EDIT2: wait, why not remove Home.xaml too? Like, we can remove some files altogether. Not just not render them.
@msftbot merge this in 5 minutes |
Hello @carlos-zamora! Because you've given me some instructions on how to help merge this pull request, I'll be modifying my merge approach. Here's how I understand your requirements for merging this pull request:
If this doesn't seem right to you, you can tell me to cancel these instructions and use the auto-merge policy that has been configured for this repository. Try telling me "forget everything I just told you". |
Summary of the Pull Request
Removed the following from the navigation menu:
Changed landing page to Launch page
References
#1564
PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed