Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipe Book Editor Overhaul #294

Merged
merged 13 commits into from
Jun 25, 2023
Merged

Conversation

WolfyScript
Copy link
Owner

This PR overhauls the Recipe Book Overhaul to better present the editing tools and work properly with the latest Recipe Book changes.

Realiable Editing & Saving

When opening the Editor it copies the current state of the Recipe Book, and you'll edited the copy from there.
(In comparison, prior to this update it edited the original config directly)

When saving it it creates a recipe_book_backup.conf of the current config.
It then saves the copy to the recipe_book.conf, which overrides the current config.

Overview Improvements

Each Category/Filter listed has an extra configure button below it that allows you to edit it, or move it to the left/right, to change the order of the categories/filters.

Future Improvements

This is plainly a redesign and bug fix update of the editor.
It still does not cover all the settings available in the recipe_book.conf, so editing the file is still the preferred way.

@WolfyScript WolfyScript self-assigned this Jun 25, 2023
@WolfyScript WolfyScript added the enhancement New feature or request label Jun 25, 2023
@WolfyScript WolfyScript merged commit a6189d6 into master Jun 25, 2023
1 check passed
@WolfyScript WolfyScript deleted the feature/recipe_book_editor_overhaul branch July 7, 2023 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant