Skip to content

Commit

Permalink
refactor(ui): custom variables registry to vue (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Jul 25, 2019
1 parent bb52e5a commit e9ef1ca
Show file tree
Hide file tree
Showing 13 changed files with 868 additions and 774 deletions.
5 changes: 5 additions & 0 deletions d.ts/index.d.ts
Expand Up @@ -3,6 +3,11 @@ declare module '*.vue' {
export default Vue;
}

declare module '*.txt' {
const content: string;
export default content;
}

declare namespace NodeJS {
export interface Global {
linesParsed: number;
Expand Down
8 changes: 8 additions & 0 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -159,6 +159,7 @@
"minimist": "1.2.0",
"mocha": "6.1.4",
"node-sass": "4.12.0",
"raw-loader": "3.0.0",
"sinon": "7.3.2",
"terser": "4.1.2",
"test-until": "1.1.1",
Expand Down
3 changes: 0 additions & 3 deletions public/index.html
Expand Up @@ -20,9 +20,6 @@
<link rel="stylesheet" href="./dist/bootstrap-toggle/css/bootstrap-toggle.min.css" />
<link rel="stylesheet" href="./dist/bootstrap-slider/css/bootstrap-slider.min.css" />
<link rel="stylesheet" href="./dist/gridstack/css/gridstack.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.40.2/codemirror.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.40.2/addon/lint/lint.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/themes/prism-tomorrow.min.css" />
<script src="/socket.io/socket.io.js"></script>
</head>

Expand Down
499 changes: 0 additions & 499 deletions public/pages/registry/customVariables/edit.html

This file was deleted.

136 changes: 0 additions & 136 deletions public/pages/registry/customVariables/list.html

This file was deleted.

0 comments on commit e9ef1ca

Please sign in to comment.