Add support for multiple versioning, each with their own quests#2
Merged
PamplemomM merged 17 commits intomainfrom Nov 24, 2025
Merged
Add support for multiple versioning, each with their own quests#2PamplemomM merged 17 commits intomainfrom
PamplemomM merged 17 commits intomainfrom
Conversation
This will handle the multiple version quest building
Self Explanatory.
Refactor Index component to use IndexContent for layout and add versioning effect.
Self Explanatory.
Self Explanatory.
This has been made to lower the github credit usage.
The user can now edit a quest from any version he wants. Export Versioning still needs to be done.
This file is auto-generated by npm, so it shouldn't be here.
Self Explanatory.
You can now select the default version of the app via environment.
You now launch with : npm run app instead of : npm run dev
Self Explanatory.
You can now import a quest from a folder for it to be fully completely created so you can easily edit it.
You can now create a brand new version with a custom name and UI color and it will create their own quests and characters
New created versions now have default character and default quest.
Member
Author
|
Blah Blah Blah |
Self Explanatory.
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.
You can now create different versions that will handle their own quests.
Each versions are fully independent for others