Optional KVM UI layout and session polish#11
Open
nesvet wants to merge 2 commits into
Open
Conversation
Author
Move inline CSS/JS to app.core.*; keep form in DOM; wire logout cookie cleanup; pass version and server_labels for cache bust and multi-host labels.
Add app.ui assets: card layout, resolution persistence, title animation.
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
Optional UI layer stacked on #10 — card layout, session log styling, resolution persistence via
localStorage, andprefers-reduced-motionfor the connecting spinner.All #10 (
app.core.*) behaviour is preserved; this PR only adds the polish layer.Files
static/app.ui.cssstatic/app.ui.jstemplates/base.tpl(loads afterapp.core.*)Until #10 merges, the GitHub diff against
masterincludes #10 files; review focus for this PR is theapp.ui.*pair.Test plan
Tested on ASUS ASMB8-iKVM firmware 1.14.2 — polish layer verified on top of #10 behaviour.