• Joined on 2025-11-25
ryan pushed to main at ryan/games 2026-03-03 19:15:44 +00:00
513467470c Revert "fix: append chat messages instead of re-rendering entire game"
ryan pushed to main at ryan/games 2026-03-03 19:09:55 +00:00
6976b773bd fix: append chat messages instead of re-rendering entire game
ryan pushed to main at ryan/games 2026-03-03 18:57:18 +00:00
ac2492e7c1 fix: correct volume mount path for database persistence
ryan pushed to main at ryan/games 2026-03-03 18:52:08 +00:00
65dc672186 Merge pull request 'Fix SSE live updates being cancelled on user interaction' (#6) from fix/sse-request-cancellation into main
1db6b2596e fix: disable SSE request cancellation for live game updates
Compare 2 commits »
ryan merged pull request ryan/games#6 2026-03-03 18:52:06 +00:00
Fix SSE live updates being cancelled on user interaction
ryan created pull request ryan/games#6 2026-03-03 18:50:17 +00:00
Fix SSE live updates being cancelled on user interaction
ryan created branch fix/sse-request-cancellation in ryan/games 2026-03-03 18:49:45 +00:00
ryan pushed to fix/sse-request-cancellation at ryan/games 2026-03-03 18:49:45 +00:00
1db6b2596e fix: disable SSE request cancellation for live game updates
ryan created branch docs/agents-pr-workflow in ryan/games 2026-03-03 09:07:46 +00:00
ryan pushed to docs/agents-pr-workflow at ryan/games 2026-03-03 09:07:46 +00:00
598fec5aeb docs: add AGENTS.md with PR-based development workflow
ryan pushed to main at ryan/games 2026-03-03 09:05:13 +00:00
64b5d384ed fix: use correct Datastar keydown event syntax
ryan pushed to main at ryan/games 2026-03-03 08:57:31 +00:00
235e4afbe3 revert: remove one-time c4 container cleanup from deploy workflow
ryan pushed to main at ryan/games 2026-03-03 08:56:24 +00:00
649762e6c6 fix: stop old c4 container before starting renamed games container
ryan pushed to main at ryan/games 2026-03-03 08:53:01 +00:00
8780b7c9b1 fix: run templ generate in Dockerfile before build
ryan pushed to main at ryan/games 2026-03-03 08:50:14 +00:00
d77e4af1e2 Merge pull request 'refactor: extract shared player, session, and chat packages' (#5) from refactor/shared-player-session-chat into main
718e0c55c9 fix: satisfy staticcheck comment style for exported consts
dcf76bb773 refactor: replace session key strings with consts
4faf4f73b0 refactor: patch entire game content for snake SSE handler
0808c4d972 refactor: patch entire game content instead of individual components
Compare 15 commits »
ryan merged pull request ryan/games#5 2026-03-03 08:50:13 +00:00
refactor: extract shared player, session, and chat packages
ryan pushed to refactor/shared-player-session-chat at ryan/games 2026-03-03 08:48:19 +00:00
718e0c55c9 fix: satisfy staticcheck comment style for exported consts
ryan pushed to refactor/shared-player-session-chat at ryan/games 2026-03-03 08:40:15 +00:00
dcf76bb773 refactor: replace session key strings with consts
ryan pushed to refactor/shared-player-session-chat at ryan/games 2026-03-03 08:34:26 +00:00
4faf4f73b0 refactor: patch entire game content for snake SSE handler
ryan pushed to refactor/shared-player-session-chat at ryan/games 2026-03-03 07:43:30 +00:00
0808c4d972 refactor: patch entire game content instead of individual components