-
Notifications
You must be signed in to change notification settings - Fork 343
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
Improve display of tags #3806
Comments
What if you don't have access to the Copilot functions? |
Then you are in a world of pains. As I recall it a GitHub Copilot license is 10 USD/month and it is worth every cent! |
I think it would be great to have a few options for tag display. The two approaches you've taken above both seem to address use cases. |
Someone care to PR a change to the default templates for this? |
@sympmarc How about I make a PR for this And add another sample to https://github.com/microsoft-search/pnp-modern-search-layouts for the more advanced version ? |
That would be awesome. Just getting the tags to display more nicely, like in your first example, is a big step forward. |
implementation of Improve display of tags #3806
tested in 4.13 :-) Works fine |
When displaying tags in the list or card view (at least), the display is rather ugly, and doesn't provide the functionality we had in older versions. This is the case even after adding Auto and enabling localization.
Here's a very simple example. In this result, the file has been tagged with two values for a Managed Metadata column: Finance and Risk. As you can see, the two values are squished together as well as being underlined, which suggests they are links.
I'd suggest two enhancements, the first being easier than the second:
I expect I could handle No. 1 -this has bugged me for a very long time, and I wish I'd already made the fix! It's probably just a CSS thing. The second is harder, and I'm not sure how to do it. (Maybe it should be a separate issue, but I wanted to capture these ideas together.)
The text was updated successfully, but these errors were encountered: