Skip to content

Commit

Permalink
fix(toast): use a dedicated instance of nodecg-toast
Browse files Browse the repository at this point in the history
Previously, this bundle would hijack the dashboard's main "#toast" element and use that for displaying toasts. This was fragile and error-prone. This update adds a dedicated nodecg-toast element for this bundle to use.
  • Loading branch information
Alex Van Camp committed Feb 20, 2016
1 parent 81690e2 commit f48dfcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "lfg-omega13",
"dependencies": {
"paper-button": "PolymerElements/paper-button#^1.0.8",
"paper-input": "PolymerElements/paper-input#^1.0.15"
"paper-input": "PolymerElements/paper-input#^1.0.15",
"nodecg-toast": "NodeCGElements/nodecg-toast#^0.1.2"
}
}
Binary file modified dashboard/dialogs/confirm_help.html
Binary file not shown.

0 comments on commit f48dfcc

Please sign in to comment.