From 1a5620a3fc205e05cb45c79b936506aaa0ea35d7 Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Tue, 22 Oct 2024 13:12:53 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=92=84=20front:=20remove=20"account?= =?UTF-8?q?=20parameters"=20header=20in=20body=20=20(#388)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../popup/UserParameter/UserParameter.jsx | 35 +++++++++---------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/tdrive/frontend/src/app/views/client/popup/UserParameter/UserParameter.jsx b/tdrive/frontend/src/app/views/client/popup/UserParameter/UserParameter.jsx index 5a2abbae..268c4c44 100755 --- a/tdrive/frontend/src/app/views/client/popup/UserParameter/UserParameter.jsx +++ b/tdrive/frontend/src/app/views/client/popup/UserParameter/UserParameter.jsx @@ -61,25 +61,22 @@ export default class UserParameter extends Component { if (this.state.page === 1) { return (
-
{this.state.i18n.t('scenes.apps.account.title')}
-
- -
- -
-
-
+ +
+ +
+
); } From c61139076f09b32143ab9c03314e08ec54555925 Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Tue, 22 Oct 2024 13:15:07 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=92=84=20front:=20remove=20segment=20?= =?UTF-8?q?with=20hard=20coded=20snippet=20as=20well=20as=20headway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tdrive/frontend/public/index.html | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/tdrive/frontend/public/index.html b/tdrive/frontend/public/index.html index defcec71..cd2c63d1 100644 --- a/tdrive/frontend/public/index.html +++ b/tdrive/frontend/public/index.html @@ -54,13 +54,13 @@ left: calc(50% - 25px); position: absolute; top: calc(50% - 25px); - width: 50px; + width: 50px; } .path { stroke-dasharray: 1,200; stroke-dashoffset: 0; - animation: + animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite ; @@ -136,22 +136,5 @@ document.getElementById('body').className = 'electron'; } - - -