mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-12 14:40:22 +08:00
feat: optimize the quick search function
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import { AllPagesIcon, FavouritesIcon, TrashIcon } from '@blocksuite/icons';
|
||||
export const List = [
|
||||
{
|
||||
title: 'All pages',
|
||||
href: '/page-list/all',
|
||||
icon: AllPagesIcon,
|
||||
},
|
||||
{
|
||||
title: 'Favourites',
|
||||
href: '/page-list/favorite',
|
||||
icon: FavouritesIcon,
|
||||
},
|
||||
{
|
||||
title: 'Trash',
|
||||
href: '/page-list/trash',
|
||||
icon: TrashIcon,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user