From 6925a704d6fc53633fe6e92069023b217074837d Mon Sep 17 00:00:00 2001 From: gajjug004 Date: Sat, 22 Aug 2026 15:09:46 +0530 Subject: [PATCH] feat: drive the host screen with the arrow keys With auto-advance off the host walks the game forward by hand, usually from the back of the room with a clicker. Right advances the game; left steps back through the screens the room has already seen, held on the projector only. The game never rewinds: players' phones and the scores are untouched, and the game controls are hidden while the host looks back so a click cannot advance a game that is not on screen. --- frontend/src/pages/Host.vue | 115 ++++++++++++++++++++++++++++++++++-- 1 file changed, 110 insertions(+), 5 deletions(-) diff --git a/frontend/src/pages/Host.vue b/frontend/src/pages/Host.vue index 839204b..f166817 100644 --- a/frontend/src/pages/Host.vue +++ b/frontend/src/pages/Host.vue @@ -1,5 +1,13 @@ -
+