🎨 Improved structure and format of the code

This commit is contained in:
Liyas Thomas
2020-01-09 06:01:31 +05:30
parent bb924dc250
commit 725fa31e77
4 changed files with 101 additions and 53 deletions

View File

@@ -418,27 +418,22 @@
</ul>
</div>
<div slot="body">
<br />
<div>
<label>{{ $t("send_request") }}</label>
<kbd> G</kbd>
</div>
<br />
<div>
<label>{{ $t("save_to_collections") }}</label>
<kbd> S</kbd>
</div>
<br />
<div>
<label>{{ $t("copy_request_link") }}</label>
<kbd> K</kbd>
</div>
<br />
<div>
<label>{{ $t("reset_request") }}</label>
<kbd> L</kbd>
</div>
<br />
</div>
<div slot="footer"></div>
</modal>
@@ -458,11 +453,19 @@
</ul>
</div>
<div slot="body">
<p class="info">
If you have enjoyed the productivity of using Postwoman, consider
donating as a sign of appreciation.
</p>
<p class="info">
You can support Postwoman development via the following methods:
</p>
<div>
<a
href="https://opencollective.com/postwoman"
target="_blank"
rel="noopener"
v-tooltip.right="'One-time or recurring'"
>
<button class="icon">
<i class="material-icons">donut_large</i>
@@ -475,6 +478,7 @@
href="https://www.paypal.me/liyascthomas"
target="_blank"
rel="noopener"
v-tooltip.right="'One-time'"
>
<button class="icon">
<i class="material-icons">payment</i>
@@ -487,6 +491,7 @@
href="https://www.patreon.com/liyasthomas"
target="_blank"
rel="noopener"
v-tooltip.right="'Recurring'"
>
<button class="icon">
<i class="material-icons">local_parking</i>
@@ -607,8 +612,14 @@ export default {
});
});
console.log("%cWe ❤︎ open source!", "background-color:white;padding:8px 16px;border-radius:8px;font-size:32px;color:red;")
console.log("%cContribute: https://github.com/liyasthomas/postwoman", "background-color:black;padding:4px 8px;border-radius:8px;font-size:16px;color:white;")
console.log(
"%cWe ❤︎ open source!",
"background-color:white;padding:8px 16px;border-radius:8px;font-size:32px;color:red;"
);
console.log(
"%cContribute: https://github.com/liyasthomas/postwoman",
"background-color:black;padding:4px 8px;border-radius:8px;font-size:16px;color:white;"
);
},
watch: {