diff --git a/assets/css/rop.css b/assets/css/rop.css index 211345151..96a866c4a 100644 --- a/assets/css/rop.css +++ b/assets/css/rop.css @@ -4362,3 +4362,9 @@ padding: 0 20px; .rop-spacer{ margin: 5px; } + + +.tile-action div { + display: inline-block; + vertical-align: middle; +} \ No newline at end of file diff --git a/assets/js/build/dashboard.js b/assets/js/build/dashboard.js index 3936168f9..3bf565e3a 100644 --- a/assets/js/build/dashboard.js +++ b/assets/js/build/dashboard.js @@ -17758,6 +17758,9 @@ exports.default = new _vuex2.default.Store({ apiNotAvailable: function apiNotAvailable(state, data) { state.api_not_available = data; }, + preloading_change: function preloading_change(state, data) { + state.hide_preloading = data; + }, updateState: function updateState(state, _ref) { var stateData = _ref.stateData, requestName = _ref.requestName; @@ -17947,6 +17950,11 @@ exports.default = new _vuex2.default.Store({ commit('apiNotAvailable', true); _vue2.default.$log.error('Error when trying to do request: ', data.req); + }).catch(function (error) { + commit('setAjaxState', false); + commit('apiNotAvailable', true); + commit('preloading_change', 1); + _vue2.default.$log.error('Error when getting response for: ', data.req, error); }); }); } @@ -21254,7 +21262,7 @@ if (false) {(function () { module.hot.accept() var hotAPI = require("vue-hot-reload-api") hotAPI.install(require("vue"), true) if (!hotAPI.compatible) return - var id = "/home/uriahsvictor/atom/git_repos/tweet-old-post/vue/src/vue-elements/reusables/multiple-select.vue" + var id = "/Users/mihaiirodiu/Local Sites/revivesocialpantheon/app/public/wp-content/plugins/tweet-old-post/vue/src/vue-elements/reusables/multiple-select.vue" if (!module.hot.data) { hotAPI.createRecord(id, module.exports) } else { @@ -21689,7 +21697,7 @@ if (false) {(function () { module.hot.accept() var hotAPI = require("vue-hot-reload-api") hotAPI.install(require("vue"), true) if (!hotAPI.compatible) return - var id = "/home/uriahsvictor/atom/git_repos/tweet-old-post/vue/src/vue-elements/reusables/button-checkbox.vue" + var id = "/Users/mihaiirodiu/Local Sites/revivesocialpantheon/app/public/wp-content/plugins/tweet-old-post/vue/src/vue-elements/reusables/button-checkbox.vue" if (!module.hot.data) { hotAPI.createRecord(id, module.exports) } else { @@ -21713,8 +21721,8 @@ if(content.locals) module.exports = content.locals; if(false) { // When the styles change, update the // }; // @@ -35938,7 +36090,7 @@ module.exports = { /* 236 */ /***/ (function(module, exports) { -module.exports = "\n\t
\n\t\t
\n\t\t\t
\n\t\t
\n\t\t
\n\t\t\t\t\t\n\t\t
\n\t
\n"; +module.exports = "\n\t
\n\t\t
\n\t\t
\n\t\t
\n \n\n\t\t\t\t\t\n\t\t
\n\t
\n"; /***/ }), /* 237 */ @@ -35955,7 +36107,7 @@ if (false) {(function () { module.hot.accept() var hotAPI = require("vue-hot-reload-api") hotAPI.install(require("vue"), true) if (!hotAPI.compatible) return - var id = "/home/uriahsvictor/atom/git_repos/tweet-old-post/vue/src/vue-elements/reusables/vue-spinner.vue" + var id = "/Users/mihaiirodiu/Local Sites/revivesocialpantheon/app/public/wp-content/plugins/tweet-old-post/vue/src/vue-elements/reusables/vue-spinner.vue" if (!module.hot.data) { hotAPI.createRecord(id, module.exports) } else { @@ -35979,8 +36131,8 @@ if(content.locals) module.exports = content.locals; if(false) { // When the styles change, update the diff --git a/vue/src/vue-elements/service-user-tile.vue b/vue/src/vue-elements/service-user-tile.vue index ebb5e1923..2141e6625 100644 --- a/vue/src/vue-elements/service-user-tile.vue +++ b/vue/src/vue-elements/service-user-tile.vue @@ -1,10 +1,6 @@ @@ -228,8 +230,6 @@ width:15px; text-align: center; cursor: pointer; - padding-right: 10px; - margin-right: 10px; height: 100%; -ms-flex: 0 0 auto; line-height: 40px; diff --git a/vue/src/vue-elements/sign-in-btn.vue b/vue/src/vue-elements/sign-in-btn.vue index d925b5adb..4b1f707e4 100644 --- a/vue/src/vue-elements/sign-in-btn.vue +++ b/vue/src/vue-elements/sign-in-btn.vue @@ -3,6 +3,7 @@
{{labels.fb_own_app_signin}}
-
+
{{labels.tw_own_app_signin}}
-
+
+ + {{labels.li_own_app_signin}} +
+
+ +
+
-
+
{{ field.description }}

-
+
-