Conversation
…horing, a11y, native handler, memoization) Multi-agent audit (7 dimensions, adversarially verified) + fixes: - HIGH: Settings «Имя» blanked on re-open → split SettingsScreen/SettingsForm so useState(profile.name) seeds from the loaded row (no effect). - Feed: cancelled item anchored to an event instant (min(startsAt,now)) — correct group/sort/clock + bounded horizon both sides. - «Прочитать всё» acts on the filtered (visible) set, not the whole feed. - a11y: unread row + bell badge expose state/count to screen readers; SwipeRow action gets role+label. - Native scheduler: setNotificationHandler so foreground reminders show (SDK 56). - ensureProfile get-or-create now atomic (inside the writer); ReminderSync sync() rejection caught. - Perf: AppHeader/notifications memoize buildFeed with a stabilized prefs ref; useNow tick refreshes time-relative feed. - i18n: unit.days.* + day branch for the 1-day reminder lead; a11y.unread. Lint warnings cleared.
Phase 3 audit fixes — 14 findings (name persistence, feed anchoring, a11y, native handler)
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.
Promote the Phase-3 audit fixes (14 findings) from dev to main. Verified on the dev Pages preview. tsc + export clean; runtime-verified name persistence (re-open + reload), a11y, theme persistence, 0 console errors.