discourse/app/assets/javascripts/select-kit/addon
Kris 6f489d5303
UX: direct to single tag page from tag intersection when one tag remains (#34038)
When on a tag intersection like this: `/tags/intersection/foo/bar`

We have our tag selector:

<img width="946" height="136" alt="image"
src="https://github.com/user-attachments/assets/6f64cec6-c8f0-456e-a139-769ae66584d1"
/>

When you remove all but one tag, we redirect to /tags, which isn't the
best experience. This change will direct users to the single tag page
`/tag/foo` instead.
2025-08-04 09:42:25 -04:00
..
components UX: direct to single tag page from tag intersection when one tag remains (#34038) 2025-08-04 09:42:25 -04:00
lib DEV: refactor select-kit utils mixin to property-utils lib (#32665) 2025-05-23 09:03:10 +08:00
services DEV: replace select-kit tags mixin with tag-utils service (#32509) 2025-05-06 14:38:55 +08:00