Labubu Auto Add to Cart Extension#109
Open
kritagya-khanna wants to merge 11 commits intowootzapp:mainfrom
Open
Labubu Auto Add to Cart Extension#109kritagya-khanna wants to merge 11 commits intowootzapp:mainfrom
kritagya-khanna wants to merge 11 commits intowootzapp:mainfrom
Conversation
483fc22 to
64cd1c2
Compare
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.
This pull request introduces a foundational setup for a Chrome extension named "Labubu Extension," including configuration files, dependencies, and two React components (
CartManagerandCountrySelector). The changes focus on setting up the project environment, defining the extension's functionality, and implementing key UI components for user interaction.Feature Implementation:
CartManager.jsx: Developed a feature-rich component for managing shopping cart and waitlist items. Includes animations, real-time updates via Chrome runtime messages, and a responsive UI with TailwindCSS.CountrySelector.jsx: Added a country selection dropdown with search functionality, animations, and dynamic filtering. This component enhances user experience by allowing easy selection of countries.OverviewThis extension automates the purchase of Labubu dolls from Popmart.com. It continuously monitors product availability in the background and automatically completes the purchase when desired items come back in stock, eliminating the need for manual monitoring and rapid clicking during restocks.
Features
🔍 Smart Search & Monitoring
�� Automated Purchase Flow
Future Scope