Ver código fonte

Remove some of the unused component imports

Nariman Jelveh 9 meses atrás
pai
commit
1e753843d2

+ 0 - 2
src/gui/src/UI/UIWindow2FASetup.js

@@ -48,8 +48,6 @@ import RecoveryCodesView from "./Components/RecoveryCodesView.js";
 import StepHeading from "./Components/StepHeading.js";
 import StepHeading from "./Components/StepHeading.js";
 import StepView from "./Components/StepView.js";
 import StepView from "./Components/StepView.js";
 import StringView from "./Components/StringView.js";
 import StringView from "./Components/StringView.js";
-import TestView from "./Components/TestView.js";
-import UIAlert from "./UIAlert.js";
 import UIComponentWindow from "./UIComponentWindow.js";
 import UIComponentWindow from "./UIComponentWindow.js";
 
 
 const UIWindow2FASetup = async function UIWindow2FASetup () {
 const UIWindow2FASetup = async function UIWindow2FASetup () {

+ 0 - 2
src/gui/src/UI/UIWindowLogin.js

@@ -21,13 +21,11 @@ import UIWindow from './UIWindow.js'
 import UIWindowSignup from './UIWindowSignup.js'
 import UIWindowSignup from './UIWindowSignup.js'
 import UIWindowRecoverPassword from './UIWindowRecoverPassword.js'
 import UIWindowRecoverPassword from './UIWindowRecoverPassword.js'
 import TeePromise from '../util/TeePromise.js';
 import TeePromise from '../util/TeePromise.js';
-import UIAlert from './UIAlert.js';
 import UIComponentWindow from './UIComponentWindow.js';
 import UIComponentWindow from './UIComponentWindow.js';
 import Flexer from './Components/Flexer.js';
 import Flexer from './Components/Flexer.js';
 import CodeEntryView from './Components/CodeEntryView.js';
 import CodeEntryView from './Components/CodeEntryView.js';
 import JustHTML from './Components/JustHTML.js';
 import JustHTML from './Components/JustHTML.js';
 import StepView from './Components/StepView.js';
 import StepView from './Components/StepView.js';
-import TestView from './Components/TestView.js';
 import Button from './Components/Button.js';
 import Button from './Components/Button.js';
 import RecoveryCodeEntryView from './Components/RecoveryCodeEntryView.js';
 import RecoveryCodeEntryView from './Components/RecoveryCodeEntryView.js';
 
 

+ 0 - 1
src/gui/src/UI/UIWindowQR.js

@@ -18,7 +18,6 @@
  */
  */
 
 
 import Placeholder from '../util/Placeholder.js';
 import Placeholder from '../util/Placeholder.js';
-import TeePromise from '../util/TeePromise.js';
 import Flexer from './Components/Flexer.js';
 import Flexer from './Components/Flexer.js';
 import QRCodeView from './Components/QRCode.js';
 import QRCodeView from './Components/QRCode.js';
 import UIWindow from './UIWindow.js'
 import UIWindow from './UIWindow.js'

+ 0 - 2
src/gui/src/UI/UIWindowTaskManager.js

@@ -23,8 +23,6 @@ import UIWindow from "./UIWindow.js";
 import { Component, defineComponent } from '../util/Component.js';
 import { Component, defineComponent } from '../util/Component.js';
 import UIComponentWindow from './UIComponentWindow.js';
 import UIComponentWindow from './UIComponentWindow.js';
 import Table from './Components/Table.js';
 import Table from './Components/Table.js';
-import Placeholder from '../util/Placeholder.js';
-import TestView from './Components/TestView.js';
 
 
 const end_process = async (uuid, force) => {
 const end_process = async (uuid, force) => {
     const svc_process = globalThis.services.get('process');
     const svc_process = globalThis.services.get('process');

+ 0 - 1
src/gui/src/css/style.css

@@ -981,7 +981,6 @@ span.header-sort-icon img {
     flex-flow: row;
     flex-flow: row;
     padding-left: 5px;
     padding-left: 5px;
     margin-bottom: -1px;
     margin-bottom: -1px;
-
 }
 }
 
 
 .device-phone .window-head {
 .device-phone .window-head {