##// END OF EJS Templates
components: reorganize build pipeline to have nice separation of html/js/css
components: reorganize build pipeline to have nice separation of html/js/css

File last commit:

r703:1eda65ea default
r703:1eda65ea default
Show More
shared-components.html
9 lines | 736 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">
components: reorganize build pipeline to have nice separation of html/js/css
r703 <link rel="import" href="rhodecode-toast/rhodecode-toast.html">
<link rel="import" href="rhodecode-unsafe-html/rhodecode-unsafe-html.html">