-
Notifications
You must be signed in to change notification settings - Fork 636
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
DYN-7343: Pm search compatibility filters update #15603
DYN-7343: Pm search compatibility filters update #15603
Conversation
- compatible and incompatible filters should be mutually exclusive - small ui fix with alternating row background color for the compatibility matrix
- aligning to website design, we convert any wildcard symbol to lowercase 'x' - only do it on the UI, not touching the actual string value (using converter) - alternating rows background color fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-7343
UI Smoke TestsTest: success. 11 passed, 0 failed. |
@@ -6480,7 +6480,7 @@ | |||
<Setter Property="BorderBrush" Value="{StaticResource DarkMidGreyBrush}" /> | |||
<Setter Property="ColumnWidth" Value="Auto" /> | |||
<Setter Property="GridLinesVisibility" Value="Vertical" /> | |||
<Setter Property="VerticalGridLinesBrush" Value="{StaticResource DarkMidGreyBrush}" /> | |||
<Setter Property="VerticalGridLinesBrush" Value="#646464" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm this looks like backward to me?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated this to match the design we have on Figma. It meant that I needed to add a new color to the swatch of colors we used so far. https://www.figma.com/design/MJh76m7bbafE3sjwLUTZhZ/Dynamo-package-manager-update?node-id=2397-31482&node-type=canvas&t=OCvkjGxUxDFeO1qW-0
I pushed a new commit making it a resource, which I should have done to begin with, apologies @QilongTang .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question
Merging since the test in unrelated. And yes, I have seen that fail for other PRs too, is this related to this PR #15583? fyi @reddyashish |
The tests passed on that PR though. I will check that test again with those changes |
Purpose
A few minor issues/alignments to push before 3.4.
UI Changes
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Compatible
andIncompatible
filters are now exclusive @QilongTang @hwahlstrom*
tox
conversion for the UIcompatibility matrix
Reviewers
@zeusongit
@QilongTang
FYIs
@reddyashish