mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-29 05:28:00 +02:00
Changes:
- Added support for unauthenticated feeds #42 - Added support for Romanian - Closes #66 - Closes #81 - Closes #82 - Closes #84
This commit is contained in:
parent
599e024afa
commit
29eb3d0c35
9 changed files with 92 additions and 29 deletions
|
@ -256,11 +256,7 @@ async function Like() {
|
|||
<button
|
||||
class="bi bi-three-dots clickable"
|
||||
aria-label="More Controls"
|
||||
@click="
|
||||
showme.menu = !showme.menu;
|
||||
player.state.lyrics ? player.toggle('lyrics') : '';
|
||||
player.state.info ? player.toggle('info') : '';
|
||||
"></button>
|
||||
@click="showme.menu = !showme.menu"></button>
|
||||
<Transition name="fade">
|
||||
<div id="menu" v-if="showme.menu" class="popup">
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue