Boards - Use provide/inject for static props
A lot of static props are passed through Vue components in boards while only being required in a few of them. We should use provide/inject for the following props: boardId
, groupId
, rootPath
, issueLinkBase
. Also possibly for canAdminList
and disabled
.