Conversation
- Implemented a button in LogAnalysis.vue for cleaning the renderer cache with loading state and success/error notifications. - Created API endpoint for submitting output cleanup item submissions, including validation and GitHub issue creation. - Added API endpoint to fetch output cleanup items data from GitHub. - Introduced a JSON file to define output cleanup items with metadata. - Developed Rust module for handling output cleanup logic, including scanning, cleaning, and validating output directories. - Added tests for output cleanup functionality to ensure proper behavior and validation.
…y links - Implemented `latest-json.js` to fetch the latest updater manifest from GitHub. - Created `library-link.js` for submitting library link requests to GitHub issues. - Added `library-links-data.js` to fetch library links data from the repository. - Developed `livery-patterns-data.js` to retrieve livery patterns data from GitHub. - Introduced `output-cleanup-item-submission.js` for submitting output cleanup items. - Created `output-cleanup-items-data.js` to fetch output cleanup items data. - Added `release-redirect.js` for redirecting to GitHub release pages. - Implemented `update-release.js` to fetch and normalize release data. - Added `OutputCleanup.vue` component for managing output cleanup items in the UI.
…tions workflow for approval automation
- Introduced new messages and titles for CSL synchronization in English, Spanish, French, Hindi, Japanese, Korean, Portuguese, Russian, and Chinese translations. - Added storage key for custom CSL paths. - Implemented functionality to manage custom paths, including loading, pruning, and syncing. - Enhanced the CSL store to handle link synchronization progress, including tracking and updating UI states. - Created a new dialog for displaying synchronization progress and status. - Updated CSL management view to support custom path management and synchronization feedback.
…anish, French, Hindi, Japanese, Korean, Portuguese, and Russian. Update titles, messages, and warnings related to CSL synchronization to ensure clarity and consistency across all supported languages.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Include new library links for
SAM3_LibraryandFlyAgi_Vegetationin the data repository. Improve file handling and readability in various modules, streamline code formatting, and enhance error handling. Introduce new API routes for managing output cleanup items and library links, along with a centralized route dispatcher for API request handling. Update versioning across multiple files to reflect recent changes.Fixes #157, Fixes #162