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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Wealth Watcher v0.3.0
Highlights
Makes the browser-only public demo banner visibly opaque, consistently positioned, and available with clear links to the main site and demo reset action.
Improves the app bar's contrast and layering so navigation remains readable over the application and demo layouts.
Adds a build-time demo-mode switch for the Pages demo while keeping the banner hidden in normal application builds.
Publishes tagged stable images with the moving latest alias so deployments can follow the latest successful release.
Fixes
Prevents the demo banner and app bar from becoming transparent or allowing application content to show through them.
Improves mobile containment for high-data pages and budget controls, reducing horizontal overflow and narrow-screen layout failures.
Adds regression coverage for the responsive shell, demo banner, app bar, and mobile layout contracts.
Upgrade notes
No application API or database migration changes are included.
No configuration change is required for self-hosted application builds. The public Pages demo enables VITE_DEMO_MODE and VITE_BASE_PATH in its existing workflow.
Back up PostgreSQL and the ASP.NET Data Protection key directory before upgrading as a normal operational precaution.
Tagged API and web images are rebuilt by the release workflow. Use the v0.3.0 tags or immutable digests for reproducible deployments; use latest when following the latest successful stable release.