From 9a884a80b661a4623c4a69849794262f6fea98a5 Mon Sep 17 00:00:00 2001 From: AetherForge Date: Mon, 8 Jun 2026 19:53:06 -0700 Subject: [PATCH] Make hacker cursor trails visible on all desktop deck pages. Remove Command-Deck-only gating, boost 0/1 particle intensity, add crosshair cursor, and relabel the settings toggle so operators can find the effect. --- server/web/src/components/Layout/Layout.tsx | 4 +-- .../web/src/components/Visual/CursorFire.css | 21 ++++++++++- .../web/src/components/Visual/CursorFire.tsx | 36 +++++++++---------- server/web/src/components/components.test.tsx | 5 +-- server/web/src/pages/SettingsPage.tsx | 6 ++-- server/web/src/visual/visualPrefs.test.ts | 2 +- 6 files changed, 47 insertions(+), 27 deletions(-) diff --git a/server/web/src/components/Layout/Layout.tsx b/server/web/src/components/Layout/Layout.tsx index b8a1853..269fd21 100644 --- a/server/web/src/components/Layout/Layout.tsx +++ b/server/web/src/components/Layout/Layout.tsx @@ -348,10 +348,10 @@ export default function Layout({ children }: LayoutProps) { return (
- {!isMobile && glowParticles && showDeckEffects && } + {!isMobile && glowParticles && } {glowParticles && }