feat(web/contacts): detail screen with profile, timeline, meetings, tags#45
Merged
gracefullight merged 2 commits intomainfrom Mar 21, 2026
Merged
feat(web/contacts): detail screen with profile, timeline, meetings, tags#45gracefullight merged 2 commits intomainfrom
gracefullight merged 2 commits intomainfrom
Conversation
Add contact detail page at /contacts/[id] with: - Profile section: avatar with initials fallback, email/phone links, SNS icons - Career timeline: chronological experience cards with org icons and separator - Meetings table: responsive table with title, date, location, notes - Tags section: badge display with color dots, add/remove via popover - Globe View and Relationship View action buttons - TanStack Query hooks for contacts, experiences, meetings, tags - API client functions and TypeScript types for all contact-related entities - shadcn/ui base-nova components: avatar, badge, card, table, separator, popover, button, tabs - Biome config migration to v2.4.8 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
# Conflicts: # apps/web/package-lock.json # apps/web/src/components/ui/avatar.tsx # apps/web/src/components/ui/badge.tsx # apps/web/src/components/ui/card.tsx # apps/web/src/lib/api/contacts.ts # apps/web/src/lib/api/index.ts
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
/contacts/[id]with profile (Avatar + SNS), career timeline (Separator + Card), meetings (Table), and tags (Badge + Popover) sections@base-ui/reactdependencyTest plan
/contacts/[id]page renders with loading statenpx @biomejs/biome check— passes with no new warnings🤖 Generated with Claude Code