Add SVG country flags and configurable displayMode (flag, text, both) - #1
Open
rosakodu wants to merge 5 commits into
Open
Add SVG country flags and configurable displayMode (flag, text, both)#1rosakodu wants to merge 5 commits into
rosakodu wants to merge 5 commits into
Conversation
- Added a bundled vector SVG flags catalog under flags/ - Added displayMode setting in manifest.json and Panel.qml: * 'flag': crisp rounded SVG flag badge in the bar * 'text': standard 2-letter uppercase text abbreviation * 'both': SVG flag + text code - Added an interactive display mode switcher directly in the popup panel - Render mini flag badges next to layout names in the list view - Enhanced centered OSD switch indicator with flag preview - Passed all existing tests (37 backend + 12 QML contracts)
…th modes; add in-panel OSD toggle
…led/Disabled chips
…ackground persistence
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
This PR adds support for crisp vector SVG country flags in Omalang with three customizable display modes and an in-panel switcher.
Features
flags/(e.g.us.svg,ru.svg,gb.svg,de.svg,fr.svg, etc.).displayModeSetting:"flag"(default): Minimalist rounded vector flag badge in the bar."text": Traditional text layout abbreviation (US,RU)."both": Flag badge accompanied by layout text abbreviation.[Flag] [Text] [Both]).Verification
bash tests/run.sh: