mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
feat: show search icon in header instead of input
+ fix: persistent updating text on update playlist modal
+ move router routes to a separate file
+ lazy import route components
+ remove loading: lazy from songcard
+ remove unused imports on navigation component
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
>
|
||||
<img
|
||||
:src="imguri + playlist.thumb"
|
||||
class="rounded border"
|
||||
:class="{ noimg: !playlist.thumb }"
|
||||
class="rounded"
|
||||
:class="{ border: !playlist.thumb }"
|
||||
/>
|
||||
<div class="overlay rounded">
|
||||
<div class="p-name ellip">{{ playlist.name }}</div>
|
||||
@@ -42,11 +42,6 @@ const props = defineProps<{
|
||||
object-fit: cover;
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
|
||||
img.noimg {
|
||||
outline: 1px solid $gray2;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user