Skip to content

Added Processor Monitor packages and changelog#21

Merged
DanielHerr merged 1 commit intomasterfrom
dev
Mar 13, 2026
Merged

Added Processor Monitor packages and changelog#21
DanielHerr merged 1 commit intomasterfrom
dev

Conversation

@DanielHerr
Copy link
Owner

No description provided.

@netlify
Copy link

netlify bot commented Mar 13, 2026

Deploy Preview for daniel-herr-software ready!

Name Link
🔨 Latest commit c7f8102
🔍 Latest deploy log https://app.netlify.com/projects/daniel-herr-software/deploys/69b38d4339d4910008403b0e
😎 Deploy Preview https://deploy-preview-21--daniel-herr-software.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100
Accessibility: 100
Best Practices: 75
SEO: 100
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@DanielHerr DanielHerr merged commit 8f2c544 into master Mar 13, 2026
5 of 6 checks passed
@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request enhances the 'Processor_Monitor.html' page by updating the distribution links for manual extension packages to a new domain and integrating a comprehensive changelog. These changes improve the accessibility of package downloads and provide users with a clear history of updates and features for the Processor Monitor.

Highlights

  • Manual Extension Packages: Updated the links for manual extension packages to point to 'https://packages.danielherr.software' and removed an outdated link for the Chrome Web Store.
  • Changelog Section: Introduced a new changelog section, detailing updates for Processor Monitor versions 12.0 and 11.1, including features like UI changes, theme splitting, and Manifest V3 migration.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • main/Processor_Monitor.html
    • Added a new changelog section to the page, detailing updates for Processor Monitor versions 12.0 and 11.1.
    • Updated manual extension package links to a new domain and removed an outdated link.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@netlify
Copy link

netlify bot commented Mar 13, 2026

Deploy Preview for daniel-herr-software-forms ready!

Name Link
🔨 Latest commit c7f8102
🔍 Latest deploy log https://app.netlify.com/projects/daniel-herr-software-forms/deploys/69b38d437572030008f714e1
😎 Deploy Preview https://deploy-preview-21--daniel-herr-software-forms.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link

Visit the preview URL for this PR (updated for commit c7f8102):

https://daniel-herr-software--pr21-dev-tw3r9vnt.web.app

(expires Fri, 20 Mar 2026 04:07:11 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 8c152685cc1a60c2381e223a321e638cf5e1d307

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

The pull request updates main/Processor_Monitor.html by making the "Manual Extension Packages" section visible, updating its links to absolute URLs, and removing an outdated package link. It also introduces a new changelog section detailing recent updates such as UI changes, theme settings, feature removals, store publications, and Manifest V3 migration. A high-severity review comment indicates that the newly added changelog contains malformed HTML, specifically unescaped characters and improperly closed list elements, which could lead to rendering issues.

Comment on lines +62 to +63
<li>Removal of shelf icon UI surface only supported on obsolete versions of Chrome OS (< 54)
</li>

Choose a reason for hiding this comment

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

high

The HTML for this list item is malformed, which results in invalid HTML that may not render as expected. Specifically:

  • The < character should be escaped as &lt;.
  • The <li> element on line 62 is not closed.
  • The <ul> element from line 60 is not closed.
  • The </li> on line 63 is misplaced.

My suggestion below fixes these issues. You will need to add a closing </li> tag after the </ul> to close the list item that starts on line 58.

                    <li>Removal of shelf icon UI surface only supported on obsolete versions of Chrome OS (&lt; 54)</li>
                </ul>

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.

1 participant