Commit Graph

43 Commits

Author SHA1 Message Date
2b4bf2ec29 Feat: create room 2025-05-09 11:24:33 +03:00
e20118acea Feat: start game btn; add todos.md 2025-05-09 09:28:30 +03:00
659c8dbbec Enha: cookies for local dev 2025-05-09 08:01:25 +03:00
8baf03595e Feat: end turn endpoint 2025-05-08 20:04:09 +03:00
3cc2ecb93d Feat: switch team; team model 2025-05-08 15:36:25 +03:00
21948b23f4 Feat: join team 2025-05-08 12:31:44 +03:00
b20f7ac6b7 Enha: state to hold room_id instead of whole room 2025-05-08 10:25:38 +03:00
86ef35160c Fix: pass username in ctx; more test words 2025-05-07 06:56:17 +03:00
3eb54cffff Enha: load state instead of room 2025-05-07 06:06:21 +03:00
5e92523dcd Feat: save/load state 2025-05-05 06:55:33 +03:00
ca9b077070 Feat: add namecheck and tailwind css 2025-05-04 11:32:39 +03:00
5dbb80121d Feat: add error template 2025-05-04 08:47:22 +03:00
e335bf9dc8 Enha: split onto more templates 2025-05-04 08:37:17 +03:00
06203ab39e Chore: better log 2025-05-04 08:12:23 +03:00
0fbc106f9a Feat: add sse broker 2025-05-03 13:18:51 +03:00
8d85d0612c fix: handle error in getRoomByID 2025-05-03 12:16:49 +03:00
444f10ea7e feat: retrieve session and room in HandleShowColor 2025-05-03 12:16:43 +03:00
b135356d3f Enha: leave one room model for now 2025-05-03 10:22:50 +03:00
5cf1f1199e Feat: components chain 2025-05-03 09:18:05 +03:00
bd4e2431bf Chore: touch file for room templ 2025-05-03 08:20:24 +03:00
322743e33d Feat: show colors by pressing words 2025-05-02 15:21:28 +03:00
990d8660b3 feat: include URL params in request logging 2025-05-02 14:31:22 +03:00
ad8982a112 style: add comment for including URL params in log path 2025-05-02 14:31:17 +03:00
985956b384 feat: add click-to-reveal color cards with HTMX 2025-05-02 14:18:19 +03:00
12f158b5a5 Feat: show and hide form 2025-05-02 14:09:19 +03:00
cd1100d4b1 Feat: styles and session 2025-05-02 12:34:58 +03:00
d18855cd49 Feat: better logs; login page 2025-05-02 10:54:51 +03:00
043026de75 feat: add source locations to log entries 2025-05-02 10:31:09 +03:00
e4b8480d28 refactor: make logger global and improve initialization 2025-05-02 10:31:05 +03:00
081bfdee0f feat: add request logging middleware 2025-05-02 10:21:16 +03:00
3f64e66f87 refactor: remove unused RequireLogin middleware 2025-05-02 10:21:11 +03:00
10464f402e feat: add login middleware for protected routes 2025-05-02 09:54:32 +03:00
555c937fce refactor: replace slog with log in middleware handlers 2025-05-02 09:54:26 +03:00
3d560cc5d8 feat: configure structured JSON logging with debug level 2025-05-02 09:46:51 +03:00
7c659757e7 feat: add structured logging with slog 2025-05-02 09:46:46 +03:00
0963be7d72 Enha: index.html to template 2025-05-02 09:12:31 +03:00
acaf4af4ce Feat: add models/cache/config 2025-05-02 09:06:17 +03:00
67b77091ed Fix: go version 2025-05-01 18:22:14 +03:00
7ebd0db05a feat: display color-coded word cards on index page 2025-05-01 18:16:56 +03:00
024dbcffc2 feat: display colored word cards from map 2025-05-01 18:10:43 +03:00
b5a67c2578 Chore: temp words for test 2025-05-01 18:01:18 +03:00
6af41f061f Fix: stupid llm 2025-05-01 17:24:15 +03:00
b3a730b3dd feat: add initial Go+HTMX web project structure 2025-05-01 17:07:15 +03:00