Replace package filter icon with text #10181
Merged
QilongTang merged 4 commits intomasterfrom Dec 2, 2019
Merged
Conversation
Contributor
|
@QilongTang is it possible to make there more of a distinction between both buttons? There doesn't appear to the naked eye to be much of a gap between the two. Beyond that, LGTM. |
Contributor
Author
|
@Amoursol Thanks! Added some distinction so that clearer two buttons for user. Let me know. |
Member
|
looks good to me - @smangarole are there any UI automation tests which will be effected by this? |
QilongTang
added a commit
that referenced
this pull request
Dec 2, 2019
* Replace Filter By icon with text * remove fa reference * Update Button Separation
7 tasks
QilongTang
added a commit
that referenced
this pull request
Dec 2, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please Note:
DynamoRevitrepo will need to be cherry-picked into all the DynamoRevit Release branches that Dynamo supports. Contributors will be responsible for cherry-picking their reviewed commits to the other branches after aLGTMlabel is added to the PR.Purpose
DYN-2317
As a Dynamo user, I want to easily locate package filter within package manager.
This PR does not touch the WPF control id so any existing tests should still work.
Before:

After:

Declarations
Check these if you believe they are true
*.resxfilesReviewers
@DynamoDS/dynamo
FYIs
@Amoursol