mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
DEV: Simplify TopicNotificationsButton (#29465)
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user