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

Adding automation properties. Moving some code to the view model. #3103

Merged
merged 5 commits into from
Jun 5, 2024

Conversation

dhoehna
Copy link
Contributor

@dhoehna dhoehna commented Jun 3, 2024

Summary of the pull request

The sync button in the environments page did not have an accessible name. Added that.

Moved the code that handles the primary button click on the Add Repo Dialog to the view model.

References and relevant issues

https://task.ms/49696271

Detailed description of the pull request / Additional comments

Validation steps performed

For the sync button, tested with narrator.

For the add repo dialog.

  1. Logged in via account
  2. logged in via URL.
  3. Added repos via account
  4. Added repos via URL
  5. Used search terms to search for repos.

PR checklist

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

@dhoehna dhoehna requested a review from a team June 3, 2024 22:14
@krschau krschau added this to the Dev Home 0.15 milestone Jun 4, 2024
/// then user is on.
/// </summary>
/// <param name="searchTerms">The search terms for repositories.</param>
/// <returns>True if the close should be canceled. Otherwise false and the dialog will close.</returns>
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit:

Suggested change
/// <returns>True if the close should be canceled. Otherwise false and the dialog will close.</returns>
/// <returns>True if the close should be canceled. Otherwise false and the dialog will close.</returns>

@dhoehna dhoehna merged commit 8a6ff56 into main Jun 5, 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.

5 participants