Commit Graph

23 Commits

Author SHA1 Message Date
015ffef17c Refactor constants.go: improve organization and alignment 2025-05-22 10:48:20 -07:00
15d16938dc Refactor: move all constants to dedicated constants.go file 2025-05-22 10:45:54 -07:00
be5792a0c7 Initialize broadcaster with last broadcast time from database 2025-05-22 09:25:22 -07:00
c13bf2bf35 Fix timestamp styling: remove hover cursor and prevent wrapping 2025-05-22 09:24:01 -07:00
aec5cc4e3c Replace client-side JS with server-side relative timestamps 2025-05-22 09:21:52 -07:00
7c1a930355 Add footer with project attribution and links 2025-05-22 09:19:03 -07:00
9c8cbfd8ff Display relative timestamps in dashboard 2025-05-22 09:15:31 -07:00
ae93557d15 Add next broadcast timer and enhance web security 2025-05-22 09:12:46 -07:00
68ce2c88d2 latest 2025-05-22 08:19:56 -07:00
c6f9c7e560 Feature: Add periodic device reboot every 6 hours for stability 2025-05-22 08:02:44 -07:00
e9f9003f1b Improve: Make broadcaster check every 10 seconds for broadcast conditions 2025-05-22 07:04:40 -07:00
e769487555 Feature: Add colorized log handler for improved human-readable console output 2025-05-22 07:00:36 -07:00
9958c4e352 Fix: Prevent crash by checking for DB initialization before logging to database 2025-05-22 06:58:29 -07:00
e64ec45054 Refactor: Implement proper structured logging with slog and remove string interpolation 2025-05-22 06:56:20 -07:00
b8f2ea7b7b Standardize logging across codebase with consistent structured format 2025-05-22 06:54:30 -07:00
634cc45f3a Feature: Add structured logging for each LLM-generated article summary 2025-05-22 06:51:34 -07:00
916e5f8610 Refactor: Extract common broadcast history logic into shared function 2025-05-22 06:49:54 -07:00
a07bb67a33 Fix: Align redundancy check broadcast history with web UI broadcast history 2025-05-22 06:48:49 -07:00
d547f472ca Feature: Add detailed LLM interaction logging for debugging 2025-05-22 06:43:17 -07:00
54593c31da Feature: Replace in-memory log buffer with database-backed logging 2025-05-22 06:40:15 -07:00
e66361ea4e Fix: Address linter errors by adding error handling and removing unused function 2025-05-22 06:36:01 -07:00
26b2655354 Refactor: Split monolithic codebase into modular components and improve functionality 2025-05-22 06:34:31 -07:00
611b4d946b latest, seems to work 2025-05-22 05:25:33 -07:00