Acabei de fazer uma atualização neste componente que o integra melhor com Banners de Categoria
main ← category-integration
opened 07:42PM - 24 Apr 23 UTC
This pairs with the category banner update https://github.com/discourse/discours… e-category-banners/pull/32
This utilizes the category banner component's presence service to determine when and how to render tag banners.
The `<DiscourseTagBanners />` component is mounted in the category banner's `category-banners-after-title` outlet, and the category banner presence dictates whether the component displays `<DiscourseTagBannersTextOnly />` or `<DiscourseTagBannersPresentation />`
The category banner's presence service also determines whether or not the tag banner will show at all in the `above-site-header` and `below-site-header` outlets, so we don't end up with a category banner stacked with a tag banner.

Quando ambos os componentes estiverem instalados e você estiver filtrado para uma categoria e uma tag, em vez de empilhar os banners, agora o nome da tag será mostrado dentro do banner da categoria:
O banner da tag ainda aparecerá como esperado quando filtrado apenas para uma tag.
10 Curtiram