##// END OF EJS Templates
Added tag v4.13.3 for changeset 7dc62c090881
Added tag v4.13.3 for changeset 7dc62c090881

File last commit:

r883:ae526446 default
r3047:59b28fe5 stable
Show More
shared-components.html
9 lines | 626 B | text/html | HtmlLexer
/ rhodecode / public / js / src / components / shared-components.html
polymer: simplify shared components
r746 <!-- required for stamped out templates that might use common elements -->
frontend: wrap our legacy js code inside polymer element
r883 <link rel="import" href="rhodecode-legacy-js/rhodecode-legacy-js.html">
notifications: replace toggle button with actual toggle element - fixes #4171
r692 <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">
frontend: introduce rhodecode-app for more complex cross element wiring
r787 <link rel="import" href="channelstream-connection/channelstream-connection.html">
components: reorganize build pipeline to have nice separation of html/js/css
r703 <link rel="import" href="rhodecode-toast/rhodecode-toast.html">
rhodecode-toggle: stub for new UI element
r715 <link rel="import" href="rhodecode-toggle/rhodecode-toggle.html">
components: reorganize build pipeline to have nice separation of html/js/css
r703 <link rel="import" href="rhodecode-unsafe-html/rhodecode-unsafe-html.html">
frontend: wrap our legacy js code inside polymer element
r883 <link rel="import" href="rhodecode-app/rhodecode-app.html">