Edit addon manifest feature and responsive enhancements#7
Open
redd-ravenn wants to merge 1 commit intopancake3000:mainfrom
Open
Edit addon manifest feature and responsive enhancements#7redd-ravenn wants to merge 1 commit intopancake3000:mainfrom
redd-ravenn wants to merge 1 commit intopancake3000:mainfrom
Conversation
- Added an "Edit Manifest" button next to existing addon management buttons
- Implemented a modal popup with the following features:
- In classic mode, a dynamically generated form based on the addon's manifest allows editing of:
- Name
- Description
- Logo URL
- Background URL
- Catalogs (rename or delete)
- In advanced mode, the raw JSON of the manifest.json file is displayed for more advanced configuration
- Changes are saved only if the save button is pressed; clicking outside the modal will close it and discard any changes
- Updated synchronization logic to include changes made to the manifest.json
- Enhanced the responsive layout of the addon list for improved mobile experience
- Fixed mobile layout distortion caused by code block command (Summary.vue)
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
|
@pancake3000 consider merging this? |
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.
Hi, first of all thank you for this project it allowed me to develop this functionality more easily, so it is with pleasure that I share this PR with you
This allows you to rename or delete a catalog from the interface (home, discover, search, etc.) and more thanks to advanced mode, without requiring forking, modifying & selfhosting the addon, thanks to an interface that allows you to modify the manifests of the addons
You must load the addons as usual, click on the edit button of the manifest of the addon concerned, a window appears with two modes:
This mode is designed to make changes accessible to everyone, avoiding touching sensitive information in the full manifest
Once the necessary changes have been made, simply click on "Save" then synchronize as usual