+
[[_gettext('Close')]]
@@ -97,104 +110,124 @@
diff --git a/rhodecode/public/js/src/components/rhodecode-toggle/rhodecode-toggle.html b/rhodecode/public/js/src/components/rhodecode-toggle/rhodecode-toggle.html
--- a/rhodecode/public/js/src/components/rhodecode-toggle/rhodecode-toggle.html
+++ b/rhodecode/public/js/src/components/rhodecode-toggle/rhodecode-toggle.html
@@ -1,4 +1,5 @@
-
+
@@ -9,6 +10,7 @@
float: left;
position: relative;
}
+
.rc-toggle paper-spinner {
position: absolute;
top: 0;
@@ -29,20 +31,31 @@
diff --git a/rhodecode/public/js/src/components/rhodecode-unsafe-html/rhodecode-unsafe-html.html b/rhodecode/public/js/src/components/rhodecode-unsafe-html/rhodecode-unsafe-html.html
--- a/rhodecode/public/js/src/components/rhodecode-unsafe-html/rhodecode-unsafe-html.html
+++ b/rhodecode/public/js/src/components/rhodecode-unsafe-html/rhodecode-unsafe-html.html
@@ -1,4 +1,4 @@
-
+
@@ -6,18 +6,26 @@
diff --git a/rhodecode/templates/base/root.mako b/rhodecode/templates/base/root.mako
--- a/rhodecode/templates/base/root.mako
+++ b/rhodecode/templates/base/root.mako
@@ -27,6 +27,8 @@ c.template_context['default_user'] = {
%>
+
+
${self.title()}
diff --git a/webpack.config.js b/webpack.config.js
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -10,6 +10,18 @@ if (process.env.RC_STATIC_DIR) {
destinationDirectory = process.env.RC_STATIC_DIR;
}
+// doing it this way because it seems that plugin via grunt does not pick up .babelrc
+let babelRCOptions = {
+ "presets": [
+ ["env", {
+ "targets": {
+ "browsers": ["last 2 versions"]
+ }
+ }]
+ ],
+ "plugins": ["transform-object-rest-spread"]
+}
+
module.exports = {
// Tell Webpack which file kicks off our app.
entry: {
@@ -42,7 +54,8 @@ module.exports = {
// polymer-webpack-loader, and hand the output to
// babel-loader. This let's us transpile JS in our `