feat: new components and UI improvements

This commit is contained in:
liyasthomas
2021-07-13 22:07:01 +05:30
parent 5e740a6ed6
commit 7ec8539540
21 changed files with 170 additions and 66 deletions

View File

@@ -1,9 +1,10 @@
<template>
<header class="flex items-center justify-between p-2 flex-1">
<div class="inline-flex space-x-2 items-center flex-shrink-0">
<AppLogo class="h-6" />
<div class="inline-flex space-x-2 items-center font-bold flex-shrink-0">
<AppLogo class="h-6 mx-4" /> Hoppscotch
</div>
<div class="inline-flex space-x-2 items-center flex-shrink-0">
<AppGitHubStarButton class="mt-1 mr-2" />
<TabPrimary
id="installPWA"
v-tippy="{ theme: 'tooltip' }"