feat(admin): Add peer — inline card info under the clicked agent (CLEAN-94) - #85
Merged
maksymhryzodub-prog merged 4 commits intoSep 16, 2026
Conversation
The Add peer preview rendered below the whole candidate list — under the fold with ten agents, so selecting looked like nothing happened. Each row is an accordion now: the card and Connect button open right under the click, and an Info pill with a chevron says the row is clickable and which one is open. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…AN-91) DateTimeAgo stacks the absolute date over the relative one, which wrapped awkwardly after the "card read" label and inside the feed's meta line. New formatTimeAgo renders a single relative phrase with the full date in the tooltip. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… helper (CLEAN-91) Same useTimeAgoIntl the stacked DateTimeAgo already uses, so the wording matches and the label keeps ticking without a re-render; drops the formatTimeAgo duplicate added one commit earlier. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0.3.51 is already tagged; a matching tag would silently skip the release run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
maksymhryzodub-prog
merged commit Sep 16, 2026
8b437c5
into
fix/CLEAN-90-peer-id-and-description
1 check passed
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
Test plan
cd admin && bun run typecheck(run: green)Jira: https://dreamvention.atlassian.net/browse/CLEAN-94
🤖 Generated with Claude Code