now with some toast notifications for logging

This commit is contained in:
R. Aidan Campbell
2016-03-11 12:20:55 -05:00
parent 8bb359714d
commit b2cbd36ec4
3 changed files with 25 additions and 4 deletions

View File

@@ -94,6 +94,9 @@
<button type="button" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="CancelPairingDialog">Cancel</button>
</div>
</dialog>
<div id="snackbar" class="mdl-js-snackbar mdl-snackbar">
<button class="mdl-snackbar__action" type="button"></button> <!-- this button exists to suppress the snackbar warning. we're really using a toast. -->
<div class="mdl-snackbar__text"></div>
</div>
</body>
</html>