perf: remove Three.js, replace MeetingScene with CSS circles#25
Merged
Conversation
…ostic Temporary — replace with full implementation once root cause confirmed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Drops @react-three/fiber, @react-three/drei, three, and @types/three (~700 KB) — these were used only for the cosmetic 3D robot scene. Replaces MeetingScene with a pure CSS implementation: 5 agent circles using ROLE_HEX colors, speaking agent pulses via animate-ping, spoken agents show a checkmark. MeetingView now uses a static import instead of dynamic(ssr:false). Cold compile time for /projects/[id] drops from ~41s back to ~2s. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
@react-three/fiber,@react-three/drei,three,@types/three(~700 KB, 4 packages) — used solely for the cosmetic 3D robot sceneMeetingScenewith a pure CSS implementation: 5 agent circles usingROLE_HEXcolors; speaking agent pulses viaanimate-ping; spoken agents show a ✓MeetingViewswitches fromdynamic(ssr:false)to a static import — no loading skeleton neededTest plan
npm installcompletes without errorsnpm run type-checkpasses (no new errors)npm run dev— first visit to/projects/[id]compiles in ~2s, not 41s?view=meetings— scene renders 5 labeled agent circlesnpm run buildcompletes with no Three.js references🤖 Generated with Claude Code