mjaschen / strava-helper-firefox

Tweaks for the Strava website
13 stars 4 forks source link

Implement module for displaying notifications #20

Closed saesh closed 6 years ago

saesh commented 9 years ago

Ability to display a toast notification with a message when an event occurs. Use the a sh.pipe event to trigger if a notification should be displayed.

saesh commented 9 years ago

I would suggest to use toastr but it depends on jQuery.

@mjaschen are you cool with swapping out Zepto for jQuery?

mjaschen commented 9 years ago

Do what you have to do :-)

On 15.07.2015, at 21:37, Sascha Hagedorn notifications@github.com wrote:

I would suggest to use toastr but it depends on jQuery.

@mjaschen are you cool with swapping out Zepto for jQuery?

— Reply to this email directly or view it on GitHub.

saesh commented 9 years ago

See branch feature_notifications for a new ux.notifications module.

saesh commented 9 years ago

This needs some more work; the autoload feature is broken. :suspect:

saesh commented 9 years ago

This needs some more work; the autoload feature is broken. :suspect:

Bug has been resolved in 13ecd802.