From be08be61c6475ade4334dee13884b3933ae1be6d Mon Sep 17 00:00:00 2001 From: Natty Date: Mon, 2 Oct 2023 19:05:30 +0200 Subject: [PATCH] Frontend: Removed blinking indicators --- .../frontend/client/src/components/MkLaunchPad.vue | 1 - fe_calckey/frontend/client/src/components/MkMenu.vue | 1 - .../frontend/client/src/pages/my-antennas/index.vue | 1 - .../frontend/client/src/pages/welcome.setup.vue | 2 +- fe_calckey/frontend/client/src/style.scss | 12 ------------ .../client/src/ui/_common_/navbar-for-mobile.vue | 1 - .../frontend/client/src/ui/_common_/navbar.vue | 2 -- fe_calckey/frontend/client/src/ui/deck.vue | 1 - fe_calckey/frontend/client/src/ui/universal.vue | 2 -- 9 files changed, 1 insertion(+), 22 deletions(-) diff --git a/fe_calckey/frontend/client/src/components/MkLaunchPad.vue b/fe_calckey/frontend/client/src/components/MkLaunchPad.vue index e54ac4f..29d2ecf 100644 --- a/fe_calckey/frontend/client/src/components/MkLaunchPad.vue +++ b/fe_calckey/frontend/client/src/components/MkLaunchPad.vue @@ -163,7 +163,6 @@ function close() { left: 32px; color: var(--indicator); font-size: 8px; - animation: blink 1s infinite; @media (max-width: 500px) { top: 16px; diff --git a/fe_calckey/frontend/client/src/components/MkMenu.vue b/fe_calckey/frontend/client/src/components/MkMenu.vue index f829fe8..e7d02da 100644 --- a/fe_calckey/frontend/client/src/components/MkMenu.vue +++ b/fe_calckey/frontend/client/src/components/MkMenu.vue @@ -483,7 +483,6 @@ onBeforeUnmount(() => { left: 13px; color: var(--indicator); font-size: 12px; - animation: blink 1s infinite; } } diff --git a/fe_calckey/frontend/client/src/pages/my-antennas/index.vue b/fe_calckey/frontend/client/src/pages/my-antennas/index.vue index feef954..47343b6 100644 --- a/fe_calckey/frontend/client/src/pages/my-antennas/index.vue +++ b/fe_calckey/frontend/client/src/pages/my-antennas/index.vue @@ -142,7 +142,6 @@ definePageMetadata({ &.ph-circle ph-fill { color: var(--indicator); - animation: blink 1s infinite; } &.ph-check { diff --git a/fe_calckey/frontend/client/src/pages/welcome.setup.vue b/fe_calckey/frontend/client/src/pages/welcome.setup.vue index ff57024..26a2984 100644 --- a/fe_calckey/frontend/client/src/pages/welcome.setup.vue +++ b/fe_calckey/frontend/client/src/pages/welcome.setup.vue @@ -1,6 +1,6 @@