UI harmonizing#79
Merged
Merged
Conversation
Page titles share the secondary grey so they read as quiet headers rather than competing with the white button text. Back, power and settings corner buttons collapse into one helper and all use the secondary button style, so the settings button is no longer the odd transparent one out.
The title is the white "KERN" wordmark in the medium font with a Kern logo pulsing to its left. The staggered ring fade is extracted to kern_logo_fade_cycle and reused by the screensaver instead of being duplicated. New Mnemonic gets a dice icon; the bake script now sorts glyphs so the SPARSE_TINY cmap stays ascending.
Size the logo block and QR from the shared layout axis (width in landscape, height in portrait) and cap each to half of it, so the inline wordmark no longer dwarfs the QR after the landscape switch.
About is rarely used, so it no longer warrants a full-width menu tile. It becomes a circle-info corner button reusing the shared corner-button helper, and the battery indicator re-anchors just left of it.
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.
KERNwordmark in the medium font with a Kern logo pulsing beside it. The staggered ring fade is extracted into a reusablekern_logo_fade_cycle()and shared with the screensaver instead of being duplicated.SPARSE_TINYcmap stays ascending.