From 21b56a9c55a52486efd4134b8baf088fc9657270 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sat, 7 Mar 2020 21:47:00 +0100 Subject: [PATCH] fix many problems; download gcode files --- public/favicon.ico | Bin 4286 -> 1150 bytes public/index.html | 2 +- src/App.vue | 10 +++++--- src/components/panels/StatusPanel.vue | 4 +-- src/components/panels/TempchartPanel.vue | 11 +++++--- src/components/panels/ToolsPanel.vue | 12 ++++----- src/pages/Files.vue | 31 ++++++++++++++++++++--- src/store/index.js | 3 +-- 8 files changed, 50 insertions(+), 23 deletions(-) diff --git a/public/favicon.ico b/public/favicon.ico index df36fcfb72584e00488330b560ebcf34a41c64c2..02b4d382def1c5eccd7160f98644586b4f86f2a8 100644 GIT binary patch literal 1150 zcmb7@u}T9$5Qaw+u@MX?A_PgyS=jpqk}_SI6h44edQM8nsxz|Lz83NC+xlW^ZQxx!u`0vnl>_Ipeoz+gYnea4C@NC;SS>l*pfhR4+K|kT&tYRF9Vc literal 4286 zcmds*O-Phc6o&64GDVCEQHxsW(p4>LW*W<827=Unuo8sGpRux(DN@jWP-e29Wl%wj zY84_aq9}^Am9-cWTD5GGEo#+5Fi2wX_P*bo+xO!)p*7B;iKlbFd(U~_d(U?#hLj56 zPhFkj-|A6~Qk#@g^#D^U0XT1cu=c-vu1+SElX9NR;kzAUV(q0|dl0|%h|dI$%VICy zJnu2^L*Te9JrJMGh%-P79CL0}dq92RGU6gI{v2~|)p}sG5x0U*z<8U;Ij*hB9z?ei z@g6Xq-pDoPl=MANPiR7%172VA%r)kevtV-_5H*QJKFmd;8yA$98zCxBZYXTNZ#QFk2(TX0;Y2dt&WitL#$96|gJY=3xX zpCoi|YNzgO3R`f@IiEeSmKrPSf#h#Qd<$%Ej^RIeeYfsxhPMOG`S`Pz8q``=511zm zAm)MX5AV^5xIWPyEu7u>qYs?pn$I4nL9J!=K=SGlKLXpE<5x+2cDTXq?brj?n6sp= zphe9;_JHf40^9~}9i08r{XM$7HB!`{Ys~TK0kx<}ZQng`UPvH*11|q7&l9?@FQz;8 zx!=3<4seY*%=OlbCbcae?5^V_}*K>Uo6ZWV8mTyE^B=DKy7-sdLYkR5Z?paTgK-zyIkKjIcpyO z{+uIt&YSa_$QnN_@t~L014dyK(fOOo+W*MIxbA6Ndgr=Y!f#Tokqv}n<7-9qfHkc3 z=>a|HWqcX8fzQCT=dqVbogRq!-S>H%yA{1w#2Pn;=e>JiEj7Hl;zdt-2f+j2%DeVD zsW0Ab)ZK@0cIW%W7z}H{&~yGhn~D;aiP4=;m-HCo`BEI+Kd6 z={Xwx{TKxD#iCLfl2vQGDitKtN>z|-AdCN|$jTFDg0m3O`WLD4_s#$S diff --git a/public/index.html b/public/index.html index 1f8d1b2f8..047a275e5 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - kwc + KlipperWebControl diff --git a/src/App.vue b/src/App.vue index 68c21181b..9b99f4a84 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,7 +32,7 @@ elevate-on-scroll> - mdi-refresh-circle reconnect + Emergency Stop @@ -124,7 +124,10 @@ export default { text-align: center; border-bottom: 1px solid #ffffff40; margin-bottom: 1em; - padding: .75em 0 .25em 0; + padding: .75em 0 .75em 0; + display: flex; + align-items: center; + justify-content: center; } #nav-header img { @@ -133,9 +136,8 @@ export default { } #nav-header .v-toolbar__title { - display: inline-block; - line-height: 40px; font-size: 24px; + vertical-align: middle; } .v-navigation-drawer__content { diff --git a/src/components/panels/StatusPanel.vue b/src/components/panels/StatusPanel.vue index d13139206..28ee04ac6 100644 --- a/src/components/panels/StatusPanel.vue +++ b/src/components/panels/StatusPanel.vue @@ -7,8 +7,8 @@ {{ toolhead !== null && 'status' in toolhead ? toolhead.status : "" }} pause job - resume job - cancel job + cancel job + resume job diff --git a/src/components/panels/TempchartPanel.vue b/src/components/panels/TempchartPanel.vue index 65c9f3a19..3666f29d1 100644 --- a/src/components/panels/TempchartPanel.vue +++ b/src/components/panels/TempchartPanel.vue @@ -4,11 +4,11 @@ fa-thermometer-three-quarters Temperature Chart - buxdehude + {{ heatersCount }} heaters - + @@ -16,7 +16,7 @@