Experiments (#1174)

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
Liyas Thomas
2020-09-18 08:58:11 +05:30
committed by GitHub
parent 4ea60d3431
commit b7a44ab11f
7 changed files with 206 additions and 2 deletions

View File

@@ -145,6 +145,7 @@
<li>
<label for="url">{{ $t("url") }}</label>
<input
v-if="!this.$store.state.postwoman.settings.EXPERIMENTAL_URL_BAR_ENABLED"
:class="{ error: !isValidURL }"
@keyup.enter="isValidURL ? sendRequest() : null"
id="url"
@@ -154,6 +155,7 @@
spellcheck="false"
@input="pathInputHandler"
/>
<url-field v-model="uri" v-else />
</li>
<li class="shrink">
<label class="hide-on-small-screen" for="send">&nbsp;</label>