feat: redesign login screen#387
Draft
Kaandroids wants to merge 1 commit into
Draft
Conversation
Split-panel login: an animated brand panel with the assembling O-Neko logo, and a form panel wired to the existing theming (dark/light) and i18n (EN/DE) infrastructure. - the logo lives in assets/oneko-animated.svg with its part animations embedded, keeping the template lean - the language pill and theme toggle dispatch the existing NGXS actions (SetLocale, SetThemeMode), so choices apply app-wide as before - real form submit with autocomplete, autofocus and a loading state on the submit button - new login strings added to the en/de dictionaries - Space Grotesk is self-hosted via fontsource, matching the existing font setup
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.
This is a proposal for a refreshed login screen. I'm opening it as a draft to gather feedback first, in the spirit of the contributing guide's "discuss bigger changes before investing time" advice — the login screen felt like the smallest self-contained slice to demonstrate a direction. If you like where this is going, I'd be happy to extend the visual language to the rest of the app step by step. If not, some of the smaller fixes below might still be worth cherry-picking.
What changed
SetLocale,SetThemeMode) as the existing switchers, so choices apply app-wideen/dedictionary entriesassets/oneko-animated.svgwith its part animations embedded, keeping the template leanSmaller fixes riding along
<form>submission (Enter works natively),autocompleteattributes so password managers work, autofocus on the username fieldaria-hidden;prefers-reduced-motiondisables all animationsoneko.io, which no longer resolves (the domain is gone) — the redesigned page shows a plain "open source · apache-2.0" line instead. The footer on the other pages still carries the dead link; happy to send a separate one-line PR for that.Screenshots
Dark mode
Light mode
Verification
ng build --configuration productionpasses with no new warningsHappy to adjust anything — scope, colors, naming.