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

Remove Device Restore #3953

Merged
merged 13 commits into from
Oct 25, 2024
Merged

Remove Device Restore #3953

merged 13 commits into from
Oct 25, 2024

Conversation

lauren-ciha
Copy link
Contributor

Summary of the pull request

References and relevant issues

Detailed description of the pull request / Additional comments

Validation steps performed

PR checklist

  • Closes #xxx
  • Tests added/passed
  • Documentation updated

@lauren-ciha lauren-ciha requested a review from a team October 21, 2024 16:01
@krschau krschau requested a review from AmelBawa-msft October 21, 2024 16:18
@lauren-ciha lauren-ciha force-pushed the user/laurenciha/remove branch from a152f4a to 6aabbd9 Compare October 21, 2024 20:12
@lauren-ciha lauren-ciha force-pushed the user/laurenciha/remove branch from 5803453 to 0a9357d Compare October 21, 2024 20:56
@lauren-ciha lauren-ciha requested a review from krschau October 21, 2024 20:58
@lauren-ciha lauren-ciha requested a review from a team October 22, 2024 18:41
/// <param name="theme">Package icon theme</param>
/// <returns>Package icon</returns>
private BitmapImage GetIconByTheme(RestoreApplicationIconTheme theme)
public BitmapImage GetLightThemeIcon()
Copy link
Collaborator

Choose a reason for hiding this comment

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

It's a silly difference but can we do

Suggested change
public BitmapImage GetLightThemeIcon()
private BitmapImage GetIconByTheme(ElementTheme theme)

and just call with the right element theme? It's less changed. Also can this method stay private?

@lauren-ciha lauren-ciha force-pushed the user/laurenciha/remove branch from a7887a7 to 180d8f0 Compare October 23, 2024 21:47
@lauren-ciha lauren-ciha force-pushed the user/laurenciha/remove branch from 180d8f0 to 59b1cdc Compare October 23, 2024 21:58
@lauren-ciha lauren-ciha requested a review from krschau October 23, 2024 22:02
@krschau krschau added this to the Dev Home v0.19 milestone Oct 25, 2024
@lauren-ciha lauren-ciha merged commit cbca79d into main Oct 25, 2024
4 checks passed
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.

3 participants