Skip to content

Feature/liveview livemonitoring accordion#270

Merged
gokugiant merged 5 commits intomasterfrom
feature/liveview-livemonitoring-accordion
May 8, 2026
Merged

Feature/liveview livemonitoring accordion#270
gokugiant merged 5 commits intomasterfrom
feature/liveview-livemonitoring-accordion

Conversation

@gokugiant
Copy link
Copy Markdown
Contributor

This pull request refactors the SystemUpdateController component to focus exclusively on firmware update functionality, removing the in-development system update and Docker management UI. It also moves the "Live Focus Monitoring" controls into the "Advanced Parameters" accordion in the AutofocusController for a cleaner default interface. Minor UI and code cleanup changes are also included.

Firmware Update UI Refactor:

  • The system update (Docker/backend) UI and related logic have been removed from SystemUpdateController.jsx, leaving only firmware update and flashing controls. The component is now focused on device firmware management, and the header and descriptions have been updated accordingly. [1] [2] [3]
  • Unused imports and variables related to system updates, progress bars, and icons have been removed for clarity. [1] [2]

UI/UX Improvements:

  • The "Live Focus Monitoring" controls and plot in AutofocusController.js have been moved into the "Advanced Parameters" accordion, making the main autofocus UI less cluttered and advanced options accessible but hidden by default. [1] [2]
  • Minor UI adjustments for layout consistency, such as improved Box and Typography formatting in firmware update sections. [1] [2] [3] [4]

Version Bump:

  • The frontend app version is incremented from 1.6.2 to 1.6.3 in both package.json and package-lock.json. [1] [2]

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR streamlines the frontend update and autofocus UIs by refactoring the “System Update” page to focus on firmware-related functionality and by moving “Live Focus Monitoring” controls into the Autofocus “Advanced Parameters” accordion. It also bumps the frontend version to 1.6.3.

Changes:

  • Refactor SystemUpdateController UI to remove the in-development system/Docker update sections and keep firmware flashing/wizards.
  • Move “Live Focus Monitoring” UI into the Autofocus “Advanced Parameters” accordion to reduce default UI clutter.
  • Bump frontend version from 1.6.2 to 1.6.3 (package files + src/version.js).

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
frontend/src/components/SystemUpdateController.jsx Removes system/Docker update UI; repositions and cleans up firmware update and wizard UI.
frontend/src/components/navigation/SettingsMenu.jsx Renames Settings menu entry/copy to reflect firmware-focused updates.
frontend/src/components/AutofocusController.js Moves Live Focus Monitoring controls/plot into the Advanced Parameters accordion.
frontend/src/version.js Bumps APP_VERSION to 1.6.3.
frontend/package.json Bumps app version to 1.6.3.
frontend/package-lock.json Bumps lockfile version fields to 1.6.3.
Files not reviewed (1)
  • frontend/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread frontend/src/components/SystemUpdateController.jsx Outdated
Comment on lines 108 to 112
<Box sx={{ mb: 3 }}>
<Typography variant="h4" gutterBottom>
System Updates
</Typography>
<Typography variant="body1" color="text.secondary">
Manage ImSwitch system updates, Docker images, and device firmware
Firmware updates
</Typography>
</Box>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@gokugiant gokugiant added this pull request to the merge queue May 8, 2026
Merged via the queue into master with commit b2e2835 May 8, 2026
13 checks passed
@gokugiant gokugiant deleted the feature/liveview-livemonitoring-accordion branch May 8, 2026 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants