-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client side js mods. Modding! #255
base: next
Are you sure you want to change the base?
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement, Tests
Description
Introduced a client-side modding system with mod management.
Enhanced UI with mod-related features.
Added configuration options for mod support and updates.
Included a new HTML configuration page for client settings.
Changes walkthrough 📝
1 files
Added support for copying `config.html` to the build output.
8 files
Implemented client-side modding system with database and activation
logic.
Integrated mod startup logic into the application initialization.
Added "Client Mods" button to the options menu.
Added mod-related configuration options.
Created a new mods management page.
Added storage support for mod update checks.
Integrated the mods page into the React UI structure.
Added a new HTML configuration page for client settings.