mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix lint
This commit is contained in:
parent
8c1c260418
commit
9b7dc2cac7
@ -3,11 +3,11 @@
|
|||||||
<template #filter-themen>
|
<template #filter-themen>
|
||||||
<li class="item">
|
<li class="item">
|
||||||
<labeled-button
|
<labeled-button
|
||||||
:filled="!filteredCategoryIds.length"
|
:filled="!filteredCategoryIds.length"
|
||||||
:label="$t('filter-menu.all')"
|
:label="$t('filter-menu.all')"
|
||||||
icon="check"
|
icon="check"
|
||||||
@click="resetCategories"
|
@click="resetCategories"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li class="item">
|
<li class="item">
|
||||||
<labeled-button filled :label="$t('actions.save')" icon="save" @click="saveCategories" />
|
<labeled-button filled :label="$t('actions.save')" icon="save" @click="saveCategories" />
|
||||||
|
|||||||
@ -3,12 +3,13 @@
|
|||||||
<template #filter-follower>
|
<template #filter-follower>
|
||||||
<li class="item">
|
<li class="item">
|
||||||
<labeled-button
|
<labeled-button
|
||||||
icon="user-plus"
|
icon="user-plus"
|
||||||
:label="$t('filter-menu.following')"
|
:label="$t('filter-menu.following')"
|
||||||
:filled="filteredByUsersFollowed"
|
:filled="filteredByUsersFollowed"
|
||||||
:title="$t('contribution.filterFollow')"
|
:title="$t('contribution.filterFollow')"
|
||||||
@click="toggleFilteredByFollowed(currentUser.id)"
|
@click="toggleFilteredByFollowed(currentUser.id)"
|
||||||
/></li>
|
/>
|
||||||
|
</li>
|
||||||
</template>
|
</template>
|
||||||
</filter-menu-section>
|
</filter-menu-section>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user