mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Added support for charts
This commit is contained in:
parent
0b159c9a42
commit
a9d7d07e7b
16 changed files with 213 additions and 66 deletions
|
@ -148,7 +148,9 @@ onUpdated(() => {
|
|||
<template #menu>
|
||||
<Transition name="fade">
|
||||
<div v-if="albumMenu" class="alb popup">
|
||||
<button class="bi bi-bookmark-plus clickable" @click="saveAlbum"></button>
|
||||
<button
|
||||
class="bi bi-bookmark-plus clickable"
|
||||
@click="saveAlbum"></button>
|
||||
|
||||
<button
|
||||
class="bi bi-plus-lg clickable"
|
||||
|
@ -162,7 +164,9 @@ onUpdated(() => {
|
|||
)
|
||||
"></button>
|
||||
|
||||
<button class="bi bi-shuffle clickable" @click="shuffleAdd"></button>
|
||||
<button
|
||||
class="bi bi-shuffle clickable"
|
||||
@click="shuffleAdd"></button>
|
||||
</div>
|
||||
</Transition>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue