statamic / ideas

💡Discussions on ideas and feature requests for Statamic
https://statamic.dev
32 stars 1 forks source link

Allow `UpdatesBadge` component to be re-used #372

Open edalzell opened 4 years ago

edalzell commented 4 years ago

There is an UpdatesBadge component, used to show the number of updates available.

Would be great if this badge could be re-used by other addons that need to show a similar badge.

Would need to pass in the url to call, and somehow hook into the recount event, or be able to specify which event to listen for?

edalzell commented 4 years ago

Alternatively, could we have the ->badge() method that was in v2? No need for the reactivity most of the time.