From 39b9277236f147ff64e7909ebd47cdc99cc07d7f Mon Sep 17 00:00:00 2001 From: Christopher Mayor Date: Tue, 28 Apr 2026 21:51:56 -0700 Subject: [PATCH] [ice] session persistence: skip name modal when voter already stored in localStorage --- public/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/index.html b/public/index.html index bd0acca..bd5ae40 100644 --- a/public/index.html +++ b/public/index.html @@ -746,6 +746,8 @@ if (state.voterName) { applyVoterName(state.voterName); + // Session persists — skip name modal + document.getElementById('nameModal').classList.add('hidden'); } // If view=results, skip name modal and go to results tab