less recent items
This commit is contained in:
@@ -69,7 +69,7 @@ const setViewMode = (viewMode: ViewMode) => {
|
||||
<template #items>
|
||||
<template v-if="!loading">
|
||||
<SideBarMenuItem
|
||||
v-for="note in notes.slice(-10)"
|
||||
v-for="note in notes.slice(-5)"
|
||||
:key="note.id"
|
||||
icon="far fa-file-alt fa-fw"
|
||||
@click="setActiveNote(note.id)"
|
||||
|
||||
Reference in New Issue
Block a user