Move non-reactive board properties to `provide`
This issue is a part of &9026 (closed)
To reduce the number of props passed down to the application, we need to analyze the Vuex state properties and evaluate which ones are not dynamic. Those properties can and should be moved to provide
on Boards app mount
Edited by Natalia Tepluhina