MediaWikiAGE / MAGE

MediaWiki Automated Graphical Editor. Mostly meant to be a replacement for AutoWikiBrowser (AWB).
MIT License
7 stars 7 forks source link

merge Header into App, fix typo in Footer #35

Closed DSquirrelGM closed 3 years ago

lavgup commented 3 years ago

This doesn’t seem like a great PR as the purpose of components and layouts is exactly this. Components exist and should be used here as they are reusable, and the header is going to be literally one of the most reused components. We can chuck the header into the default layout, so there isn’t any duplicate code throughout each page. We can worry about user customisation later as that is low priority, and we should be using the Vuex store for theming anyway.