Started working on service worker

This commit is contained in:
2017-07-13 17:56:14 +02:00
parent 0f59969f0d
commit 4f7c2e95f0
4 changed files with 34 additions and 2 deletions

View File

@ -33,7 +33,7 @@ component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openG
component StatusMessage
#status-message.fade.fade-out
#status-message-text
a.status-message-action.action(href="#", data-trigger="click", data-action="closeStatusMessage")
a.status-message-action.action(href="#", data-trigger="click", data-action="closeStatusMessage", aria-label="Close status message")
RawIcon("close")
component LoadingAnimation