mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 11:04:10 +02:00
clean up
This commit is contained in:
@@ -10,9 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
<template #empty><MkResult type="empty" :text="i18n.ts.noNotes"/></template>
|
||||
|
||||
<template #default="{ items }">
|
||||
<MkDateSeparatedList v-slot="{ item }" :items="items" :direction="'down'" :noGap="false" :ad="false">
|
||||
<MkNote :key="item.id" :note="item.note" :class="$style.note"/>
|
||||
</MkDateSeparatedList>
|
||||
<MkNote v-for="item in items" :key="item.id" :note="item.note" :class="$style.note"/>
|
||||
</template>
|
||||
</MkPagination>
|
||||
</div>
|
||||
@@ -23,7 +21,6 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
import { markRaw } from 'vue';
|
||||
import MkPagination from '@/components/MkPagination.vue';
|
||||
import MkNote from '@/components/MkNote.vue';
|
||||
import MkDateSeparatedList from '@/components/MkDateSeparatedList.vue';
|
||||
import { i18n } from '@/i18n.js';
|
||||
import { definePage } from '@/page.js';
|
||||
import { Paginator } from '@/utility/paginator.js';
|
||||
|
||||
Reference in New Issue
Block a user