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

@ -19,7 +19,8 @@ import {
faInfoCircle,
faStream,
faList,
faBullhorn
faBullhorn,
faFilePen
} from '@fortawesome/free-solid-svg-icons'
library.add(
@ -34,7 +35,8 @@ library.add(
faInfoCircle,
faStream,
faList,
faBullhorn
faBullhorn,
faFilePen
)
const NavPanel = {
props: ['forceExpand', 'forceEditMode'],