Skip to Content

Product Updates

Posts on page 2

Feature: Birthday Field Redesign

Feature: Birthday Field Redesign

Moving from a strict date column to distinct month, day, and year fields is a highly effective way to handle partial user data. It allows users to celebrate their birthdays without forcing them to disclose their exact age. 1. Database Overhaul We are updating the PostgreSQL people table to support

Bugfix: Duplicate Note Creation & Autosave Race Condition

Bugfix: Duplicate Note Creation & Autosave Race Condition

This update resolves a critical race condition between the useAutosave hook and the manual handleSubmit function in NoteForm.tsx. Previously, these two mechanisms operated independently, leading to duplicate database entries (double POST requests) and redundant attachment records when a user saved a note while an autosave timer was pending. The

Bugfix: Improved Photo Gallery Indicators

Bugfix: Improved Photo Gallery Indicators

We have resolved a display inconsistency within the Notes list photo grid. Previously, when a note contained exactly three photos, the grid displayed the first two images but omitted the "+1" indicator for the hidden third image. The Fix We updated the grid logic in the PersonDetail component

BugFix: Username error

If you’ve logged into the app recently, you might have noticed a peculiar detail: no matter who you were, the application insisted you were the same person. The header displayed a static, hardcoded string for development purposes. While this was fine for early testing, it was time for the

Video

Bugfix: The Scroll Lock profile and chat

0:00 /0:06 1× Following up on our recent release of the Centered Three-Column Layout, we observed a friction point in the user experience on desktop. While the structural move to a 1200px max-width container was successful, the scroll behavior introduced a subtle cognitive load. Specifically, we had three