Port UI improvements from esp32-web-interface to esp8266-web-interface#25
Draft
Copilot wants to merge 2 commits into
Draft
Port UI improvements from esp32-web-interface to esp8266-web-interface#25Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
…s-to-uart-backend branch Agent-Logs-Url: https://github.com/jsphuebner/esp8266-web-interface/sessions/cf75e917-53ed-4e7d-a001-1abb2cffa1c1 Co-authored-by: jsphuebner <3882041+jsphuebner@users.noreply.github.com>
Agent-Logs-Url: https://github.com/jsphuebner/esp8266-web-interface/sessions/cf75e917-53ed-4e7d-a001-1abb2cffa1c1 Co-authored-by: jsphuebner <3882041+jsphuebner@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
jsphuebner
April 28, 2026 11:36
View session
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.
The esp32-web-interface
copilot/apply-ui-changes-to-uart-backendbranch introduced several UI/UX improvements not reflected in this repo. This PR ports all applicable changes.data/inverter.jsgetParamListJSON parse failures →sendCmd.onreadystatechangeHTTP status — more reliable and fires for every request typefirmwareVersion < 3.53fallback ingetValues; always usestreamcommandconsole.erroron param parse failure instead of silent catchparamsCache.get()to handle bit-field enums (OR-joined active flag names)data/ui.jsshowParamUpdateModal(blocking modal) withsendParameterUpdate— shows a non-blocking green success bar insteadstepfor numeric inputs:1for integers,0.04for fractional values (was hardcoded0.05)refreshStatusBoxnull-guards each field individually rather than returning early on first nullshowParamSuccessBarinstead of modalpopulateSpotValueDropDownmoved intoupdateTablescallback; clears options before repopulating to prevent duplicates on refreshnavbarIsBigstate tracked explicitlyv2.0→v2.3data/index.html#param-success-bardiv for non-blocking param update notificationsdata/style.css.param-success-barstyles (green, centered, auto-hidden)esp8266-web-interface.inoCache-Control: max-age=86400for SPIFFS static file responsessize_t sentvariablesserver.client().setNoDelay(1)afterserver.begin()