Fix/archive install web#31
Open
sak0a wants to merge 7 commits into
Open
Conversation
…ures - Introduced `composer.json`, `package.json`, and `tsconfig.json` for dependency management and TypeScript configuration. - Created `extension.yaml` for extension metadata and requirements. - Developed frontend components for managing mod frameworks, including `ModFrameworkPage`, `FrameworkCard`, and `ConfirmModal`. - Implemented API interactions for framework status, installation, and uninstallation in `ModFrameworkController`. - Added services for framework installation and GitHub release resolution. - Included TypeScript support with a webpack configuration for building the frontend assets.
- Created `.gitignore` to exclude `node_modules/`. - Added `cs2-modframework.notur` and its SHA256 checksum for integrity verification. - Introduced `package-lock.json` and updated `package.json` to include `@notur/sdk` as a dependency. - Included initial frontend JavaScript file for the mod framework.
- Updated the `useModFramework` API to handle status refresh failures separately, ensuring that a failed status refresh does not obscure successful installation or uninstallation results. This improves the robustness of the installation and uninstallation processes.
- Introduced a new private method `openArchive` to manage the extraction of .notur files by renaming them to .tar.gz for compatibility with PharData. - Enhanced error handling during extraction to ensure original file names are restored on failure. - Updated existing methods to utilize the new `openArchive` method for improved code clarity and maintainability.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
- Introduced a new logo image for Notur. - Updated README.md to include the logo, improving the visual presentation of the project.
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.