Respect tag hiding behavior when selecting a favorite tag#2616
Open
feilen wants to merge 1 commit into
Open
Conversation
Collaborator
|
You are right - changed behaviour was always intentional. Once there was a related comment which got lost with 8c1156e: As soon as a result has tag matching query, tags will be visible. When you then have some favorite tag and you select it, it should behave same as when you're searching manually for that tag. |
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.
Rather simple - so much so that I'm wondering whether this is intended behavior I'm misunderstanding.
Currently, when disabling "Show tags" from the User Experience menu, it correctly hides tags in search results... but not for favorite tags. This comes up a lot for me as 3 out of 6 of my quick launch are all favorite tags.
With this change we hide tags in all contexts (including with favorites) if Show Tags is disabled.
If showing tags when a favorite is selected is actually the intended behavior, I can instead break this out into a separate config option - but that seems less clean overall.