Open
Conversation
Contributor
|
Hi @Programer-Ed Unfortunately I've had to shift my focus to handle some personal life stuff. One down-side of having only one active maintainer is that the project freezes when they aren't available. Thinking about how to solve this long term, I'll be taking a break until September 1st and then launch a maintainer training program. The goal will be to train new maintainers not only for Sovereinia but to open source projects in general. PRs will be reviewed from that date onwards. I understand it is not ideal to make contributors wait, but it's a though choice I had to make. I hope you understand. We will create an issue sharing more details when the program launches. |
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.
Description
This PR introduces an interactive, multi-step Recommendation Wizard to the app.
Features
One-question-per-screen flow
Beginner-friendly, focused UX
Emits selected answers via @Recommend event
Fully dark/light mode compatible using --color-* theme variables
Includes restart functionality
This sets up the foundation for filtering self-hosted app recommendations based on user preferences.
Related issue
Changes made
Feature added: recommendation wizard UI & logic
Bugfix
Refactoring
Docs update
Other (please describe):
Closes #68
How to test it
Go to the wizard page/component
Walk through each step and select answers
Observe the @Recommend event with selected options
Toggle theme — wizard should respect light/dark styling
Checklist
Contributor Statement
By submitting this pull request, I confirm that: