Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Make MVC the default for the new template dialog box. - #822

Merged
ILMTitan merged 2 commits into
GoogleCloudPlatform:q3_master_releasefrom
ILMTitan:#814
Oct 4, 2017
Merged

Make MVC the default for the new template dialog box.#822
ILMTitan merged 2 commits into
GoogleCloudPlatform:q3_master_releasefrom
ILMTitan:#814

Conversation

@ILMTitan

@ILMTitan ILMTitan commented Oct 3, 2017

Copy link
Copy Markdown

Fixes #814.

Make MVC the default for the new template dialog box.
Change the margins of the Template Chooser dialog to match the Microsoft UX Style Guide.

Change the Template Chooser Window Margins to match the Microsoft UX Style Guide.
@ILMTitan ILMTitan self-assigned this Oct 3, 2017
@codecov

codecov Bot commented Oct 3, 2017

Copy link
Copy Markdown

Codecov Report

Merging #822 into q3_master_release will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           q3_master_release     #822   +/-   ##
==================================================
  Coverage              11.97%   11.97%           
==================================================
  Files                    505      505           
  Lines                  12331    12331           
==================================================
  Hits                    1477     1477           
  Misses                 10854    10854
Impacted Files Coverage Δ
...ateChooserDialog/TemplateChooserWindowContent.xaml 0% <ø> (ø) ⬆️
.../TemplateChooserDialog/TemplateChooserViewModel.cs 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3398931...1dc7598. Read the comment docs.

@ivannaranjo

Copy link
Copy Markdown
Contributor

Can you change the target of the PR to the release branch instead? The q3_master_release branch? We will create a PR to backport the changes from q3_master_release back into master afterwards.

closeWindow();
},
false);
AppType != AppType.None);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can this ever be false though? With radio boxes one of the two (mutually exclusive) options will always be selected. The value of the property should never be AppType.None.

@ILMTitan
ILMTitan changed the base branch from master to q3_master_release October 4, 2017 16:06

@iantalarico iantalarico left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

Target="{Binding ElementName=_projectIdBox}"
Margin="0,0,0,5"/>
<StackPanel Orientation="Horizontal" Margin="0,0,0,8">
<TextBox x:Name="_projectIdBox" Text="{Binding GcpProjectId}" Width="200" Margin="0,0,5,0"/>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: 200px?

@ILMTitan
ILMTitan merged commit 8126498 into GoogleCloudPlatform:q3_master_release Oct 4, 2017
@ILMTitan
ILMTitan deleted the #814 branch October 4, 2017 17:26
ivannaranjo added a commit that referenced this pull request Oct 10, 2017
* Make MVC the default for the new template dialog box. (#822)

Make MVC the default for the new template dialog box.
Change the Template Chooser Window Margins to match the Microsoft UX Style Guide.

* Updating the gcloud dependency and version number. (#824)

* Updating the extension version to 1.2.10.0

* Udpating the minimuim requirement to version 174 of the Cloud SDK.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants