misterGF / CoPilot

Responsive Bootstrap 3 Admin Template based on AdminLTE with vue.js
https://copilot.misterGF.io
2.92k stars 714 forks source link

Refactors common code into own components #75

Closed Namoshek closed 5 years ago

Namoshek commented 6 years ago

This PR refactors some of the existing component templates into sub-components. This is especially true for the Dash and Dashboard components.

Besides the refactoring, I also made following changes:

Hopefully, I did not forget to mention anything.

misterGF commented 6 years ago

Thanks for the PR. Please give me a few days to test it out.

misterGF commented 6 years ago

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!

Namoshek commented 6 years ago

Thanks for having a look at it @misterGF! I added the changes you requested and rebased on branch dev.