fix(schedule): restore calendar refresh and refine account header - #246
Merged
MeteorsLiu merged 3 commits intoAug 14, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
znnnnnnn-wil
force-pushed
the
codex/fix-schedule-refresh-account-header
branch
from
August 14, 2026 02:41
31ec478 to
27e64cf
Compare
MeteorsLiu
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #81
Summary
HomeScreen→refreshSignal→ScheduleCalendarScreen→useScheduleCalendarrefresh path so an applied voice schedule command re-runs the existing range and location queries.accountIdin account-scoped schedule queries while ensuring it is never rendered as calendar-home text.Visual evidence
Mobile — 390 × 844
The screenshot was captured from the current branch with browser device emulation. It shows the username pill and logout icon in the top-right Header while the selected date, month calendar, and daily schedule list retain their existing widths.
Verification
GitHub CI — current head
773999fFrontend (lint, types, build)— passedBackend (lint, types, tests)— passedBackend (migrations)— passedVercel Preview Comments— passedExecuted locally
npm run lint— passednpm run typecheck— passednpm run test— passed: 47 Vitest tests and 282 Jest testsnpx expo export --platform android— passedgit diff --check— passedAppRootregression run with--detectOpenHandles— 1 suite / 10 tests passedLocal note: the full Jest command exited successfully after all 282 tests passed, but emitted its non-failing open-handle warning after rebasing onto the latest #243 main. The focused changed-area suites exit cleanly; this scoped PR does not alter the new continuous-voice lifecycle implementation.
Known existing behavior
The existing assistant application tests expect
lastAppliedCommandto update even when a local schedule write fails. That can cause a harmless re-query of unchanged local data on the failure path. This PR preserves the established write/ack semantics and covers the successful applied-command refresh path without expanding into assistant business logic.Scope
This PR is limited to the calendar-home refresh regression coverage, account Header presentation, directly related tests, and the review screenshot.
It does not modify: