Apply UI improvements from CAN branch to uart-backend#15
Draft
jsphuebner with Copilot wants to merge 2 commits into
Draft
Apply UI improvements from CAN branch to uart-backend#15jsphuebner with Copilot wants to merge 2 commits into
jsphuebner with Copilot wants to merge 2 commits into
Conversation
Agent-Logs-Url: https://github.com/jsphuebner/esp32-web-interface/sessions/21c98e6e-b6c2-4c8e-b97b-327c87e513ff Co-authored-by: jsphuebner <3882041+jsphuebner@users.noreply.github.com>
… duplicates Agent-Logs-Url: https://github.com/jsphuebner/esp32-web-interface/sessions/21c98e6e-b6c2-4c8e-b97b-327c87e513ff 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 09:58
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
copilot/add-support-list-device-error-logsCAN branch introduced several UI/UX improvements that were not reflected in the uart-backend. This ports all applicable changes, skipping CAN-specific features (node ID, CAN pin settings).data/inverter.jsgetParamListintosendCmdviaonreadystatechange— now tracks HTTP status directly rather than JSON parse failuresfirmwareVersion < 3.53fallback ingetValues; always usestreamcommandconsole.erroron param parse failure instead of silent catchdata/ui.jsshowParamUpdateModal(async modal) withsendParameterUpdate— shows a non-blocking green success bar instead1for integers,0.04for fractional valuesrefreshStatusBoxno longer returns early on null — each field is individually null-guardedshowParamSuccessBarinstead of modalpopulateSpotValueDropDownmoved intoupdateTablescallback (populates from fresh data); clears options before repopulating to prevent duplicates on refreshnavbarIsBigstate property addeddata/index.html#param-success-bardiv for non-blocking param update notificationscanoffsetinput row (-128–127)data/style.css.param-success-barstyles (green, auto-hidden, centered)esp32-web-interface.inoCache-Control: max-age=86400for SPIFFS static file responsesstrnlen("binarylogging 0", ...)→strlen(...)(literal, no bound needed)server.client().setNoDelay(1)afterserver.begin()size_t sentvariables