Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: project personnel view #43

Merged
merged 6 commits into from
May 21, 2024
Merged

Conversation

1emu
Copy link
Contributor

@1emu 1emu commented May 15, 2024

Closes #1792

image image

@1emu 1emu requested review from andyesp and ncomerci May 15, 2024 19:45
Copy link

vercel bot commented May 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
governance-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 20, 2024 6:56pm

const items = useMemo(
() =>
members.map<BreakdownItem>(({ name, role, about, relevantLink, address }) => ({
title: name + (address || ''), //TODO: how do we display the address?
Copy link
Member

@andyesp andyesp May 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about using the Username component? (Nice to have, future issue)

src/types/proposals.ts Outdated Show resolved Hide resolved
@1emu 1emu merged commit 537276e into feat/projects-view May 21, 2024
7 checks passed
@1emu 1emu deleted the feat/project-personnel branch May 21, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants