Refine global Settings layout and mobile reflow - #49
Merged
Conversation
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.
What changed
ConfigSectionstructure used by per-library configuration.Why
Global Settings had accumulated unrelated cards without the clear progression already established by the library editor. In the Tools tab, the tool name, command, and status shared an unbounded flex row, allowing the VMAF status badge to be pushed beyond the mobile viewport.
Impact
Settings now has a consistent reading order across global and per-library configuration. Phone and tablet users can inspect tool and encoder capability details without horizontal page overflow, and keyboard users can navigate the tabs using the standard tab pattern.
Validation
dotnet build Optimisarr.slnx --configuration Release --no-restore -warnaserror— 0 warnings, 0 errorspython3 scripts/check_openapi.py --configuration Release --no-builddotnet test Optimisarr.slnx --configuration Release --no-build— 1,487 passednpm run check— 0 errors, 0 warnings; locale and setup tests passednpm run buildnpm run test:e2e— 44 passedpython3 scripts/check_docs.pygit diff --checkThe local Mac has no Docker command and ships Bash 3.2, so the unchanged Linux NVENC harness and Compose rendering are intentionally left to the mandatory CI docs job before merge.