feat(ui): login page polish — logo glow, focus ring, inline validation, remember-me (v1.19 G) - #61
Merged
Merged
Conversation
…n, remember-me (v1.19 G)
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
UI/UE 4th-round deepening — item G: login page polish (rant
2026-08-17T20:39:30, v1.19) — final item of the wave.Login card visual refinement:
0 0 18px rgba(78,205,196,.35))0 0 0 3px var(--accent-soft)ring (both themes)Inline validation:
setFieldError/field-errorcomponent (red border + inline text, focus first error, auto-clear on input); form isnovalidate(self-managed)#login-email/#login-passRemember-me:
#login-remembercheckbox →localStorage atp-remember(saved on submit, restored on load)demo-hintsmall print showing the demo credentialsDocs:
docs/user-stories.mdv1.19 — wave closed (A–G, PR #55–#61). Verified by DOM-stub smoke test (25 assertions: empty-submit errors, per-field, auto-clear, successful login, remember-me persist+restore, HTML/CSS structure),cargo test,cargo fmt --check.Rant (verbatim)
Related
2026-08-17T20:39:30.507364(projectaitokenpool; A = feat(ui): URL hash routing — share/bookmark/refresh restore (v1.19 A) #55, B = feat(ui): transactions summary bar — income/expense/net tied to tab & column filters (v1.19 B) #56, C = feat(ui): custom SVG select arrow — appearance:none, themed, hover/focus like input (v1.19 C) #57, D = feat(ui): toast queue — stack up to 3, independent fade in/out, keep grading styles (v1.19 D) #58, E = feat(ui): shortcuts help panel — ?/Shift+/ toggle, Esc close, view+theme context (v1.19 E) #59, F = feat(ui): marketplace row expand — max tokens, price conversion, multi-key failover detail (v1.19 F) #60 merged) — this PR completes all 7 itemsfeat/ui-ue-round4-login-polish(per rant: 分支 feat/ui-ue-round4)Tests
node --check ui/js/app.jscargo test— 1 passedcargo fmt --check