Go to file
efim e4c56506be refactor: data structs for template + method
enclosing rooms.Room into roomTableData, with methods to be used in
tempalte to get other template related derived data structures
2023-11-19 05:41:03 +00:00
rooms refactor: store all known as map for access 2023-11-16 05:45:57 +00:00
routes refactor: data structs for template + method 2023-11-19 05:41:03 +00:00
sessions fix: rendering index page after login 2023-11-18 03:47:58 +00:00
.envrc init: flake env and go mod 2023-10-27 05:53:49 +00:00
.gitignore feat: adding redis to save sessions 2023-10-29 11:44:28 +00:00
Makefile feat: rotated table display 2023-11-19 05:07:34 +00:00
flake.lock feat: update go to 1.21.3 2023-11-06 05:15:02 +00:00
flake.nix feat: update go to 1.21.3 2023-11-06 05:15:02 +00:00
go.mod feat: passwords hashing 2023-11-18 07:41:52 +00:00
go.sum feat: passwords hashing 2023-11-18 07:41:52 +00:00
main.go feat: stream room updates SSE endpoint 2023-11-12 18:08:17 +00:00
tailwind.config.js feat: initial login page 2023-10-29 08:26:35 +00:00