feat: implement persistent theme switching and scroll progress indicator#1
Open
codeCraft-Ritik wants to merge 1 commit intocodeaashu:mainfrom
Open
feat: implement persistent theme switching and scroll progress indicator#1codeCraft-Ritik wants to merge 1 commit intocodeaashu:mainfrom
codeCraft-Ritik wants to merge 1 commit intocodeaashu:mainfrom
Conversation
|
@codeCraft-Ritik is attempting to deploy a commit to the icecream's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
Description
This contribution elevates the user experience of the Visionary Architects landing page by introducing standard high-end portfolio features. The project now supports a persistent theme system and visual scroll tracking, making the interface more accessible and interactive.
Key Enhancements
Persistent Theme Switching: Implemented a "Midnight" (Dark) and "Studio" (Light) mode toggle.
User Preference Memory: Integrated localStorage logic so the website "remembers" the user's chosen theme even after the browser is closed or refreshed.
Progressive Scroll Indicator: Added a high-performance progress bar at the top of the viewport.
Lenis Engine Integration: Synced the scroll progress logic directly with the Lenis smooth-scrolling raf (Request Animation Frame) loop for jitter-free performance.
Refactored Design System: Converted hardcoded hex values into a centralized CSS variable system (:root), allowing for instant global color updates.