Personalize the Today view greeting#403
Open
Quaii wants to merge 5 commits into
Open
Conversation
10 tasks
tigercraft4
reviewed
Jul 13, 2026
tigercraft4
left a comment
There was a problem hiding this comment.
Review (external, non-blocking). Note on scope below — likely a stacked-branch artifact, not real creep.
Quaii
force-pushed
the
today-view-personalization
branch
2 times, most recently
from
July 14, 2026 09:12
4b37b9a to
750eaf0
Compare
Author
|
Resolved that it was not able to be merged after the new today reorder update. |
Quaii
force-pushed
the
today-view-personalization
branch
from
July 18, 2026 17:26
750eaf0 to
6cc5a28
Compare
Author
|
Resolved the conflicts |
Quaii
force-pushed
the
today-view-personalization
branch
from
July 20, 2026 10:01
6cc5a28 to
2bf4339
Compare
# Conflicts: # android/app/src/main/res/values-de/strings.xml # android/app/src/main/res/values-es/strings.xml # android/app/src/main/res/values-fr/strings.xml # android/app/src/main/res/values/strings.xml
12 tasks
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.
What this PR does
This PR makes the Today view more welcoming, personal, and space-efficient across iOS and Android.
The time-based greeting previously shown above Synthesis is moved into the main header, replacing the generic “Today” title. Users can optionally provide their name during onboarding or later in Settings, producing greetings such as “Good evening, Alex.” When no name is provided, the localized greeting is shown without a comma.
The “Today” label is moved to the Synthesis section, where it now reads naturally alongside the current recovery and status indicators—for example, “Today · Rest · Solid.”
The top spacing is also reduced slightly. Because Today is the app’s primary screen, this makes more useful information visible immediately without making the layout feel cramped.
The existing Today quick-action button remains in place. This PR is standalone and does not depend on #397; that PR can replace the entry point independently if it is merged.
The optional name is included in backups while remaining compatible with existing backups that do not contain the new field.
Type of change
How it was tested
mainand confirmed that the PR is mergeable without Quick Launch files.NOOPiOSapp successfully for the iOS Simulator with code signing disabled.ProfileGreetingTests— 3 tests passed.swift testinPackages/WhoopStore— 266 tests passed../gradlew testFullDebugUnitTestsuccessfully.python3 Tools/i18n_audit.py --ci upstream/mainsuccessfully; Android and Apple UI-copy checks and the German, Spanish, and French catalog checks passed.StrandTestsrun executed 906 tests. The touched greeting tests passed; 26 unrelatedBugReportTemplateTestsassertions failed because the sandboxed test process could not read.github/ISSUE_TEMPLATE/bug_report.yml.Checklist
swift testinPackages/<name>)android/(./gradlew testFullDebugUnitTest)StrandDesigntokens — no hardcoded colors, fonts, or spacingdocs/CONTRIBUTING.mdStrand.xcodeproj/) or any secrets/keystoresRelated issues
Independent of #397. That PR may later replace the existing Today quick-action entry point, but it is not required for this change.