Я только что обновил этот компонент, чтобы улучшить его интеграцию с баннерами категорий
main ← category-integration
merged 04:51PM - 03 May 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.

Когда установлены оба компонента и вы отфильтрованы по категории и тегу, вместо наложения баннеров теперь имя тега отображается внутри баннера категории:
Баннер тега по-прежнему отображается как обычно при фильтрации только по тегу.
10 лайков