Skip to content

Conversation

@rfsbraz
Copy link
Owner

@rfsbraz rfsbraz commented Feb 1, 2026

Summary

  • Adds a small version indicator at the bottom of the popup settings panel
  • Version is read dynamically from the extension manifest
  • Displayed as "vX.X.X" in muted text, centered below the footer links

Changes

  • popup.html: Added version span element, wrapped existing links in a container div
  • popup.css: Added styles for footer layout with version text
  • popup.js: Added displayVersion() function using chrome.runtime.getManifest()

Screenshot

The version appears as small, muted text centered at the bottom of the popup.

Add a small version indicator at the bottom of the popup settings panel.
The version is read from the extension manifest and displayed as "vX.X.X".
Copilot AI review requested due to automatic review settings February 1, 2026 10:23
@rfsbraz rfsbraz enabled auto-merge (squash) February 1, 2026 10:24
@rfsbraz rfsbraz merged commit d7bc75f into main Feb 1, 2026
8 checks passed
@rfsbraz rfsbraz deleted the feat/popup-version-footer branch February 1, 2026 10:24
@rfsbraz rfsbraz mentioned this pull request Feb 1, 2026
Copy link

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 adds a version indicator to the extension's popup footer, displaying the version dynamically from the manifest file.

Changes:

  • Added displayVersion() function to read version from the extension manifest
  • Restructured footer HTML to accommodate the version display below existing links
  • Updated footer CSS to use flexbox column layout with centered version text

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
popup.js Added displayVersion() function using chrome.runtime.getManifest() to fetch and display version
popup.html Wrapped footer links in a container div and added a span element for version display
popup.css Updated footer to use column layout and added styles for muted, centered version text

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

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