Hello! Routing from the TagDrop
and CategoryDrop
components seems off to me. They feel like they are filters, but they route you to new pages - for example, if I am on the theme component category and select the development tag, it brings me to https://meta.discourse.org/tags/c/theme-component/120/development. I feel like it should be https://meta.discourse.org/c/theme-component/120?tags=development.
Same functionality goes for the CategoryDrop
when you are on a tag page (I would expect it to bring you to https://meta.discourse.org/tag/development?category=theme-component).
I added a category and tag header, but they don’t work after filtering with the current routing. I was looking into overriding/modifying the related components, but I’m not sure if it is possible since they are in the select-kit/addon
directory.