Closed Namoshek closed 5 years ago
Thanks for the PR. Please give me a few days to test it out.
This looks great @Namoshek! One thing that I ask if that you get rid of the scss css in some of the new pages.
Most of our windows users have been having issues with the node-saas package and I decided to remove it as a devdependency in the base project.
My latest commit removes it from package.json and the Dash.vue page. This is a good conversion tool- https://www.sassmeister.com/.
Please also push to dev branch. Thanks!
Thanks for having a look at it @misterGF! I added the changes you requested and rebased on branch dev
.
This PR refactors some of the existing component templates into sub-components. This is especially true for the
Dash
andDashboard
components.Besides the refactoring, I also made following changes:
<div class="col-xs-12"></div>
for nicer looksDash.vue
)props
ofSidebar.vue
with one singleuser
prop (as the same is used for theDashHeader.vue
now)Hopefully, I did not forget to mention anything.