mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
use songitem component on search page track items
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="right-search">
|
||||
<TabsWrapper>
|
||||
<Tab name="tracks">
|
||||
<TracksGrid />
|
||||
<TracksGrid :isOnSearchPage="isOnSearchPage" />
|
||||
</Tab>
|
||||
<Tab name="albums">
|
||||
<ArtistGrid :album_grid="true" />
|
||||
@@ -19,6 +19,10 @@ import ArtistGrid from "./ArtistGrid.vue";
|
||||
import Tab from "./Tab.vue";
|
||||
import TabsWrapper from "./TabsWrapper.vue";
|
||||
import TracksGrid from "./TracksGrid.vue";
|
||||
|
||||
const props = defineProps<{
|
||||
isOnSearchPage?: boolean;
|
||||
}>();
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@@ -36,7 +40,6 @@ import TracksGrid from "./TracksGrid.vue";
|
||||
color: $white;
|
||||
}
|
||||
|
||||
|
||||
.input {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user