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

Navigation View Layout Reflow #4779

Merged
merged 29 commits into from
Apr 26, 2021
Merged

Conversation

karkarl
Copy link
Contributor

@karkarl karkarl commented Apr 10, 2021

Description

Update NavigationView to be up to specification.

Motivation and Context

How Has This Been Tested?

Visual verification and cross checking with designer.

Screenshots (if appropriate):

image

@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label Apr 10, 2021
@karkarl
Copy link
Contributor Author

karkarl commented Apr 10, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@beervoley beervoley added area-NavigationView NavView control area-UIDesign UI Design, styling team-Controls Issue for the Controls team labels Apr 11, 2021
<StaticResource x:Key="NavigationViewItemForeground" ResourceKey="TextFillColorPrimaryBrush" />
<StaticResource x:Key="NavigationViewItemForegroundPointerOver" ResourceKey="TextFillColorPrimaryBrush" />
<StaticResource x:Key="NavigationViewItemForeground" ResourceKey="TextFillColorSecondaryBrush" />
<StaticResource x:Key="NavigationViewItemForegroundPointerOver" ResourceKey="TextFillColorSecondaryBrush" />
<StaticResource x:Key="NavigationViewItemForegroundPressed" ResourceKey="TextFillColorSecondaryBrush" />
Copy link
Contributor

Choose a reason for hiding this comment

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

In dark theme NavigationViewItemForegroundPointerOver this brush is using TextFillColorPrimary, is that expected?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Both dark theme and light theme is using TextFillcolorSecondaryBrush for NavigationViewItemForegroundPointerOver ?

Copy link
Contributor

@beervoley beervoley Apr 13, 2021

Choose a reason for hiding this comment

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

I meant NavigationViewItemForegroundPressed :)
Dark:
image
Light:
image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh yes, good catch!

Copy link
Contributor

Choose a reason for hiding this comment

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

@karenbtlai it's still here :)

@StephenLPeters StephenLPeters removed the needs-triage Issue needs to be triaged by the area owners label Apr 12, 2021
@karkarl
Copy link
Contributor Author

karkarl commented Apr 16, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@karkarl
Copy link
Contributor Author

karkarl commented Apr 16, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@karkarl
Copy link
Contributor Author

karkarl commented Apr 20, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@karkarl
Copy link
Contributor Author

karkarl commented Apr 20, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@karkarl
Copy link
Contributor Author

karkarl commented Apr 22, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@karkarl karkarl merged commit f2df41d into master Apr 26, 2021
@karkarl karkarl deleted the user/karenlai/UpdateNavViewLayout branch April 26, 2021 17:38
Kinnara added a commit to Kinnara/ModernWpf that referenced this pull request Dec 15, 2023
Kinnara added a commit to Kinnara/ModernWpf that referenced this pull request Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NavigationView NavView control area-UIDesign UI Design, styling team-Controls Issue for the Controls team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants