Add minimal draft management tool

This commit is contained in:
tusooa 2023-03-10 12:10:39 -05:00
commit 02e2e6b1bf
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
10 changed files with 186 additions and 45 deletions

View file

@ -78,6 +78,11 @@ export const ROOT_ITEMS = {
label: 'nav.announcements',
badgeGetter: 'unreadAnnouncementCount',
criteria: ['announcements']
},
drafts: {
route: 'drafts',
icon: 'file-pen',
label: 'nav.drafts'
}
}