Dev#74
Merged
Merged
Conversation
- Deleted utility files: categories.ts, functions.ts, onHoverHook.tsx, onScrollHook.tsx, skills.ts, types.ts, useOutsideClick.ts - Removed _app.tsx and _document.tsx pages - Cleaned up index.tsx by removing all project and system related logic - Removed associated tests for deleted components - Updated NebulaBackground component to improve sky rendering and shader management - Adjusted GLSL code to support new fade functionality for sky wash
Feat/revamp
The favicon-v2.svg was a RealFaviconGenerator file wrapping two identical 1254px PNGs (~1.13MB over the wire), fetched at high priority on every page load. It was the sole cause of the mobile Speed Index score. Replaced with a 5KB vector traced from the original glyph, matching the letterform and the white-to-cyan gradient. Also disable PostHog surveys to drop ~32KB of unused runtime script. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
perf: replace 1.5MB raster favicon with traced vector, disable surveys
The -v2 icon files bump their filename on redesign, so they can carry a one-year immutable Cache-Control instead of re-validating every page load. favicon.ico stays out of the rule so it remains updatable. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
perf: cache versioned favicon/icon assets immutably
The traced vector shipped with a hard-square tile; the original mark used a rounded tile (~1/3 radius, matching favicon-96x96-v2.png). Add rx="10.5" on the 32-unit viewBox. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
fix: restore rounded corners on favicon tile
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.
No description provided.