M6 dashboard: reconnect card list#38
Merged
Merged
Conversation
- New `ReconnectCard` renders avatar, name, ring badge,
and time-since-last-connected subtitle for each active
reminder from `/api/dashboard/reconnect`.
- Dashboard route now renders a `Reconnect` section under
the stat cards: loading state, list of cards, or empty
state with copy from design lock #21
(`You're all caught up. / Check back tomorrow or add
someone new.`).
- Fix typo in `RingBadge` `acquaintances` variant
(`bg-tieracquaintances-bg` was missing a hyphen, so
acquaintance pills had no background).
Piece 2 of 3 for M6 Dashboard. Next piece wires
expand-to-log interactions (We connected / snooze pill row)
onto each card.
Patches GHSA-hm49-wcqc-g2xg (command injection via raw arguments) and GHSA-75xq-5h9v-w6px (command injection via unvalidated Symbol inputs). Both surfaced in CI on the M6 reconnect-card PR; bumping here to unblock that branch.
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.
Summary
ReconnectCardcomponent: avatar + name + ring badge + relative time-sinceRingBadgeacquaintancesvariant typo (bg-tieracquaintances-bg→bg-tier-acquaintances-bg)Piece 2 of 3 for M6. Next: expand-to-log interactions.
Test plan
npm --prefix client run lintcleannpm --prefix client run testgreennpm --prefix client run buildsucceeds