diff --git a/web/package-lock.json b/web/package-lock.json index 04853bc..0738968 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -21954,9 +21954,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": { - "ajv": "^8.0.0" - } + "requires": {} }, "ajv-keywords": { "version": "5.1.0", @@ -23037,9 +23035,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": { - "ajv": "^8.0.0" - } + "requires": {} }, "ajv-keywords": { "version": "5.1.0", @@ -26308,9 +26304,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": { - "ajv": "^8.0.0" - } + "requires": {} }, "ajv-keywords": { "version": "5.1.0", @@ -27360,7 +27354,6 @@ "css-has-pseudo": "^2.0.0", "css-prefers-color-scheme": "^5.0.0", "cssdb": "^5.0.0", - "postcss": "^8.3", "postcss-attribute-case-insensitive": "^5.0.0", "postcss-color-functional-notation": "^4.0.1", "postcss-color-hex-alpha": "^8.0.0", @@ -29594,9 +29587,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": { - "ajv": "^8.0.0" - } + "requires": {} }, "ajv-keywords": { "version": "5.1.0", @@ -29676,9 +29667,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "requires": { - "ajv": "^8.0.0" - } + "requires": {} }, "ajv-keywords": { "version": "5.1.0", diff --git a/web/src/App.css b/web/src/App.css deleted file mode 100644 index 74b5e05..0000000 --- a/web/src/App.css +++ /dev/null @@ -1,38 +0,0 @@ -.App { - text-align: center; -} - -.App-logo { - height: 40vmin; - pointer-events: none; -} - -@media (prefers-reduced-motion: no-preference) { - .App-logo { - animation: App-logo-spin infinite 20s linear; - } -} - -.App-header { - background-color: #282c34; - min-height: 100vh; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - font-size: calc(10px + 2vmin); - color: white; -} - -.App-link { - color: #61dafb; -} - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} diff --git a/web/src/App.js b/web/src/App.js index 39ab915..92a1491 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -1,5 +1,3 @@ -import logo from './logo.svg'; -import './App.css'; import APIBackend from "./apiBackend"; import StreamingBackend from "./streamingBackend"; import CapacitorClient from "./client"; @@ -21,20 +19,7 @@ function App() {
-
- logo -

- Edit src/App.js and save to reload. -

- - Learn React - -
+
hello
); diff --git a/web/src/logo.svg b/web/src/logo.svg deleted file mode 100644 index 9dfc1c0..0000000 --- a/web/src/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file