Skip to content

Remove input validation page#1773

Merged
niels9001 merged 3 commits intomicrosoft:mainfrom
Zakariathr22:remove-input-validation-page
Feb 16, 2025
Merged

Remove input validation page#1773
niels9001 merged 3 commits intomicrosoft:mainfrom
Zakariathr22:remove-input-validation-page

Conversation

@Zakariathr22
Copy link
Contributor

Description

Remove the Input Validation page from the gallery as it has never been used (was disabled) and currently has no functionality. We can add it back once input validation is available in WinUI.

Motivation and Context

Closes #1760

How Has This Been Tested?

Manually Tested

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Copy link
Contributor

@AndrewKeepCoding AndrewKeepCoding left a comment

Choose a reason for hiding this comment

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

We can also remove the related string resources on Resources.resw.

@Zakariathr22
Copy link
Contributor Author

Zakariathr22 commented Feb 14, 2025

We can also remove the related string resources on Resources.resw.

I'm wondering, do we even need Resources.resw? And why it was included in the first place?

@AndrewKeepCoding
Copy link
Contributor

In general, the Strings/en-US/Resources.resw file is used with x:Uid for localization purposes. I just took a quick look, and it seems that it's not actually doing anything. Let me know if you want me to handle it.🙂

@Jay-o-Way
Copy link
Contributor

What about the navigation?

@Jay-o-Way
Copy link
Contributor

And why it was included in the first place?

#787

@niels9001
Copy link
Collaborator

@Zakariathr22 @AndrewKeepCoding Can we remove the Resources.resw file in a seperate PR? Just want to make sure we can cleanly merge this in case we need to revert because of the resw being used by anything

@niels9001 niels9001 self-requested a review February 16, 2025 12:11
@AndrewKeepCoding
Copy link
Contributor

Can we remove the Resources.resw file in a seperate PR?

Agreed.

@niels9001
Copy link
Collaborator

/azp run

@niels9001 niels9001 merged commit 2538298 into microsoft:main Feb 16, 2025
2 checks passed
@niels9001 niels9001 deleted the remove-input-validation-page branch February 16, 2025 15:44
niels9001 pushed a commit that referenced this pull request Feb 16, 2025
<!--- Provide a general summary of your changes in the Title above -->

## Description
Related to this
#1773 (comment)

**Note:** Some resources in `Resources.resw` are used in the
`InputValidation` page. Please ensure that PR #1773 is merged before
merging this one.

The rest of the resources never been used in the app

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->

## Screenshots (if appropriate):

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
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.

Input validation page should be disabled for now

4 participants