Updated copy
This commit is contained in:
@@ -28,10 +28,9 @@
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</i>
|
</i>
|
||||||
<span>GitHub</span>
|
<span>GitHub Sponsors</span>
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
🎉 NEW
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-wrap">
|
<div class="flex-wrap">
|
||||||
@@ -47,22 +46,8 @@
|
|||||||
<span>{{ $t("open_collective") }}</span>
|
<span>{{ $t("open_collective") }}</span>
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
🔥 HOT
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<a
|
|
||||||
href="https://www.paypal.me/liyascthomas"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener"
|
|
||||||
v-tooltip.right="$t('one_time')"
|
|
||||||
>
|
|
||||||
<button class="icon">
|
|
||||||
<i class="material-icons">payment</i>
|
|
||||||
<span>{{ $t("paypal") }}</span>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<a
|
<a
|
||||||
href="https://www.patreon.com/liyasthomas"
|
href="https://www.patreon.com/liyasthomas"
|
||||||
@@ -76,6 +61,19 @@
|
|||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<a
|
||||||
|
href="https://www.paypal.me/liyascthomas"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
v-tooltip.right="$t('one_time')"
|
||||||
|
>
|
||||||
|
<button class="icon">
|
||||||
|
<i class="material-icons">payment</i>
|
||||||
|
<span>{{ $t("paypal") }}</span>
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
<h3 class="title">Financial Contributors</h3>
|
<h3 class="title">Financial Contributors</h3>
|
||||||
<p class="info">
|
<p class="info">
|
||||||
|
|||||||
@@ -21,14 +21,6 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
<button
|
|
||||||
class="icon"
|
|
||||||
id="installPWA"
|
|
||||||
@click.prevent="showInstallPrompt()"
|
|
||||||
v-tooltip="$t('install_pwa')"
|
|
||||||
>
|
|
||||||
<i class="material-icons">offline_bolt</i>
|
|
||||||
</button>
|
|
||||||
<v-popover v-if="fb.currentUser === null">
|
<v-popover v-if="fb.currentUser === null">
|
||||||
<button class="icon" v-tooltip="$t('login_with')">
|
<button class="icon" v-tooltip="$t('login_with')">
|
||||||
<i class="material-icons">login</i>
|
<i class="material-icons">login</i>
|
||||||
@@ -76,25 +68,18 @@
|
|||||||
<i class="material-icons">drag_indicator</i>
|
<i class="material-icons">drag_indicator</i>
|
||||||
</button>
|
</button>
|
||||||
<template slot="popover">
|
<template slot="popover">
|
||||||
<div>
|
|
||||||
<button class="icon" @click="showExtensions = true" v-close-popover>
|
<button class="icon" @click="showExtensions = true" v-close-popover>
|
||||||
<i class="material-icons">extension</i>
|
<i class="material-icons">extension</i>
|
||||||
<span>{{ $t("extensions") }}</span>
|
<span>{{ $t("extensions") }}</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<button class="icon" @click="showShortcuts = true" v-close-popover>
|
<button class="icon" @click="showShortcuts = true" v-close-popover>
|
||||||
<i class="material-icons">keyboard</i>
|
<i class="material-icons">keyboard</i>
|
||||||
<span>{{ $t("shortcuts") }}</span>
|
<span>{{ $t("shortcuts") }}</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<button class="icon" @click="showSupport = true" v-close-popover>
|
<button class="icon" @click="showSupport = true" v-close-popover>
|
||||||
<i class="material-icons">favorite</i>
|
<i class="material-icons">favorite</i>
|
||||||
<span>{{ $t("support_us") }}</span>
|
<span>{{ $t("support_us") }}</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<button
|
<button
|
||||||
class="icon"
|
class="icon"
|
||||||
onClick="window.open('https://twitter.com/share?text=👽 Postwoman • A free, fast and beautiful API request builder - Web alternative to Postman - Helps you create requests faster, saving precious time on development.&url=https://postwoman.io&hashtags=postwoman&via=liyasthomas');"
|
onClick="window.open('https://twitter.com/share?text=👽 Postwoman • A free, fast and beautiful API request builder - Web alternative to Postman - Helps you create requests faster, saving precious time on development.&url=https://postwoman.io&hashtags=postwoman&via=liyasthomas');"
|
||||||
@@ -107,13 +92,25 @@
|
|||||||
</svg>
|
</svg>
|
||||||
<span>{{ $t("tweet") }}</span>
|
<span>{{ $t("tweet") }}</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
<button
|
||||||
<div v-if="navigatorShare">
|
v-if="navigatorShare"
|
||||||
<button class="icon" @click="nativeShare" v-close-popover v-tooltip="$t('more')">
|
class="icon"
|
||||||
|
@click="nativeShare"
|
||||||
|
v-close-popover
|
||||||
|
v-tooltip="$t('more')"
|
||||||
|
>
|
||||||
<i class="material-icons">share</i>
|
<i class="material-icons">share</i>
|
||||||
<span>Share</span>
|
<span>Share</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
<button
|
||||||
|
class="icon"
|
||||||
|
id="installPWA"
|
||||||
|
@click.prevent="showInstallPrompt()"
|
||||||
|
v-close-popover
|
||||||
|
>
|
||||||
|
<i class="material-icons">offline_bolt</i>
|
||||||
|
<span>{{ $t("install_pwa") }}</span>
|
||||||
|
</button>
|
||||||
</template>
|
</template>
|
||||||
</v-popover>
|
</v-popover>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user