v1.5.22 - Updated Push News

Added old() to different create & Edit pages
Added the removal
This commit is contained in:
Anders
2021-05-10 11:18:05 +02:00
parent 322dbaf31e
commit 4e8e2831da
21 changed files with 103 additions and 65 deletions
+3 -2
View File
@@ -32,10 +32,11 @@ class PushNews extends Notification
{
return (new WebPushMessage)
->title('Ny Nyhed')
->icon('/images/icons/appIcon.png')
->icon('/images/icons/appIcon.svg')
->vibrate([100, 200, 100, 200, 300])
->body('Der er en ny nyhed i ekapp\'en')
->badge('/images/icons/appIcon.png')
->action('Se nyheder', route('root.index'));
->action('Klik her for at se nyheder', route('root.index'));
}
/**