From 77a2ca932d035ee48bf378aebd81690ea1958985 Mon Sep 17 00:00:00 2001 From: fabiankraus Date: Mon, 30 Oct 2023 19:12:57 +0100 Subject: [PATCH] Add App-title and Logo, Add new Template for new electricity Bill Refactoring --- frontend/index.html | 4 +- .../{src/assets => public}/british-flag.svg | 0 frontend/public/favicon.ico | Bin 4286 -> 0 bytes frontend/public/favicon.svg | 504 ++++++++++++++++++ .../{src/assets => public}/german-flag.svg | 0 frontend/src/components/Header.vue | 8 +- frontend/src/components/SelectTemplate.vue | 25 +- frontend/src/locales/de.json | 3 +- frontend/src/locales/en.json | 3 +- 9 files changed, 523 insertions(+), 24 deletions(-) rename frontend/{src/assets => public}/british-flag.svg (100%) delete mode 100644 frontend/public/favicon.ico create mode 100644 frontend/public/favicon.svg rename frontend/{src/assets => public}/german-flag.svg (100%) diff --git a/frontend/index.html b/frontend/index.html index 308c36d..17a6b6c 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,9 +2,9 @@ - + - Vite App + Kassenbuch
diff --git a/frontend/src/assets/british-flag.svg b/frontend/public/british-flag.svg similarity index 100% rename from frontend/src/assets/british-flag.svg rename to frontend/public/british-flag.svg diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico deleted file mode 100644 index df36fcfb72584e00488330b560ebcf34a41c64c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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/frontend/public/favicon.svg b/frontend/public/favicon.svg new file mode 100644 index 0000000..6233b43 --- /dev/null +++ b/frontend/public/favicon.svg @@ -0,0 +1,504 @@ + + + + + + + + + + + Endstation + + Endstation + + + diff --git a/frontend/src/assets/german-flag.svg b/frontend/public/german-flag.svg similarity index 100% rename from frontend/src/assets/german-flag.svg rename to frontend/public/german-flag.svg diff --git a/frontend/src/components/Header.vue b/frontend/src/components/Header.vue index 135b09f..d6cd624 100644 --- a/frontend/src/components/Header.vue +++ b/frontend/src/components/Header.vue @@ -2,15 +2,12 @@

{{$t("cashBook")}}