Open edalzell opened 4 years ago
There is an UpdatesBadge component, used to show the number of updates available.
UpdatesBadge
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?
recount
Alternatively, could we have the ->badge() method that was in v2? No need for the reactivity most of the time.
->badge()
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?