MDL-66828 core: Add toast-style notifications

Part of MDL-66074
This commit is contained in:
Andrew Nicols 2019-10-03 09:39:39 +08:00 committed by Mathew May
parent b253a4f21d
commit 224ea04e68
15 changed files with 135 additions and 1 deletions

View file

@ -39,6 +39,7 @@
{{> theme_boost/head }}
<body {{{ bodyattributes }}}>
{{> core/local/toast/wrapper}}
<div id="page-wrapper">

View file

@ -51,6 +51,7 @@
{{> theme_boost/head }}
<body {{{ bodyattributes }}}>
{{> core/local/toast/wrapper}}
<div id="page-wrapper">

View file

@ -42,6 +42,7 @@
</head>
<body {{{ output.body_attributes }}}>
{{> core/local/toast/wrapper}}
{{{ output.standard_top_of_body_html }}}
<div id="page">

View file

@ -32,6 +32,7 @@
{{> theme_boost/head }}
<body {{{ bodyattributes }}}>
{{> core/local/toast/wrapper}}
<div id="page-wrapper">

View file

@ -42,6 +42,7 @@
</head>
<body {{{ output.body_attributes }}}>
{{> core/local/toast/wrapper}}
<div id="page-wrapper">

View file

@ -37,6 +37,7 @@
{{> theme_boost/head }}
<body {{{ bodyattributes }}}>
{{> core/local/toast/wrapper}}
<div id="page-wrapper">