Implement OAuth2 authentication and base UI components for LeetHub 3.0#100
Open
akashsingh062 wants to merge 1 commit into
Open
Implement OAuth2 authentication and base UI components for LeetHub 3.0#100akashsingh062 wants to merge 1 commit into
akashsingh062 wants to merge 1 commit into
Conversation
…and base UI components for LeetHub 3.0.
Author
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.


Pull Request: Porting Premium Features, PAT Auth, Dynamic Manual Sync & Modern UI Redesign
Summary
This Pull Request introduces significant enhancements, modern UI updates, and stability improvements to the extension. It ports critical features including Personal Access Token (PAT) authentication, a dynamic manual sync button inside LeetCode, background fetch proxy to bypass CORS, and complete removal of jQuery and Semantic UI dependencies in favor of clean vanilla CSS and JavaScript.
All storage keys (
leethub_token,leethub_hook, etc.) and event variables are fully compatible and backward-compliant with the original repository codebase.Key Features & Changes
1. 🔑 Personal Access Token (PAT) Authentication
reposcope.2. ⚡ Dynamic Manual Sync Button (LeetCode Integration)
-dfs,-bfs) to support saving multiple solutions for the same problem.3. 🛡️ Background Proxy fetching (CORS Resolve)
crossFetch) inbackground.jsto proxy GitHub API requests and token generation.4. ⚙️ Automated Env Configurations
setup-env.jsscript to manage OAuth App client configurations.npm run setupautomatically builds.envand.env.exampletemplates and patches client credentials into the source files.5. 🎨 Modern UI Redesign & Cleanups
{time},{space},{date},{problemName},{difficulty},{language}, and{problemTopic}).📈 Testing & Verification
npm run formatandnpm run lint.