Skip to content

Oikos

v0.52.35 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 11d Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

docker family family-planner home-automation planner-app privacy-first
+4 more
progressive-web-app pwa self-hosted selfhosted-apps

ReleasePort's take

Light signal
editorial:auto 11d

ReleasePort v0.52.35 fixes the dashboard blank-screen issue on iOS Safari by removing an always‑present fixed overlay.

Why it matters: Resolves UI breakage for users accessing the Dashboard via iOS Safari, eliminating scroll‑related rendering failures.

Summary

AI summary

Fixed dashboard blank-screen on iOS Safari by removing the always‑present fixed overlay.

Changes in this release

Bugfix Medium

Fixes dashboard blank-screen on iOS Safari during scrolling.

Fixes dashboard blank-screen on iOS Safari during scrolling.

Source: llm_adapter@2026-05-23

Confidence: high

Full changelog

Fixed

  • Dashboard blank-screen on scroll — new lead identified after the previous glass/gradient theories were ruled out by an iOS prefers-reduced-transparency: reduce test (bug persisted even with reduced transparency, so backdrop-filter and color-mix gradients are not the cause). Remaining differentiator: only the dashboard renders a .fab-backdrop element — a position: fixed; inset: 0 full-viewport overlay that was always in the DOM (initial opacity: 0) so the FAB speed-dial open/close could cross-fade. iOS Safari and iOS PWA repeatedly composite fixed-positioned full-viewport elements per scroll frame, which is a known trigger for the blank-screen symptom in this exact scenario. Other module pages don't have this overlay and didn't reproduce the bug. Switched .fab-backdrop from opacity: 0 + always-on position: fixed; inset: 0 to display: none when inactive; only laid out when the FAB speed-dial is open. The opacity cross-fade is lost (was barely perceptible) but the dashboard scroll path no longer carries a permanent full-viewport fixed layer.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Oikos

Get notified when new releases ship.

Sign up free

About Oikos

Family planner for small households

All releases →

Related context

Related tools

Beta — feedback welcome: [email protected]