mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
parent
8729cb82ab
commit
149375ba55
2 changed files with 7 additions and 2 deletions
|
@ -128,13 +128,17 @@ const openSong = el => {
|
|||
@click.prevent="artist.getArtist(channel.replace('/channel/', ''))">
|
||||
<i class="ign">{{ author ? author.replaceAll(' - Topic', '') : '' }}</i>
|
||||
</a>
|
||||
<span v-if="title === data.state?.title">
|
||||
<span class="bi-play"></span>
|
||||
<span>{{ t('title.now_playing') }}</span>
|
||||
</span>
|
||||
</span>
|
||||
|
||||
<button
|
||||
class="bi bi-three-dots-vertical popup-wrap ign"
|
||||
@mouseenter="show = true"
|
||||
@mouseleave="show = false"
|
||||
@click.enter="show = !show">
|
||||
@keyup.enter="show = !show">
|
||||
<Transition name="fade">
|
||||
<div v-if="show" class="popup ign">
|
||||
<button
|
||||
|
|
|
@ -18,7 +18,8 @@
|
|||
"search": "Search",
|
||||
"feeds": "Feeds",
|
||||
"offline": "Offline",
|
||||
"restore_prefs": "Restore preferences"
|
||||
"restore_prefs": "Restore preferences",
|
||||
"now_playing": "Now Playing"
|
||||
},
|
||||
"action": {
|
||||
"back": "Back",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue