[WIP] [WIP] Address feedback on release 1.2.1 stable preparation pull request#63
Merged
d0dg3r merged 1 commit intodevelop/1.2.1from Mar 19, 2026
Merged
Conversation
2 tasks
Copilot stopped work on behalf of
d0dg3r due to an error
March 19, 2026 23:52
d0dg3r
added a commit
that referenced
this pull request
Mar 19, 2026
* feat: add expand details and favorite resource settings Introduce new settings for expanding details by default and managing favorite resource IDs. Update relevant functions to normalize and filter these settings during import and reset operations. Enhance the options UI to include checkboxes for these new features, ensuring a more customizable user experience. * feat: introduce snapshot management features in roadmap Add a new section for v1.4.0 detailing snapshot management capabilities, including listing, creating, deleting, and rolling back snapshots. Extend the API for snapshot operations and include UI feedback, localization, test coverage, and documentation updates. Clarify that automatic snapshot schedules are out of scope for this release. * feat: add SSH config export functionality in Extras tab Introduce a new Extras tab in the settings for exporting SSH configurations. Users can set a default SSH user, define per-host user overrides, and specify OpenSSH directive defaults. Implement UI elements for inputting these settings and buttons for downloading or copying the generated SSH config. Update localization files for German and English to support new features. Enhance documentation to include SSH export flow and preferences. * feat: enhance SSH configuration management in Extras tab Expand the SSH config export functionality by introducing a key catalog feature, allowing users to manage SSH keys and set default key paths. Update the UI to support per-host user and key overrides, and improve localization for both English and German. Revise documentation to reflect these new capabilities and ensure a seamless user experience. * style: refine UI elements across options and popup styles Adjust various CSS properties for improved consistency and aesthetics, including padding, font sizes, and line heights. Update the layout of form elements and buttons to enhance user experience. Remove redundant label in the popup HTML for cleaner presentation. * feat: enhance SSH export functionality with format options Add support for exporting SSH configurations in multiple formats: OpenSSH, PuTTY .reg, and CSV. Update the UI to allow users to select the desired export format and improve localization for both English and German. Refactor related functions to accommodate the new export formats and ensure a seamless user experience. Enhance tests to cover the new export capabilities and validate output formats. * feat: add MIME type support for SSH export formats Introduce a new function to determine the MIME type based on the selected SSH export format. Update the export process to utilize this function, ensuring the correct MIME type is used when downloading files. Enhance the UI to reflect these changes, improving the overall user experience during SSH configuration exports. * feat: enhance cluster tab and resource badge styling with color tokens Add new CSS styles for cluster tabs and resource badges, incorporating color tokens for better visual differentiation. Update JavaScript to assign color tokens based on cluster IDs, improving the UI's responsiveness to cluster data. Refactor HTML structure to accommodate new elements and ensure proper display of uptime and node information. * feat: implement UI scale settings in options and popup Add functionality for adjusting UI scale through a new settings interface in both options and popup. Introduce a range slider and preset options for users to customize the UI scale. Update related JavaScript to handle scale changes and persist settings. Enhance CSS to accommodate new UI scale variables, ensuring a responsive design across the application. * chore: update CHANGELOG and versioning for 1.2.1-beta.2 release - Added global UI scale presets and fine slider for improved readability. - Introduced multi-format SSH export options including OpenSSH, PuTTY .reg, and CSV. - Unified resource card layout and enhanced status presentation for clarity. - Fixed search field height and ensured live sync of UI scale across contexts. - Updated version numbers in manifest, package.json, and package-lock.json to reflect the new beta release. * chore: prepare stable 1.2.1 release metadata Align version numbers, refresh release documentation, and regenerate store screenshots so the release branch is ready for final publication. * Update popup/popup.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update options/options.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update popup/popup.html Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update popup/popup.html Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update _locales/de/messages.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update _locales/de/messages.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update options/options.html Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update popup/popup.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update options/options.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Initial plan (#62) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Initial plan (#63) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
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.
Thanks for the feedback on #61. I've created this new PR, which merges into #61, to address your comment. I will work on the changes and keep this PR's description up to date as I make progress.
Original PR: #61
Triggering review: #61 (comment)
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.