Skip to content

Commit

Permalink
Remove some of the unused component imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jelveh committed Jul 28, 2024
1 parent 0250469 commit 1e75384
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/gui/src/UI/UIWindow2FASetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ import RecoveryCodesView from "./Components/RecoveryCodesView.js";
import StepHeading from "./Components/StepHeading.js";
import StepView from "./Components/StepView.js";
import StringView from "./Components/StringView.js";
import TestView from "./Components/TestView.js";
import UIAlert from "./UIAlert.js";
import UIComponentWindow from "./UIComponentWindow.js";

const UIWindow2FASetup = async function UIWindow2FASetup () {
Expand Down
2 changes: 0 additions & 2 deletions src/gui/src/UI/UIWindowLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ import UIWindow from './UIWindow.js'
import UIWindowSignup from './UIWindowSignup.js'
import UIWindowRecoverPassword from './UIWindowRecoverPassword.js'
import TeePromise from '../util/TeePromise.js';
import UIAlert from './UIAlert.js';
import UIComponentWindow from './UIComponentWindow.js';
import Flexer from './Components/Flexer.js';
import CodeEntryView from './Components/CodeEntryView.js';
import JustHTML from './Components/JustHTML.js';
import StepView from './Components/StepView.js';
import TestView from './Components/TestView.js';
import Button from './Components/Button.js';
import RecoveryCodeEntryView from './Components/RecoveryCodeEntryView.js';

Expand Down
1 change: 0 additions & 1 deletion src/gui/src/UI/UIWindowQR.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

import Placeholder from '../util/Placeholder.js';
import TeePromise from '../util/TeePromise.js';
import Flexer from './Components/Flexer.js';
import QRCodeView from './Components/QRCode.js';
import UIWindow from './UIWindow.js'
Expand Down
2 changes: 0 additions & 2 deletions src/gui/src/UI/UIWindowTaskManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import UIWindow from "./UIWindow.js";
import { Component, defineComponent } from '../util/Component.js';
import UIComponentWindow from './UIComponentWindow.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 svc_process = globalThis.services.get('process');
Expand Down
1 change: 0 additions & 1 deletion src/gui/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,6 @@ span.header-sort-icon img {
flex-flow: row;
padding-left: 5px;
margin-bottom: -1px;

}

.device-phone .window-head {
Expand Down

0 comments on commit 1e75384

Please sign in to comment.