Skip to content

Feature: Dashboard Suspense Streaming Implementation - #9024

Open
armanpanigrahi59 wants to merge 14 commits into
JhaSourav07:mainfrom
armanpanigrahi59:feat/dashboard-suspense-streaming
Open

Feature: Dashboard Suspense Streaming Implementation#9024
armanpanigrahi59 wants to merge 14 commits into
JhaSourav07:mainfrom
armanpanigrahi59:feat/dashboard-suspense-streaming

Conversation

@armanpanigrahi59

Copy link
Copy Markdown
Contributor

Description

Fixes #71

Pillar

  • 🎨 Pillar 1 — New Theme Design
  • 📐 Pillar 2 — Geometric SVG Improvement
  • 🕐 Pillar 3 — Timezone Logic Optimization
  • 🛠️ Other (Bug fix, refactoring, docs)

Visual Preview

Checklist before requesting a review:

  • I have read the CONTRIBUTING.md file.
  • I have tested these changes locally (localhost:3000/api/streak?user=YOUR_USERNAME).
  • I have run npm run format and npm run lint locally and resolved all errors (CI will fail otherwise).
  • My commits follow the Conventional Commits format (e.g., feat(themes): ..., fix(calculate): ...).
  • I have updated README.md if I added a new theme or URL parameter.
  • I have started the repo.
  • I have made sure that i have only one commit to merge in this PR.
  • The SVG output matches the CommitPulse "premium quality" aesthetic standard (no raw elements, smooth animations, correct fonts).
  • (Recommended) I joined the CommitPulse Discord community for contributor discussions, mentorship, and faster PR support.

- Refactored dashboard data fetching to pass unawaited promises to client
- Updated DashboardClient to use React.use() for suspense boundary integration
- Removed blocking 3.5s opacity animation from DashboardPageWrapper
- Leveraged Next.js layout streaming to instantly render dashboard shell
@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

@armanpanigrahi59 is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@retenta-bot

retenta-bot Bot commented Aug 14, 2026

Copy link
Copy Markdown

This PR adds a significant feature to the dashboard, focusing on suspense streaming. It aligns with previous decisions, such as the addition of a dark/light preview background toggle, which enhances user experience by allowing customization. Additionally, it complements the enhancements made for tech stack contribution analysis with language-aware visualization. Please ensure all checklist items are completed before requesting a review. Thank you for your contribution!

@retenta-bot retenta-bot Bot changed the title Feat/dashboard suspense streaming Feature: Dashboard Suspense Streaming Implementation Aug 14, 2026
@github-actions github-actions Bot added the status:blocked This PR is blocked due to a failing CI check. label Aug 14, 2026
@github-actions github-actions Bot removed the status:blocked This PR is blocked due to a failing CI check. label Aug 14, 2026
@github-actions

github-actions Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

📦 Next.js Bundle Size Report (Gzipped Sizes)

Asset PR Size Base Size Difference Status
static/chunks/3952-[hash].js 7.84 KB 7.80 KB +0.04 KB (+0.54%) 🔴 Regression
static/chunks/app/(root)/dashboard/[username]/page-[hash].js 57.87 KB 59.52 KB -1.65 KB (-2.78%) 🟢 Improvement

📊 Summary of Totals

Category PR Size Base Size Difference
Total JS 4997.79 KB 5005.04 KB -7.25 KB (-0.14%)
Total CSS 354.80 KB 354.80 KB 0 B

@Aamod007 Aamod007 added mentor:Aamod007 type:feature New features, additions, or enhancements level:intermediate Moderate complexity tasks labels Aug 16, 2026

@Aamod007 Aamod007 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

The suspense streaming implementation looks fantastic! However, just like your other recent PRs, this branch has accidentally included several unrelated commits from other branches (such as the validation schema fixes, timezone mocks, and webhook handler changes). Could you please rebase this branch or cherry-pick the suspense implementation into a fresh branch? Once the polluted commits are gone, I'll be happy to approve this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

level:intermediate Moderate complexity tasks mentor:Aamod007 type:feature New features, additions, or enhancements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

React: Use Suspense Boundaries to stream dashboard components

2 participants