merge: develop

This commit is contained in:
Mar0xy 2023-11-04 21:52:12 +01:00
commit db29a5c2da
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
134 changed files with 282 additions and 282 deletions

View file

@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<XNotes :user="user"/>
</MkFoldableSection>
<MkFoldableSection class="item">
<template #header><i class="ph-users ph-bold pg-lg"></i> Following</template>
<template #header><i class="ph-users ph-bold ph-lg"></i> Following</template>
<XFollowing :user="user"/>
</MkFoldableSection>
<MkFoldableSection class="item">

View file

@ -26,7 +26,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<span v-if="user.isLocked" :title="i18n.ts.isLocked"><i class="ph-lock ph-bold ph-lg"></i></span>
<span v-if="user.isBot" :title="i18n.ts.isBot"><i class="ph-robot ph-bold ph-lg"></i></span>
<button v-if="!isEditingMemo && !memoDraft" class="_button add-note-button" @click="showMemoTextarea">
<i class="ph-pencil-line ph-bold pg-lg"/> {{ i18n.ts.addMemo }}
<i class="ph-pencil-line ph-bold ph-lg"/> {{ i18n.ts.addMemo }}
</button>
</div>
</div>

View file

@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<MkContainer>
<template #icon><i class="ph-chart-line ph-bold pg-lg"></i></template>
<template #icon><i class="ph-chart-line ph-bold ph-lg"></i></template>
<template #header>{{ i18n.ts.activity }}</template>
<template #func="{ buttonStyleClass }">
<button class="_button" :class="buttonStyleClass" @click="showMenu">

View file

@ -19,7 +19,7 @@
</a>
<a :href="listenbrainz.listenbrainzurl">
<div class="playicon">
<i class="ph-play ph-bold pg-lg-filled"></i>
<i class="ph-play ph-bold ph-lg-filled"></i>
</div>
</a>
</div>

View file

@ -83,7 +83,7 @@ const headerTabs = $computed(() => user ? [{
}, {
key: 'activity',
title: i18n.ts.activity,
icon: 'ph-chart-line ph-bold pg-lg',
icon: 'ph-chart-line ph-bold ph-lg',
}, ...(user.host == null ? [{
key: 'achievements',
title: i18n.ts.achievements,
@ -99,7 +99,7 @@ const headerTabs = $computed(() => user ? [{
}, {
key: 'lists',
title: i18n.ts.lists,
icon: 'ph-list ph-bold pg-lg',
icon: 'ph-list ph-bold ph-lg',
}, {
key: 'pages',
title: i18n.ts.pages,
@ -107,11 +107,11 @@ const headerTabs = $computed(() => user ? [{
}, {
key: 'flashs',
title: 'Play',
icon: 'ph-play ph-bold pg-lg',
icon: 'ph-play ph-bold ph-lg',
}, {
key: 'gallery',
title: i18n.ts.gallery,
icon: 'ph-images-square ph-bold pg-lg',
icon: 'ph-images-square ph-bold ph-lg',
}] : []);
definePageMetadata(computed(() => user ? {