Skip to content

Update the Page layout to match the design - #997

Open
nicktytarenko wants to merge 5 commits into
stack/04-nav-iafrom
stack/05-addressing-comments
Open

Update the Page layout to match the design#997
nicktytarenko wants to merge 5 commits into
stack/04-nav-iafrom
stack/05-addressing-comments

Conversation

@nicktytarenko

Copy link
Copy Markdown
Member

Summary

  • Address comments

Stack

  1. Activity feed redesign
  2. Fund sidebar widgets
  3. Homepage
  4. Nav
  5. Update the pagelayout

@nicktytarenko
nicktytarenko requested a review from a team as a code owner August 5, 2026 21:36
@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web Ready Ready Preview Aug 9, 2026 4:54pm

@nicktytarenko nicktytarenko changed the title Comments addressing Update the Page layout to match the design Aug 5, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 321504c3dc

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".


const content = entry.content as { authors?: AuthorProfile[] } | undefined;
if (Array.isArray(content?.authors) && content.authors.length > 0) {
return content.authors;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Avoid falling back to contributor authors

When a PURCHASE or USDFUNDRAISECONTRIBUTION activity has related_work without authors, this fallback uses entry.content.authors, but the feed transformer populates that field with the contributor/actor for those entries (types/feed.ts:1117). In that scenario the activity work card now displays the funder as the proposal author instead of leaving authors blank or using real work authors, which misattributes proposal ownership in the funding activity feed.

Useful? React with 👍 / 👎.

… tracking and improving UI elements. Added SearchHistoryTracker to GrantSlugLayout, updated TopBar to support fund tabs, and refactored RecentlyVisitedCard for better hydration handling. Adjusted FeedItemActions for compact mode and improved ActivityCard components for better display. Updated FundingPowerCard to include deposit modal functionality.
… content type, specifically for 'PURCHASE' and 'USDFUNDRAISECONTRIBUTION'.
…ced ActivityWorkActions and ActivityWorkMetadata for better separation of concerns in ActivityCardFull. Updated ActivityCardSkeleton for improved loading states. Enhanced feed scroll tracking in FundActivityPageContent and GrantContentSwitcher.
@sonarqubecloud

sonarqubecloud Bot commented Aug 9, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
4.9% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

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.

1 participant