From adaa2a3eef492b5ea6e80b41e209aa0b0b150b8f Mon Sep 17 00:00:00 2001 From: "smx.pusha" <139338836+smxpusha@users.noreply.github.com> Date: Fri, 14 Aug 2026 19:51:04 +0200 Subject: [PATCH] ENH - refine factory reset screen Replace the circular reset ornament with a layered device mark and add a modern restrained gradient surface while preserving the existing reset progress and protection status behavior. --- frontend/src/views/apps/SettingsApp.vue | 147 ++++++++++++++++-------- 1 file changed, 97 insertions(+), 50 deletions(-) diff --git a/frontend/src/views/apps/SettingsApp.vue b/frontend/src/views/apps/SettingsApp.vue index 001dfed..2f288bb 100644 --- a/frontend/src/views/apps/SettingsApp.vue +++ b/frontend/src/views/apps/SettingsApp.vue @@ -122,7 +122,6 @@ type PasscodeFlow = | null const FACTORY_RESET_DURATION_MS = 8_000 -const FACTORY_RESET_RING_CIRCUMFERENCE = 289.03 const phone = usePhoneStore() const mediaPicker = useMessageMediaStore() @@ -1577,23 +1576,14 @@ onBeforeUnmount(() => { aria-live="polite" >
-