testup-2 icon indicating copy to clipboard operation
testup-2 copied to clipboard

Refactor webdialog content root

Open thomthom opened this issue 6 years ago • 0 comments

The Runner and Preferences dialog all have the same scaffolding. They just refer to different JS and CSS files. And currently the root Vue app template is directly in the HTML file. By refactoring out the root app template to a separate App component for each dialog we can use the same HTML scaffolding and have Webpack generate appropriate HTML file for each of them.

thomthom avatar Jun 11 '18 13:06 thomthom