Skip to content

Conversation

@andrasbacsai
Copy link
Member

WIP

@andrasbacsai andrasbacsai linked an issue Dec 25, 2025 that may be closed by this pull request
andrasbacsai and others added 2 commits December 25, 2025 18:17
… mode

Change yellow loading indicators to black in light mode for better
visibility while keeping warning (yellow) color for dark mode.
andrasbacsai and others added 9 commits December 26, 2025 11:49
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
Fixes #7732 - The proxy status change listener was dispatching ProxyStatusChangedUI
before the Traefik version check job had a chance to run. This caused users to see
stale version information when they refreshed the page immediately after restarting
the proxy.

The fix defers the UI refresh when a Traefik version check is being dispatched. The
version check job already dispatches its own ProxyStatusChangedUI event when
complete, ensuring the UI refreshes with updated version data.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
When a database or application was in a restart loop, the restart count
persisted even after the user manually stopped the resource. This caused
the UI to continue showing "(Xx restarts)" after user intervention.

Now resets restart_count, last_restart_at, and last_restart_type when:
- User stops a database (StopDatabase action)
- User stops an application (StopApplication action)

The existing reset in GetContainersStatus is still needed for containers
that exit on their own (crash without recovery, Docker giving up).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Can't connect to container terminal - Invalid calculated dimensions [Bug]: Custom Redis Configuration throws 500 status code error

4 participants