Keshav Anand KeshavAnandCode
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-09 01:21:09 +00:00
1a2dc295e1 Timer toggle: manual ON/OFF control, links to Open/Pause/Resume buttons, auto-syncs state
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-09 00:25:29 +00:00
9d34d648d8 Round closed: uncheck timer toggle when round ends
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-09 00:25:25 +00:00
7e52e1768b Fix timer toggle: manual control, starts from set value, syncs with modTimerRunning
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-09 00:22:38 +00:00
3dc9bdcc21 Link timer toggle to Open/Pause/Resume buttons — timer auto-starts/pauses/resumes with round
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-09 00:19:01 +00:00
22c4d28b42 Fix renderMod() duplicate code that broke script execution
b5031c4f71 Add timer toggle switch beneath timer block — links to START/STOP buttons
Compare 2 commits »
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-09 00:11:46 +00:00
b9d3b6115a Fix resumeRound: send resume_round type instead of open_round to preserve buzzes
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-09 00:09:34 +00:00
a9ccb42008 Add resume_round message and NEW ROUND toast notification for fresh round starts
20f0122f59 Fix toggleRound logic: Open Round opens, Pause Round closes
Compare 2 commits »
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-09 00:07:27 +00:00
548a7e29f0 Fix toggleRound: Pause Round now actually closes the round (not open)
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-09 00:05:52 +00:00
a01b584d10 Mod: update round_closed handler to show resume button for accidental closes
191d66e6d4 Mod buttons: show Resume Round button when round is closed/paused
462979e6f7 Remove reset buzzer button — Open Round now resets and becomes Pause Round
Compare 3 commits »
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-09 00:03:53 +00:00
e318a2c058 Mod settings panel: call renderRoundButtons() for consistent button state
c9795f816c Mod round buttons: clean button state management without extra animations
01cd50abf7 Redesign mod UI — combine round controls into toggle system with pause/resume
Compare 3 commits »
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-08 23:57:52 +00:00
9c9a95206d Improve team picker and buzz button for senior-friendly sizing and clarity
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-08 23:57:44 +00:00
ed46de26b3 Simplify player page — remove ripple effects, animations, and decorations for cleaner senior-friendly UI
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-08 23:55:05 +00:00
b69c442c90 Mod UI: display numeric IDs in player list, buzz order, and team members instead of names
cddbdfaae8 Client: show numeric IDs in player roster and buzz feed instead of names
Compare 2 commits »
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-08 23:53:28 +00:00
c00db744c5 Server: assign sequential numeric IDs (1-2-3...) to players on join instead of random strings
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-08 23:53:13 +00:00
b76bcbffb2 Update join logic — remove playerName from join request, store numeric ID only
67bd8d9e77 Remove name input from landing page — players assigned numeric IDs instead
Compare 2 commits »
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-08 23:48:12 +00:00
010b5a593e Update rooms.ts for numeric player IDs
f5af850cf3 Remove player names, use numeric IDs
Compare 2 commits »
KeshavAnandCode pushed to main at KeshavAnandCode/buzzer-site 2026-04-08 23:41:44 +00:00
7696b6005b Increase font sizes for senior citizen accessibility
KeshavAnandCode pushed to main at KeshavAnandCode/TI-Programs 2026-04-08 02:50:15 +00:00
a5844d5c1d changes
KeshavAnandCode pushed to main at KeshavAnandCode/competitive-programming 2026-04-05 01:27:04 +00:00
c4e90f16e5 solved leetcode 657 attempt 1
KeshavAnandCode pushed to main at KeshavAnandCode/competitive-programming 2026-04-05 01:17:17 +00:00
3410dd8880 added folders