feat: add image status warning for nightly builds and community boards#83
Merged
feat: add image status warning for nightly builds and community boards#83
Conversation
Add a warning modal during OS image selection for builds that may have issues: - Nightly builds (trunk versions) on any board - Any image on community-supported boards The warning ensures users understand the risks before proceeding. Community boards are maintained by volunteers and may not receive the same level of testing as official builds. Users expect these boards to work seamlessly, but Armbian doesn't officially test or support them. Priority logic: Community board warnings take precedence over nightly warnings when both conditions apply (nightly build on community board). Implementation: - Added state management and warning dialog to ImageModal - Reset warning state when modal closes to prevent stale state leaks - Updated all 18 locale files with clear warning messages - Community warning explicitly mentions images may not boot or work correctly Closes #82
🧪 Test BuildsVersion:
ℹ️ About these builds
|
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.
Summary
Adds a warning modal during OS image selection for potentially unstable images: nightly builds and any image on community-supported boards.
Changes
Why
Community boards are maintained by volunteers without official Armbian testing. Users expect them to work seamlessly, but they may not boot or function correctly. This warning ensures users understand the risks.
Testing
Closes #82