Skip to content

Updated Bell Icon and Notification Badges! V1.1.0

Compare
Choose a tag to compare
@mikebarlow mikebarlow released this 27 Dec 23:28
· 45 commits to main since this release

A massive thank you to @pjkellar for all the work with this release.

A new bell icon SVG has been added which looks a lot nicer! Also improved is the styling for the unread notification badge. There was a bug with the styling when a large number of unread notifications were present, this PR will fix this issue.
Also included is a new config option that toggles the unread notification count on or off (the default value is on). If set to false, a simple red dot is shown.
Thank you also to @hpacleb for the readme fix PR!

Upgrade Notes

This has been tagged a minor release due to no breaking changes occurring by performing a simple composer update. However, to make full use of the update a php artisan vendor:publish --force --tag=megaphone will be required.

NOTE Please ensure you backup or make a note of any changes you have made to the following folders/files before performing the vendor publish as they will be overwritten.

  • config/megaphone.php
  • public/vendor/megaphone
  • resources/views/vendor/megaphone

Once vendor publish has run, remember to merge back in any changes you have made that are required.

Thanks again to @pjkellar and @hpacleb 🙏