Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Route Handler responses bypass Next.js built-in compression. Add explicit gzipSync to cachedJson() — availability drops from 826 KB to 21 KB, benchmarks from 2 MB to 457 KB.
Quote carousel: replace opacity-based inactive style with #9ca0a4 (5.7:1 on dark bg, was 4.09:1). Multi-select badges: use darker blue bg in dark mode (4.8:1, was 3.29:1).
Vercel Analytics/SpeedInsights: only render when VERCEL env is set (scripts 404 outside Vercel). PostHog: use NODE_ENV check instead of hostname, so it works on any non-production host.
Suppress hydration warning on date-picker prev button whose disabled state depends on client-only data. Add h-auto w-auto to footer logo to preserve aspect ratio.
Replace the [[...tab]] catch-all with individual pages under a (dashboard) route group. Each tab is now a separate route with its own code-split JS bundle. Shared UI (intro, tab nav, global filters) lives in the dashboard layout. - Add tab-nav.tsx: Link-based navigation replacing Radix Tabs - Add dashboard-shell.tsx: client wrapper for shared providers - Add per-tab pages with co-located metadata - Delete chart-tabs.tsx, page-content.tsx, [[...tab]]/page.tsx - Add tabMetadata() helper to tab-meta.ts
…g disagg timeline
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.
Fixes https://github.com/SemiAnalysisAI/frontend-issue-tracker/issues/603
Fixes https://github.com/SemiAnalysisAI/frontend-issue-tracker/issues/604
Fixes https://github.com/SemiAnalysisAI/frontend-issue-tracker/issues/607
Fixes https://github.com/SemiAnalysisAI/frontend-issue-tracker/issues/609
Fixes https://github.com/SemiAnalysisAI/frontend-issue-tracker/issues/611