Go to file
2025-05-22 10:45:54 -07:00
templates Fix timestamp styling: remove hover cursor and prevent wrapping 2025-05-22 09:24:01 -07:00
.gitignore latest 2025-05-22 08:19:56 -07:00
broadcaster.go Initialize broadcaster with last broadcast time from database 2025-05-22 09:25:22 -07:00
constants.go Refactor: move all constants to dedicated constants.go file 2025-05-22 10:45:54 -07:00
device.go Feature: Add periodic device reboot every 6 hours for stability 2025-05-22 08:02:44 -07:00
go.mod latest 2025-05-22 08:19:56 -07:00
go.sum latest 2025-05-22 08:19:56 -07:00
llm.go Refactor: Implement proper structured logging with slog and remove string interpolation 2025-05-22 06:56:20 -07:00
main.go Feature: Add periodic device reboot every 6 hours for stability 2025-05-22 08:02:44 -07:00
Makefile latest 2025-05-22 08:19:56 -07:00
models.go Refactor: move all constants to dedicated constants.go file 2025-05-22 10:45:54 -07:00
rss.go Refactor: move all constants to dedicated constants.go file 2025-05-22 10:45:54 -07:00
storage.go Refactor: move all constants to dedicated constants.go file 2025-05-22 10:45:54 -07:00
webserver.go Replace client-side JS with server-side relative timestamps 2025-05-22 09:21:52 -07:00