Commit Graph

47 Commits

Author SHA1 Message Date
57c5f4e054 Open Round: start timer if toggle ON, regardless of current value 2026-04-08 20:31:08 -05:00
3c0ca7843f Open Round: properly reset and start timer when toggle ON 2026-04-08 20:30:56 -05:00
a135746e37 Resume Round: preserve current timer value instead of restarting from set value 2026-04-08 20:29:42 -05:00
56ecfaad54 Timer toggle: manual ON/OFF control, buttons auto-link when ON, NEVER auto-uncheck 2026-04-08 20:28:17 -05:00
1ad1d96cb2 Timer toggle: manual ON/OFF control, buttons auto-link when ON, never auto-uncheck 2026-04-08 20:24:44 -05:00
1a2dc295e1 Timer toggle: manual ON/OFF control, links to Open/Pause/Resume buttons, auto-syncs state 2026-04-08 19:28:07 -05:00
9d34d648d8 Round closed: uncheck timer toggle when round ends 2026-04-08 19:25:26 -05:00
7e52e1768b Fix timer toggle: manual control, starts from set value, syncs with modTimerRunning 2026-04-08 19:25:22 -05:00
3dc9bdcc21 Link timer toggle to Open/Pause/Resume buttons — timer auto-starts/pauses/resumes with round 2026-04-08 19:21:32 -05:00
22c4d28b42 Fix renderMod() duplicate code that broke script execution 2026-04-08 19:18:31 -05:00
b5031c4f71 Add timer toggle switch beneath timer block — links to START/STOP buttons 2026-04-08 19:17:44 -05:00
b9d3b6115a Fix resumeRound: send resume_round type instead of open_round to preserve buzzes 2026-04-08 19:11:02 -05:00
a9ccb42008 Add resume_round message and NEW ROUND toast notification for fresh round starts 2026-04-08 19:09:28 -05:00
20f0122f59 Fix toggleRound logic: Open Round opens, Pause Round closes 2026-04-08 19:07:34 -05:00
548a7e29f0 Fix toggleRound: Pause Round now actually closes the round (not open) 2026-04-08 19:06:26 -05:00
a01b584d10 Mod: update round_closed handler to show resume button for accidental closes 2026-04-08 19:05:46 -05:00
191d66e6d4 Mod buttons: show Resume Round button when round is closed/paused 2026-04-08 19:05:41 -05:00
462979e6f7 Remove reset buzzer button — Open Round now resets and becomes Pause Round 2026-04-08 19:05:36 -05:00
e318a2c058 Mod settings panel: call renderRoundButtons() for consistent button state 2026-04-08 19:02:49 -05:00
c9795f816c Mod round buttons: clean button state management without extra animations 2026-04-08 19:02:44 -05:00
01cd50abf7 Redesign mod UI — combine round controls into toggle system with pause/resume 2026-04-08 19:02:37 -05:00
9c9a95206d Improve team picker and buzz button for senior-friendly sizing and clarity 2026-04-08 18:57:49 -05:00
ed46de26b3 Simplify player page — remove ripple effects, animations, and decorations for cleaner senior-friendly UI 2026-04-08 18:57:40 -05:00
b69c442c90 Mod UI: display numeric IDs in player list, buzz order, and team members instead of names 2026-04-08 18:54:15 -05:00
cddbdfaae8 Client: show numeric IDs in player roster and buzz feed instead of names 2026-04-08 18:53:43 -05:00
c00db744c5 Server: assign sequential numeric IDs (1-2-3...) to players on join instead of random strings 2026-04-08 18:53:24 -05:00
b76bcbffb2 Update join logic — remove playerName from join request, store numeric ID only 2026-04-08 18:53:05 -05:00
67bd8d9e77 Remove name input from landing page — players assigned numeric IDs instead 2026-04-08 18:52:51 -05:00
7696b6005b Increase font sizes for senior citizen accessibility
- Raised base HTML font size from 18px to 22px
- Increased header logo from 22px to 32px
- Enhanced all text labels from 13-15px to 16-17px for readability
- Made timer display larger (72px to 84px for players, 56px to 52px for mod)
- Increased room codes from 34-44px to 42-52px
- Made tab navigation labels larger (14px to 17px)
- Updated all panel titles and section labels
- Enlarged player names from 16px to 18px
- Increased buzz status and hints from 14-16px to 16-18px
- Made modal text and toast notifications more readable
- Adjusted responsive breakpoints for mobile devices
- All interactive elements (toggles, buttons) preserved unchanged
2026-04-08 18:41:31 -05:00
c08c0831b1 fixed run 2026-03-26 00:17:59 -05:00
6afb853874 Update application aesthetics with a pastel color scheme and larger text
Introduce the Catppuccin Mocha color palette and increase font sizes for improved readability, while also adding a visual hint for spacebar functionality.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f3ac8eb3-f610-4678-ab6e-ebf900098be4
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 098ca8d5-1a49-468d-abec-89858708710d
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d4b7863b-f7b2-425c-a9b5-ad7bd1885e9d/f3ac8eb3-f610-4678-ab6e-ebf900098be4/N1qS6qo
Replit-Helium-Checkpoint-Created: true
2026-03-25 21:14:15 +00:00
c0e7c08106 Integrate buzzer functionality into Bun server and update workflows
Reverts Express server setup for the buzzer, migrates all functionality to a Bun server, and updates the workflow to execute the Bun server directly.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f3ac8eb3-f610-4678-ab6e-ebf900098be4
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: c1942b0a-0cf4-4ca9-9b5f-f80287c102f2
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d4b7863b-f7b2-425c-a9b5-ad7bd1885e9d/f3ac8eb3-f610-4678-ab6e-ebf900098be4/N1qS6qo
Replit-Helium-Checkpoint-Created: true
2026-03-25 21:08:30 +00:00
83bd893d93 Update buzzer app to serve static files and handle WebSocket connections
Integrates static file serving for HTML, CSS, and JS, and sets up a WebSocket server for real-time communication.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f3ac8eb3-f610-4678-ab6e-ebf900098be4
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 182c9671-a459-4b94-a7eb-1c7a0cefe768
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d4b7863b-f7b2-425c-a9b5-ad7bd1885e9d/f3ac8eb3-f610-4678-ab6e-ebf900098be4/N1qS6qo
Replit-Helium-Checkpoint-Created: true
2026-03-25 21:07:18 +00:00
ce13860cd1 Extracted stack files 2026-03-25 20:56:28 +00:00
37d0fa9ff3 changed title 2026-03-20 18:50:35 -05:00
3d32844af8 changed port 2026-03-20 18:30:28 -05:00
8cc02540dc LISCENCE, READEME 2026-03-20 18:26:24 -05:00
8854e13671 vibe coding is the best 2026-03-20 18:22:15 -05:00
1075b59d2d version 2 2026-03-20 18:14:27 -05:00
14dd3fcb75 index html added 2026-03-20 17:57:51 -05:00
8e17b1ada5 server ts added 2026-03-20 17:57:14 -05:00
233dc04db6 ws handler added 2026-03-20 17:56:41 -05:00
e59b444dd3 rooms 2026-03-20 17:55:48 -05:00
f4902738ad rooms 2026-03-20 17:55:27 -05:00
99932a4462 fixed tsconfig 2026-03-20 17:54:58 -05:00
085f9a06cb fixed package json 2026-03-20 17:53:56 -05:00
6c5547079e boilerplate made 2026-03-20 17:53:03 -05:00