Merge branch 'master' into i18n

This commit is contained in:
Liyas Thomas
2019-12-17 05:50:19 +05:30
committed by GitHub
19 changed files with 1555 additions and 1719 deletions

View File

@@ -327,7 +327,7 @@
</button>
</a>
<a
v-bind:href="
:href="
'https://github.com/liyasthomas/postwoman/releases/tag/' +
version.name
"
@@ -340,7 +340,7 @@
<!-- <span v-if="version.hash">
-
<a
v-bind:href="'https://github.com/liyasthomas/postwoman/commit/' + version.hash"
:href="'https://github.com/liyasthomas/postwoman/commit/' + version.hash"
target="_blank"
rel="noopener"
>{{version.hash}}</a>
@@ -525,7 +525,7 @@ export default {
document.documentElement.style.setProperty("--ac-color", color);
document.documentElement.style.setProperty(
"--act-color",
vibrant ? "rgb(37, 38, 40)" : "#ffffff"
vibrant ? "rgba(18, 18, 18, 1)" : "rgba(255, 255, 255, 1)"
);
})();
},
@@ -539,7 +539,7 @@ export default {
.querySelector("meta[name=theme-color]")
.setAttribute(
"content",
this.$store.state.postwoman.settings.THEME_TAB_COLOR || "#252628"
this.$store.state.postwoman.settings.THEME_TAB_COLOR || "#121212"
);
// Initializes the PWA code - checks if the app is installed,