Skip to content

Oikos

v0.52.34 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

The release fixes a dashboard blank‑screen issue during scrolling by swapping the gradient overlay for a flat translucent background.

Why it matters: Eliminates UI rendering failures on scroll, improving user experience with no additional configuration required.

Summary

AI summary

Fixed dashboard blank-screen on scroll by replacing per-widget gradient overlay with a flat translucent background.

Changes in this release

Bugfix Medium

Fixes dashboard blank-screen on scroll by replacing gradient overlay with flat translucent background.

Fixes dashboard blank-screen on scroll by replacing gradient overlay with flat translucent background.

Source: llm_adapter@2026-05-23

Confidence: high

Full changelog

Fixed

  • Dashboard blank-screen on scroll — actual dashboard-specific trigger identified. Each .dashboard .widget::after carried a linear-gradient(135deg, color-mix(...), transparent 70%) as a full-cover tint overlay (glass.css section 25). With many widgets stacked in the dashboard grid, each scrolling instance applied the gradient + color-mix() pattern repeatedly across the scroll viewport, reproducing the same WebKit/Blink scroll-rasterization failure that v0.52.32 fixed for .app-content. No other module page has a comparable per-card gradient overlay pseudo-element, which is why only the dashboard remained broken after v0.52.32/v0.52.33. Replaced the gradient with a flat translucent color-mix() background (half the original tint strength) so the module-accent vibrancy is preserved without a gradient. The pre-existing @media (prefers-reduced-transparency: reduce) { .dashboard .widget::after { display: none } } rule was a strong hint at the same conclusion.

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]