DEV: Simplify TopicNotificationsButton (#29465)

This commit is contained in:
Jarek Radosz
2024-10-29 16:27:23 +01:00
committed by GitHub
parent 5a56f6fe01
commit cc447a1ae3
8 changed files with 42 additions and 57 deletions

View File

@ -1,3 +1,7 @@
<StyleguideExample @title="<TopicNotificationsButton> expanded">
<TopicNotificationsButton @topic={{@dummy.topic}} @expanded={{true}} />
</StyleguideExample>
<StyleguideExample @title="<TopicNotificationsButton>">
<TopicNotificationsButton @topic={{@dummy.topic}} />
<TopicNotificationsButton @topic={{@dummy.topic}} @expanded={{false}} />
</StyleguideExample>