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
chore(dashboard): remove dead schema-v22 dir:* warning
The warning fired on every read-only/read-write DB open (so ~4x at startup, once
per connection) for any schema >= 22 — always true now that the live schema is
v49. It was self-defeating: the warning text ('ensure the v2 dashboard is
running') only exists in the v2 dashboard, so it can only ever print FROM the v2
dashboard; an actual stale v1 dashboard (the case it warns about) has no such
line and stays silent. It never caught its target condition and is pure
transition-era noise now that v2 is the only dashboard.
Removed the const, the three helpers, both open_readonly/open_readwrite call
sites, the AppState field + getter + refresher plumbing, the dead
get_dashboard_schema_warning Tauri command (no frontend consumer) + its
registration, and the schema_v22_warning test.
Gate: cargo check + fmt clean, 53 Rust tests pass, frontend build clean.
Co-authored-by: Alfonso [Magic Context] <288211368+alfonso-magic-context@users.noreply.github.com>
0 commit comments