Skip to content

Conversation

@TimUx
Copy link
Owner

@TimUx TimUx commented Nov 17, 2025

Summary

  • arrange the home page controls in a responsive grid with square-style buttons for consistent sizing
  • apply a unified red gradient palette across the primary actions to reduce visual busyness

Testing

  • python -m py_compile app.py

Codex Task

@TimUx TimUx merged commit db8c304 into main Nov 17, 2025
@TimUx TimUx deleted the codex/research-falcon-player-api-and-endpoints-bnlvws branch November 17, 2025 21:39
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +292 to +295
if is_quiet_hours():
state["current_request"] = None
delete_playlist("__wish_single__")
restore_idle_playlist()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Do not start idle playlist during quiet hours

Quiet hours are explicitly meant to prevent playback (compute_locks returns the reason “Ruhezeit 22:00–16:30 – keine Wiedergabe möglich.”), but in the quiet-hours branch of status_worker we still call restore_idle_playlist(). If the FPP is idle after 22:00 (or before 16:30) this branch will actively start the idle playlist, so music/lights continue during the period that should be silent. We should skip starting any playlist while is_quiet_hours() is true.

Useful? React with 👍 / 👎.

@TimUx TimUx restored the codex/research-falcon-player-api-and-endpoints-bnlvws branch November 18, 2025 10:31
@TimUx TimUx deleted the codex/research-falcon-player-api-and-endpoints-bnlvws branch November 20, 2025 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants