##// END OF EJS Templates
notifications: use rhodecode-toast for notifications instead of toastr jquery plugin
notifications: use rhodecode-toast for notifications instead of toastr jquery plugin

File last commit:

r699:49c50282 default
r699:49c50282 default
Show More
shared-components.html
9 lines | 698 B | text/html | HtmlLexer
/ rhodecode / public / js / src / components / shared-components.html
polymer: introduce webcomponents to rhodecode
r689 <link rel="import" href="../../../../../bower_components/paper-toggle-button/paper-toggle-button.html">
<link rel="import" href="../../../../../bower_components/paper-toast/paper-toast.html">
<link rel="import" href="../../../../../bower_components/paper-tooltip/paper-tooltip.html">
<link rel="import" href="../../../../../bower_components/paper-button/paper-button.html">
notifications: replace toggle button with actual toggle element - fixes #4171
r692 <link rel="import" href="../../../../../bower_components/paper-spinner/paper-spinner.html">
<link rel="import" href="../../../../../bower_components/iron-ajax/iron-ajax.html">
notifications: use rhodecode-toast for notifications instead of toastr jquery plugin
r699 <link rel="import" href="shared-styles.html">
<link rel="import" href="rhodecode-toast.html">
<link rel="import" href="rhodecode-unsafe-html.html">