Skip to content

feat(popup): show extension version in home footer #86exqazkq#39

Merged
navidshad merged 1 commit into
devfrom
CU-86exqazkq_Show-versions-on-both-dashboard-and-Exension_Navid-Shad
Jun 19, 2026
Merged

feat(popup): show extension version in home footer #86exqazkq#39
navidshad merged 1 commit into
devfrom
CU-86exqazkq_Show-versions-on-both-dashboard-and-Exension_Navid-Shad

Conversation

@navidshad

@navidshad navidshad commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

🏷️ PR Title:
feat(popup): show extension version in home footer

📋 Summary

This PR adds the extension version display to the footer section of the popup's home screen, providing users with quick access to the current version information.

🔗 Related Tasks

#86exqazkq - show extension version in home footer

📝 Additional Details

The version number is dynamically fetched to ensure it reflects the installed extension version accurately.

📜 Commit List

fe37a47 feat(popup): show extension version in home footer #86exqazkq

Surface the installed extension version in the popup so users and
support can confirm which version they're on at a glance — previously
the version was shown nowhere in the UI.

- Add getExtensionVersion() helper in common/static/global.ts. It prefers
  the manifest's version_name (full semver incl. prerelease channel, e.g.
  1.15.1-dev.N) and falls back to the numeric manifest version on stable
  builds, with a final fallback to the package.json VERSION constant for
  non-extension/test contexts (the Vitest chrome shim has no getManifest).
- Render a subtle "v<version>" line at the bottom of the Home footer, the
  default popup view shown to both logged-in and logged-out users.
- Add tests/global-version.test.ts covering all three resolution branches.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@navidshad

Copy link
Copy Markdown
Collaborator Author

@navidshad navidshad merged commit b062dbd into dev Jun 19, 2026
2 checks passed
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 1.16.0-dev.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant