chore(front): remove add library link from profile

This commit is contained in:
ArneBo 2025-02-15 00:25:35 +01:00
parent 0d0c0837fa
commit aa99c65149
1 changed files with 0 additions and 9 deletions

View File

@ -58,15 +58,6 @@ const createForm = ref()
<channels-widget :filters="{scope: `actor:${object?.full_username}`}" /> <channels-widget :filters="{scope: `actor:${object?.full_username}`}" />
<h2 class="ui with-actions header"> <h2 class="ui with-actions header">
{{ t('views.auth.ProfileOverview.header.libraries') }} {{ t('views.auth.ProfileOverview.header.libraries') }}
<div
v-if="store.state.auth.authenticated && object?.full_username === store.state.auth.fullUsername"
class="actions"
>
<router-link :to="{name: 'content.libraries.index'}">
<i class="bi bi-plus" />
{{ t('views.auth.ProfileOverview.link.addNew') }}
</router-link>
</div>
</h2> </h2>
<library-widget :url="`federation/actors/${object?.full_username}/libraries/`"> <library-widget :url="`federation/actors/${object?.full_username}/libraries/`">
<template #title> <template #title>