Skip to content

Fix/archive install web#31

Open
sak0a wants to merge 7 commits into
masterfrom
fix/archive-install-web
Open

Fix/archive install web#31
sak0a wants to merge 7 commits into
masterfrom
fix/archive-install-web

Conversation

@sak0a

@sak0a sak0a commented Feb 11, 2026

Copy link
Copy Markdown
Owner

No description provided.

…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.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

- Introduced a new logo image for Notur.
- Updated README.md to include the logo, improving the visual presentation of the project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant