You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(web): remove debug log leaking printer access code
* fix(web): correct broken responsive grid class
* fix(web): treat main AMS unit (id 0) as loaded
* fix(web): drop unsound non-null assertions in printer actions
* fix(web): cache filament catalog to avoid refetch
* refactor(web): remove dead printer manager code
* refactor(web): consolidate bambu color parsing into shared util
* refactor(web): dedup Go2RTCPlayer helpers and drop any casts
* fix(server): guard against panic on empty go2rtc producers
* fix(server): add timeout and status check to go2rtc camera client
* fix(server): correct accesCode typo
* refactor(server): standardize logging on slog
* refactor(server): typed constants for print/notification states
* refactor(server): collapse duplicated printer control methods
* refactor(server): use requireAdmin helper consistently
* refactor(server): support multiple socketio connect handlers
* refactor(server): move go2rtc camera client out of repositories
* style(server): gofmt struct alignment
* refactor(server): centralize environment configuration
* chore: move hardcoded docker-compose values to env
* ci: run lint, typecheck, and tests
0 commit comments