Fortschritt: Popup wird immer zu Beginn angezeigt

Auto-Minimize entfernt. Popup erscheint sowohl bei erstem Durchlauf
als auch bei Aktualisierung sofort. Kann dann manuell minimiert werden.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Dev
2026-04-09 20:23:42 +02:00
Ursprung 97ecde87c2
Commit 86ff35977e

Datei anzeigen

@@ -285,8 +285,8 @@ const UI = {
// Update sidebar status text // Update sidebar status text
this._updateSidebarRefreshStatus(incidentId, status, extra); this._updateSidebarRefreshStatus(incidentId, status, extra);
// For updates (not first refresh): default to minimized to avoid overlaying buttons
if (!state.isFirst && !state._userOpenedPopup) { if (false) { // popup always shown initially
state.minimized = true; state.minimized = true;
} }