Merge branch 'master' into feat/firefox-strategy

This commit is contained in:
Liyas Thomas
2020-01-16 23:02:33 +05:30
committed by GitHub

View File

@@ -47,12 +47,8 @@ TODO:
</button> </button>
</div> </div>
<div> <div>
<button <button class="icon" @click="displayModalImportExport(true)">
class="icon" {{ $t("import_export") }}
@click="displayModalImportExport(true)"
v-tooltip="$t('import_export')"
>
<i class="material-icons">import_export</i>
</button> </button>
<!-- <a <!-- <a
href="https://github.com/liyasthomas/postwoman/wiki/Collections" href="https://github.com/liyasthomas/postwoman/wiki/Collections"
@@ -90,12 +86,18 @@ TODO:
</li> </li>
</ul> </ul>
</virtual-list> </virtual-list>
<nuxt-link :to="localePath('doc')" :aria-label="$t('documentation')">
<button class="icon">
<i class="material-icons">books</i>
<span>{{ $t("generate_docs") }}</span>
</button>
</nuxt-link>
</div> </div>
</template> </template>
<style scoped lang="scss"> <style scoped lang="scss">
.virtual-list { .virtual-list {
max-height: calc(100vh - 232px); max-height: calc(100vh - 276px);
} }
ul { ul {