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 chart zero lines, collection log server name, and overview online status (#85, #91, #93)
#85: Blocking/deadlock trend charts now show a visible flat line at zero
instead of empty space. Added negative Y-axis margin so zero-value data
renders above the axis border. Reduced fallback Y range from +100 to +1.
#91: Added server_name column to collection_log DuckDB table (schema v10)
so log entries identify which server produced them without a lookup join.
#93: Sidebar status dots now reflect actual connection check results
(IsOnline) instead of the IsEnabled user config toggle. Added IsOnline
property to ServerConnection model, synced from connection status in
RefreshServerList and CheckConnectionsAndNotify. Fixed first-check
refresh so dots update as soon as initial connection checks complete.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments