Back to News

Board View Now Stays Fresh in Real Time

Board View Now Stays Fresh in Real Time

What Was Happening

If you were using dayli.space alongside integrations like the Supabase plugin, you may have noticed that your board view sometimes showed outdated tasks — even after changes were made. The app was receiving the update correctly, but only refreshing part of the task data, leaving your board stuck in the past until you logged out and back in.

What We Fixed

The real-time update handler was only refreshing one section of the task cache (the list view), while the board view stored its data in a separate location that never got notified. We've updated the handler to invalidate all task data at once whenever a change comes in, so every view — lists, boards, inbox, archived tasks, and individual task details — stays in sync automatically.

What This Means for You

You can now trust that your board view reflects the latest state of your tasks at all times, no matter where the update originated. Whether you're working solo or using connected tools, dayli.space will keep everything consistent without requiring a manual refresh or re-login.