diff --git a/.editorconfig b/newgui/.editorconfig similarity index 100% rename from .editorconfig rename to newgui/.editorconfig diff --git a/.gitignore b/newgui/.gitignore similarity index 100% rename from .gitignore rename to newgui/.gitignore diff --git a/LICENSE b/newgui/LICENSE similarity index 100% rename from LICENSE rename to newgui/LICENSE diff --git a/README.md b/newgui/README.md similarity index 100% rename from README.md rename to newgui/README.md diff --git a/angular.json b/newgui/angular.json similarity index 100% rename from angular.json rename to newgui/angular.json diff --git a/browserslist b/newgui/browserslist similarity index 100% rename from browserslist rename to newgui/browserslist diff --git a/e2e/protractor.conf.js b/newgui/e2e/protractor.conf.js similarity index 100% rename from e2e/protractor.conf.js rename to newgui/e2e/protractor.conf.js diff --git a/e2e/src/app.e2e-spec.ts b/newgui/e2e/src/app.e2e-spec.ts similarity index 100% rename from e2e/src/app.e2e-spec.ts rename to newgui/e2e/src/app.e2e-spec.ts diff --git a/e2e/src/app.po.ts b/newgui/e2e/src/app.po.ts similarity index 100% rename from e2e/src/app.po.ts rename to newgui/e2e/src/app.po.ts diff --git a/e2e/tsconfig.json b/newgui/e2e/tsconfig.json similarity index 100% rename from e2e/tsconfig.json rename to newgui/e2e/tsconfig.json diff --git a/karma.conf.js b/newgui/karma.conf.js similarity index 100% rename from karma.conf.js rename to newgui/karma.conf.js diff --git a/package-lock.json b/newgui/package-lock.json similarity index 100% rename from package-lock.json rename to newgui/package-lock.json diff --git a/package.json b/newgui/package.json similarity index 100% rename from package.json rename to newgui/package.json diff --git a/screenshot.png b/newgui/screenshot.png similarity index 100% rename from screenshot.png rename to newgui/screenshot.png diff --git a/src/app/api-utils.ts b/newgui/src/app/api-utils.ts similarity index 100% rename from src/app/api-utils.ts rename to newgui/src/app/api-utils.ts diff --git a/src/app/app-routing.module.ts b/newgui/src/app/app-routing.module.ts similarity index 100% rename from src/app/app-routing.module.ts rename to newgui/src/app/app-routing.module.ts diff --git a/src/app/app.component.html b/newgui/src/app/app.component.html similarity index 100% rename from src/app/app.component.html rename to newgui/src/app/app.component.html diff --git a/src/app/app.component.scss b/newgui/src/app/app.component.scss similarity index 100% rename from src/app/app.component.scss rename to newgui/src/app/app.component.scss diff --git a/src/app/app.component.spec.ts b/newgui/src/app/app.component.spec.ts similarity index 100% rename from src/app/app.component.spec.ts rename to newgui/src/app/app.component.spec.ts diff --git a/src/app/app.component.ts b/newgui/src/app/app.component.ts similarity index 100% rename from src/app/app.component.ts rename to newgui/src/app/app.component.ts diff --git a/src/app/app.module.ts b/newgui/src/app/app.module.ts similarity index 100% rename from src/app/app.module.ts rename to newgui/src/app/app.module.ts diff --git a/src/app/card/card.component.scss b/newgui/src/app/card/card.component.scss similarity index 100% rename from src/app/card/card.component.scss rename to newgui/src/app/card/card.component.scss diff --git a/src/app/card/card.component.spec.ts b/newgui/src/app/card/card.component.spec.ts similarity index 100% rename from src/app/card/card.component.spec.ts rename to newgui/src/app/card/card.component.spec.ts diff --git a/src/app/card/card.component.ts b/newgui/src/app/card/card.component.ts similarity index 100% rename from src/app/card/card.component.ts rename to newgui/src/app/card/card.component.ts diff --git a/src/app/charts/chart-item/chart-item.component.html b/newgui/src/app/charts/chart-item/chart-item.component.html similarity index 100% rename from src/app/charts/chart-item/chart-item.component.html rename to newgui/src/app/charts/chart-item/chart-item.component.html diff --git a/src/app/charts/chart-item/chart-item.component.scss b/newgui/src/app/charts/chart-item/chart-item.component.scss similarity index 100% rename from src/app/charts/chart-item/chart-item.component.scss rename to newgui/src/app/charts/chart-item/chart-item.component.scss diff --git a/src/app/charts/chart-item/chart-item.component.spec.ts b/newgui/src/app/charts/chart-item/chart-item.component.spec.ts similarity index 100% rename from src/app/charts/chart-item/chart-item.component.spec.ts rename to newgui/src/app/charts/chart-item/chart-item.component.spec.ts diff --git a/src/app/charts/chart-item/chart-item.component.ts b/newgui/src/app/charts/chart-item/chart-item.component.ts similarity index 100% rename from src/app/charts/chart-item/chart-item.component.ts rename to newgui/src/app/charts/chart-item/chart-item.component.ts diff --git a/src/app/charts/chart/chart.component.html b/newgui/src/app/charts/chart/chart.component.html similarity index 100% rename from src/app/charts/chart/chart.component.html rename to newgui/src/app/charts/chart/chart.component.html diff --git a/src/app/charts/chart/chart.component.scss b/newgui/src/app/charts/chart/chart.component.scss similarity index 100% rename from src/app/charts/chart/chart.component.scss rename to newgui/src/app/charts/chart/chart.component.scss diff --git a/src/app/charts/chart/chart.component.spec.ts b/newgui/src/app/charts/chart/chart.component.spec.ts similarity index 100% rename from src/app/charts/chart/chart.component.spec.ts rename to newgui/src/app/charts/chart/chart.component.spec.ts diff --git a/src/app/charts/chart/chart.component.ts b/newgui/src/app/charts/chart/chart.component.ts similarity index 100% rename from src/app/charts/chart/chart.component.ts rename to newgui/src/app/charts/chart/chart.component.ts diff --git a/src/app/charts/donut-chart/donut-chart.component.html b/newgui/src/app/charts/donut-chart/donut-chart.component.html similarity index 100% rename from src/app/charts/donut-chart/donut-chart.component.html rename to newgui/src/app/charts/donut-chart/donut-chart.component.html diff --git a/src/app/charts/donut-chart/donut-chart.component.scss b/newgui/src/app/charts/donut-chart/donut-chart.component.scss similarity index 100% rename from src/app/charts/donut-chart/donut-chart.component.scss rename to newgui/src/app/charts/donut-chart/donut-chart.component.scss diff --git a/src/app/charts/donut-chart/donut-chart.component.spec.ts b/newgui/src/app/charts/donut-chart/donut-chart.component.spec.ts similarity index 100% rename from src/app/charts/donut-chart/donut-chart.component.spec.ts rename to newgui/src/app/charts/donut-chart/donut-chart.component.spec.ts diff --git a/src/app/charts/donut-chart/donut-chart.component.ts b/newgui/src/app/charts/donut-chart/donut-chart.component.ts similarity index 100% rename from src/app/charts/donut-chart/donut-chart.component.ts rename to newgui/src/app/charts/donut-chart/donut-chart.component.ts diff --git a/src/app/charts/tooltip.ts b/newgui/src/app/charts/tooltip.ts similarity index 100% rename from src/app/charts/tooltip.ts rename to newgui/src/app/charts/tooltip.ts diff --git a/src/app/completion.ts b/newgui/src/app/completion.ts similarity index 100% rename from src/app/completion.ts rename to newgui/src/app/completion.ts diff --git a/src/app/connections.ts b/newgui/src/app/connections.ts similarity index 100% rename from src/app/connections.ts rename to newgui/src/app/connections.ts diff --git a/src/app/dashboard/dashboard.component.html b/newgui/src/app/dashboard/dashboard.component.html similarity index 100% rename from src/app/dashboard/dashboard.component.html rename to newgui/src/app/dashboard/dashboard.component.html diff --git a/src/app/dashboard/dashboard.component.scss b/newgui/src/app/dashboard/dashboard.component.scss similarity index 100% rename from src/app/dashboard/dashboard.component.scss rename to newgui/src/app/dashboard/dashboard.component.scss diff --git a/src/app/dashboard/dashboard.component.spec.ts b/newgui/src/app/dashboard/dashboard.component.spec.ts similarity index 100% rename from src/app/dashboard/dashboard.component.spec.ts rename to newgui/src/app/dashboard/dashboard.component.spec.ts diff --git a/src/app/dashboard/dashboard.component.ts b/newgui/src/app/dashboard/dashboard.component.ts similarity index 100% rename from src/app/dashboard/dashboard.component.ts rename to newgui/src/app/dashboard/dashboard.component.ts diff --git a/src/app/device.ts b/newgui/src/app/device.ts similarity index 100% rename from src/app/device.ts rename to newgui/src/app/device.ts diff --git a/src/app/dialog/dialog.component.html b/newgui/src/app/dialog/dialog.component.html similarity index 100% rename from src/app/dialog/dialog.component.html rename to newgui/src/app/dialog/dialog.component.html diff --git a/src/app/dialog/dialog.component.scss b/newgui/src/app/dialog/dialog.component.scss similarity index 100% rename from src/app/dialog/dialog.component.scss rename to newgui/src/app/dialog/dialog.component.scss diff --git a/src/app/dialog/dialog.component.spec.ts b/newgui/src/app/dialog/dialog.component.spec.ts similarity index 100% rename from src/app/dialog/dialog.component.spec.ts rename to newgui/src/app/dialog/dialog.component.spec.ts diff --git a/src/app/dialog/dialog.component.ts b/newgui/src/app/dialog/dialog.component.ts similarity index 100% rename from src/app/dialog/dialog.component.ts rename to newgui/src/app/dialog/dialog.component.ts diff --git a/src/app/folder.ts b/newgui/src/app/folder.ts similarity index 100% rename from src/app/folder.ts rename to newgui/src/app/folder.ts diff --git a/src/app/http-interceptors/caching.interceptor.spec.ts b/newgui/src/app/http-interceptors/caching.interceptor.spec.ts similarity index 100% rename from src/app/http-interceptors/caching.interceptor.spec.ts rename to newgui/src/app/http-interceptors/caching.interceptor.spec.ts diff --git a/src/app/http-interceptors/caching.interceptor.ts b/newgui/src/app/http-interceptors/caching.interceptor.ts similarity index 100% rename from src/app/http-interceptors/caching.interceptor.ts rename to newgui/src/app/http-interceptors/caching.interceptor.ts diff --git a/src/app/http-interceptors/csrf.interceptor.spec.ts b/newgui/src/app/http-interceptors/csrf.interceptor.spec.ts similarity index 100% rename from src/app/http-interceptors/csrf.interceptor.spec.ts rename to newgui/src/app/http-interceptors/csrf.interceptor.spec.ts diff --git a/src/app/http-interceptors/csrf.interceptor.ts b/newgui/src/app/http-interceptors/csrf.interceptor.ts similarity index 100% rename from src/app/http-interceptors/csrf.interceptor.ts rename to newgui/src/app/http-interceptors/csrf.interceptor.ts diff --git a/src/app/http-interceptors/error.interceptor.spec.ts b/newgui/src/app/http-interceptors/error.interceptor.spec.ts similarity index 100% rename from src/app/http-interceptors/error.interceptor.spec.ts rename to newgui/src/app/http-interceptors/error.interceptor.spec.ts diff --git a/src/app/http-interceptors/error.interceptor.ts b/newgui/src/app/http-interceptors/error.interceptor.ts similarity index 100% rename from src/app/http-interceptors/error.interceptor.ts rename to newgui/src/app/http-interceptors/error.interceptor.ts diff --git a/src/app/http-interceptors/index.ts b/newgui/src/app/http-interceptors/index.ts similarity index 100% rename from src/app/http-interceptors/index.ts rename to newgui/src/app/http-interceptors/index.ts diff --git a/src/app/list-toggle/list-toggle.component.html b/newgui/src/app/list-toggle/list-toggle.component.html similarity index 100% rename from src/app/list-toggle/list-toggle.component.html rename to newgui/src/app/list-toggle/list-toggle.component.html diff --git a/src/app/list-toggle/list-toggle.component.scss b/newgui/src/app/list-toggle/list-toggle.component.scss similarity index 100% rename from src/app/list-toggle/list-toggle.component.scss rename to newgui/src/app/list-toggle/list-toggle.component.scss diff --git a/src/app/list-toggle/list-toggle.component.spec.ts b/newgui/src/app/list-toggle/list-toggle.component.spec.ts similarity index 100% rename from src/app/list-toggle/list-toggle.component.spec.ts rename to newgui/src/app/list-toggle/list-toggle.component.spec.ts diff --git a/src/app/list-toggle/list-toggle.component.ts b/newgui/src/app/list-toggle/list-toggle.component.ts similarity index 100% rename from src/app/list-toggle/list-toggle.component.ts rename to newgui/src/app/list-toggle/list-toggle.component.ts diff --git a/src/app/lists/device-list/device-list.component.html b/newgui/src/app/lists/device-list/device-list.component.html similarity index 100% rename from src/app/lists/device-list/device-list.component.html rename to newgui/src/app/lists/device-list/device-list.component.html diff --git a/src/app/lists/device-list/device-list.component.spec.ts b/newgui/src/app/lists/device-list/device-list.component.spec.ts similarity index 100% rename from src/app/lists/device-list/device-list.component.spec.ts rename to newgui/src/app/lists/device-list/device-list.component.spec.ts diff --git a/src/app/lists/device-list/device-list.component.ts b/newgui/src/app/lists/device-list/device-list.component.ts similarity index 100% rename from src/app/lists/device-list/device-list.component.ts rename to newgui/src/app/lists/device-list/device-list.component.ts diff --git a/src/app/lists/folder-list/folder-list.component.html b/newgui/src/app/lists/folder-list/folder-list.component.html similarity index 100% rename from src/app/lists/folder-list/folder-list.component.html rename to newgui/src/app/lists/folder-list/folder-list.component.html diff --git a/src/app/lists/folder-list/folder-list.component.spec.ts b/newgui/src/app/lists/folder-list/folder-list.component.spec.ts similarity index 100% rename from src/app/lists/folder-list/folder-list.component.spec.ts rename to newgui/src/app/lists/folder-list/folder-list.component.spec.ts diff --git a/src/app/lists/folder-list/folder-list.component.ts b/newgui/src/app/lists/folder-list/folder-list.component.ts similarity index 100% rename from src/app/lists/folder-list/folder-list.component.ts rename to newgui/src/app/lists/folder-list/folder-list.component.ts diff --git a/src/app/lists/status-list/status-list.component.html b/newgui/src/app/lists/status-list/status-list.component.html similarity index 100% rename from src/app/lists/status-list/status-list.component.html rename to newgui/src/app/lists/status-list/status-list.component.html diff --git a/src/app/lists/status-list/status-list.component.scss b/newgui/src/app/lists/status-list/status-list.component.scss similarity index 100% rename from src/app/lists/status-list/status-list.component.scss rename to newgui/src/app/lists/status-list/status-list.component.scss diff --git a/src/app/lists/status-list/status-list.component.spec.ts b/newgui/src/app/lists/status-list/status-list.component.spec.ts similarity index 100% rename from src/app/lists/status-list/status-list.component.spec.ts rename to newgui/src/app/lists/status-list/status-list.component.spec.ts diff --git a/src/app/lists/status-list/status-list.component.ts b/newgui/src/app/lists/status-list/status-list.component.ts similarity index 100% rename from src/app/lists/status-list/status-list.component.ts rename to newgui/src/app/lists/status-list/status-list.component.ts diff --git a/src/app/mocks/mock-db-completion.ts b/newgui/src/app/mocks/mock-db-completion.ts similarity index 100% rename from src/app/mocks/mock-db-completion.ts rename to newgui/src/app/mocks/mock-db-completion.ts diff --git a/src/app/mocks/mock-db-status.ts b/newgui/src/app/mocks/mock-db-status.ts similarity index 100% rename from src/app/mocks/mock-db-status.ts rename to newgui/src/app/mocks/mock-db-status.ts diff --git a/src/app/mocks/mock-system-config.ts b/newgui/src/app/mocks/mock-system-config.ts similarity index 100% rename from src/app/mocks/mock-system-config.ts rename to newgui/src/app/mocks/mock-system-config.ts diff --git a/src/app/mocks/mock-system-connections.ts b/newgui/src/app/mocks/mock-system-connections.ts similarity index 100% rename from src/app/mocks/mock-system-connections.ts rename to newgui/src/app/mocks/mock-system-connections.ts diff --git a/src/app/mocks/mock-system-status.ts b/newgui/src/app/mocks/mock-system-status.ts similarity index 100% rename from src/app/mocks/mock-system-status.ts rename to newgui/src/app/mocks/mock-system-status.ts diff --git a/src/app/services/cookie.service.spec.ts b/newgui/src/app/services/cookie.service.spec.ts similarity index 100% rename from src/app/services/cookie.service.spec.ts rename to newgui/src/app/services/cookie.service.spec.ts diff --git a/src/app/services/cookie.service.ts b/newgui/src/app/services/cookie.service.ts similarity index 100% rename from src/app/services/cookie.service.ts rename to newgui/src/app/services/cookie.service.ts diff --git a/src/app/services/db-completion.service.spec.ts b/newgui/src/app/services/db-completion.service.spec.ts similarity index 100% rename from src/app/services/db-completion.service.spec.ts rename to newgui/src/app/services/db-completion.service.spec.ts diff --git a/src/app/services/db-completion.service.ts b/newgui/src/app/services/db-completion.service.ts similarity index 100% rename from src/app/services/db-completion.service.ts rename to newgui/src/app/services/db-completion.service.ts diff --git a/src/app/services/db-status.service.spec.ts b/newgui/src/app/services/db-status.service.spec.ts similarity index 100% rename from src/app/services/db-status.service.spec.ts rename to newgui/src/app/services/db-status.service.spec.ts diff --git a/src/app/services/db-status.service.ts b/newgui/src/app/services/db-status.service.ts similarity index 100% rename from src/app/services/db-status.service.ts rename to newgui/src/app/services/db-status.service.ts diff --git a/src/app/services/device.service.spec.ts b/newgui/src/app/services/device.service.spec.ts similarity index 100% rename from src/app/services/device.service.spec.ts rename to newgui/src/app/services/device.service.spec.ts diff --git a/src/app/services/device.service.ts b/newgui/src/app/services/device.service.ts similarity index 100% rename from src/app/services/device.service.ts rename to newgui/src/app/services/device.service.ts diff --git a/src/app/services/filter.service.spec.ts b/newgui/src/app/services/filter.service.spec.ts similarity index 100% rename from src/app/services/filter.service.spec.ts rename to newgui/src/app/services/filter.service.spec.ts diff --git a/src/app/services/filter.service.ts b/newgui/src/app/services/filter.service.ts similarity index 100% rename from src/app/services/filter.service.ts rename to newgui/src/app/services/filter.service.ts diff --git a/src/app/services/folder.service.spec.ts b/newgui/src/app/services/folder.service.spec.ts similarity index 100% rename from src/app/services/folder.service.spec.ts rename to newgui/src/app/services/folder.service.spec.ts diff --git a/src/app/services/folder.service.ts b/newgui/src/app/services/folder.service.ts similarity index 100% rename from src/app/services/folder.service.ts rename to newgui/src/app/services/folder.service.ts diff --git a/src/app/services/in-memory-config-data.service.spec.ts b/newgui/src/app/services/in-memory-config-data.service.spec.ts similarity index 100% rename from src/app/services/in-memory-config-data.service.spec.ts rename to newgui/src/app/services/in-memory-config-data.service.spec.ts diff --git a/src/app/services/in-memory-config-data.service.ts b/newgui/src/app/services/in-memory-config-data.service.ts similarity index 100% rename from src/app/services/in-memory-config-data.service.ts rename to newgui/src/app/services/in-memory-config-data.service.ts diff --git a/src/app/services/message.service.spec.ts b/newgui/src/app/services/message.service.spec.ts similarity index 100% rename from src/app/services/message.service.spec.ts rename to newgui/src/app/services/message.service.spec.ts diff --git a/src/app/services/message.service.ts b/newgui/src/app/services/message.service.ts similarity index 100% rename from src/app/services/message.service.ts rename to newgui/src/app/services/message.service.ts diff --git a/src/app/services/progress.service.spec.ts b/newgui/src/app/services/progress.service.spec.ts similarity index 100% rename from src/app/services/progress.service.spec.ts rename to newgui/src/app/services/progress.service.spec.ts diff --git a/src/app/services/progress.service.ts b/newgui/src/app/services/progress.service.ts similarity index 100% rename from src/app/services/progress.service.ts rename to newgui/src/app/services/progress.service.ts diff --git a/src/app/services/request-cache.service.spec.ts b/newgui/src/app/services/request-cache.service.spec.ts similarity index 100% rename from src/app/services/request-cache.service.spec.ts rename to newgui/src/app/services/request-cache.service.spec.ts diff --git a/src/app/services/request-cache.service.ts b/newgui/src/app/services/request-cache.service.ts similarity index 100% rename from src/app/services/request-cache.service.ts rename to newgui/src/app/services/request-cache.service.ts diff --git a/src/app/services/system-config.service.spec.ts b/newgui/src/app/services/system-config.service.spec.ts similarity index 100% rename from src/app/services/system-config.service.spec.ts rename to newgui/src/app/services/system-config.service.spec.ts diff --git a/src/app/services/system-config.service.ts b/newgui/src/app/services/system-config.service.ts similarity index 100% rename from src/app/services/system-config.service.ts rename to newgui/src/app/services/system-config.service.ts diff --git a/src/app/services/system-connections.service.spec.ts b/newgui/src/app/services/system-connections.service.spec.ts similarity index 100% rename from src/app/services/system-connections.service.spec.ts rename to newgui/src/app/services/system-connections.service.spec.ts diff --git a/src/app/services/system-connections.service.ts b/newgui/src/app/services/system-connections.service.ts similarity index 100% rename from src/app/services/system-connections.service.ts rename to newgui/src/app/services/system-connections.service.ts diff --git a/src/app/services/system-status.service.spec.ts b/newgui/src/app/services/system-status.service.spec.ts similarity index 100% rename from src/app/services/system-status.service.spec.ts rename to newgui/src/app/services/system-status.service.spec.ts diff --git a/src/app/services/system-status.service.ts b/newgui/src/app/services/system-status.service.ts similarity index 100% rename from src/app/services/system-status.service.ts rename to newgui/src/app/services/system-status.service.ts diff --git a/src/app/style.ts b/newgui/src/app/style.ts similarity index 100% rename from src/app/style.ts rename to newgui/src/app/style.ts diff --git a/src/app/system-status.ts b/newgui/src/app/system-status.ts similarity index 100% rename from src/app/system-status.ts rename to newgui/src/app/system-status.ts diff --git a/src/app/trim.pipe.spec.ts b/newgui/src/app/trim.pipe.spec.ts similarity index 100% rename from src/app/trim.pipe.spec.ts rename to newgui/src/app/trim.pipe.spec.ts diff --git a/src/app/trim.pipe.ts b/newgui/src/app/trim.pipe.ts similarity index 100% rename from src/app/trim.pipe.ts rename to newgui/src/app/trim.pipe.ts diff --git a/src/app/type.ts b/newgui/src/app/type.ts similarity index 100% rename from src/app/type.ts rename to newgui/src/app/type.ts diff --git a/src/assets/.gitkeep b/newgui/src/assets/.gitkeep similarity index 100% rename from src/assets/.gitkeep rename to newgui/src/assets/.gitkeep diff --git a/src/assets/logo-horizontal.svg b/newgui/src/assets/logo-horizontal.svg similarity index 100% rename from src/assets/logo-horizontal.svg rename to newgui/src/assets/logo-horizontal.svg diff --git a/src/environments/environment.prod.ts b/newgui/src/environments/environment.prod.ts similarity index 100% rename from src/environments/environment.prod.ts rename to newgui/src/environments/environment.prod.ts diff --git a/src/environments/environment.ts b/newgui/src/environments/environment.ts similarity index 100% rename from src/environments/environment.ts rename to newgui/src/environments/environment.ts diff --git a/src/favicon.ico b/newgui/src/favicon.ico similarity index 100% rename from src/favicon.ico rename to newgui/src/favicon.ico diff --git a/src/index.html b/newgui/src/index.html similarity index 100% rename from src/index.html rename to newgui/src/index.html diff --git a/src/main.ts b/newgui/src/main.ts similarity index 100% rename from src/main.ts rename to newgui/src/main.ts diff --git a/src/polyfills.ts b/newgui/src/polyfills.ts similarity index 100% rename from src/polyfills.ts rename to newgui/src/polyfills.ts diff --git a/src/styles.scss b/newgui/src/styles.scss similarity index 100% rename from src/styles.scss rename to newgui/src/styles.scss diff --git a/src/test.ts b/newgui/src/test.ts similarity index 100% rename from src/test.ts rename to newgui/src/test.ts diff --git a/tsconfig.app.json b/newgui/tsconfig.app.json similarity index 100% rename from tsconfig.app.json rename to newgui/tsconfig.app.json diff --git a/tsconfig.json b/newgui/tsconfig.json similarity index 100% rename from tsconfig.json rename to newgui/tsconfig.json diff --git a/tsconfig.spec.json b/newgui/tsconfig.spec.json similarity index 100% rename from tsconfig.spec.json rename to newgui/tsconfig.spec.json diff --git a/tslint.json b/newgui/tslint.json similarity index 100% rename from tslint.json rename to newgui/tslint.json