redesign search tab switcher buttons

~ imitate ubuntu-style tabbed buttons
This commit is contained in:
geoffrey45
2022-08-03 13:34:20 +03:00
parent aeb9cb1d1c
commit 2b6b4078fa
18 changed files with 138 additions and 161 deletions
@@ -1,6 +1,9 @@
<template>
<div class="right-search">
<TabsWrapper>
<Tab name="Top Results">
<ArtistGrid />
</Tab>
<Tab name="tracks">
<TracksGrid />
</Tab>
@@ -10,6 +13,9 @@
<Tab name="artists">
<ArtistGrid />
</Tab>
<Tab name="Playlists">
<ArtistGrid />
</Tab>
</TabsWrapper>
</div>
</template>