flarum / framework

Simple forum software for building great communities.
http://flarum.org/
6.27k stars 826 forks source link

feat: extract reusable components from `NotificationsDropdown` #3879

Closed SychO9 closed 1 year ago

SychO9 commented 1 year ago

Fixes https://github.com/flarum/issue-archive/issues/202

Changes proposed in this pull request:

These were extracted based on the fact they're reused in the flags extension and some other ecosystem extensions. This allows an explicit separation between the notification specific component and what can be reused. Simplifies customization and extensibility.

Necessity

Confirmed

SychO9 commented 1 year ago

ref https://github.com/flarum/framework/pull/3867#issuecomment-1697512660