From e1bffe6ef58b5175a6f50e7c0a476beebd0d40ef Mon Sep 17 00:00:00 2001 From: marcobaobao Date: Fri, 6 May 2022 00:57:45 +0200 Subject: [PATCH] Docker build Hot fix --- .DS_Store | Bin 0 -> 8196 bytes frontend/src/components/Footer.tsx | 45 ----------------------------- package.json | 5 ++-- 3 files changed, 2 insertions(+), 48 deletions(-) create mode 100644 .DS_Store delete mode 100644 frontend/src/components/Footer.tsx diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..ec73940cf5cdbca17e2220868e83c9c7252d457c GIT binary patch literal 8196 zcmeI1O>YuG7{{NX*e(_-F`95O*~BYF+G=Ct1(6;+cqv8?YH+u#W$m&<*rmiYB%Jj- z_!YeRN&GIJ^#9Ck$+CboG4UnNBs0&vJpY;9-weAvKt!TB>h2I#h{!@_Ti!&mB=I=s zg_KKruEPrG>2V;B-9Wl%mlwQEhaq4H7y^cXAz%pn4FvGc=47pS@9R-h8UlvEe@TF! z4>mH}Mq;Phsz(P36#~HK(XA5d>Z?Dj%^k3f#7?zE50cPQSS=Mvh#`{5L1;O~8;So^ zTP-J{R>nNZ$|8wSL=t!iTe*{HXlqJCzz|p@z_ELty5v(taVCC$h_Tu?m6UMi=Z>R6 z66b$*2Z0~O_4*f)TgzWr->^2UP3u*=C&%sBiAPb>8NT4wQz--YqVBlQd~e(--*_a$ z*zrSes04o3gUie3e%O`crW}RcNNL-8z$#dUPPuY^ey?7y+IR2oPpbC$!7kVL_9v5q zb@TR}2S=ULpdZTj`c_5qxS*15&&m&|&F<%{Jq!aGo}iEYuTqO79n&d!G^96R6Ofl- z^9g=wHU%)0G^P-~k{q<6i~=;pR*L2l#h>Q7d$3cr_jZ4k>ykUm5H2p#q8j?#3^P!k zV|ER@;Zcme>Cra5Lv0(XfCf-U)SFj}TbVtwpdMm(Lg+k{-Hbn7hFhfT9HKQzIc8M$Vs6%~K8}S*+o{1cvxb%ue+=-)3o`coARqGLdGC!uy(iU_f zavwbS{PEeXfsccpVE$T(Pi|UUpd&iOj4gTsTZ1CYg*m1b>tMj2j599hXBW&c?ORg5 zF^K!P!V|Q9#Bg32!}}-bD~dCvdH-VvOfm#6C$OenDjfeGuKxZ1@`;RxAz%pnvjjxG z)owL$`4?Z7vvwN(-nDjbJZ;W+H<4@1;#xU!~^*r~SYK{7uCC=8}B I1b!=l@0Cna`v3p{ literal 0 HcmV?d00001 diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx deleted file mode 100644 index 2e92127..0000000 --- a/frontend/src/components/Footer.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import { HddStackFill, Ethernet, Github, CheckSquareFill, XSquareFill } from 'react-bootstrap-icons'; -import './Footer.css'; - -type Props = { - freeSpace: string, - statistics?: string, - serverAddr: string, - connected: boolean, -} - -const isDesktop = window.innerWidth > 510; - -export const Footer = ({ freeSpace, statistics, serverAddr, connected }: Props) => { - return ( - - ); -} \ No newline at end of file diff --git a/package.json b/package.json index 3c0b25e..4bd8117 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,6 @@ "@mui/icons-material": "^5.6.2", "@mui/material": "^5.6.4", "@reduxjs/toolkit": "^1.8.1", - "@types/react-router-dom": "^5.3.3", "babel-plugin-dev-expression": "^0.2.3", "better-sqlite3": "^7.4.5", "react": "^17.0.2", @@ -33,10 +32,10 @@ "rxjs": "^7.4.0", "socket.io": "^4.3.2", "socket.io-client": "^4.3.2", - "uuid": "^8.3.2", - "vite": "^2.9.8" + "uuid": "^8.3.2" }, "devDependencies": { + "@types/react-router-dom": "^5.3.3", "@parcel/transformer-yaml": "^2.5.0", "@types/better-sqlite3": "^7.4.2", "@types/node": "^17.0.13",