Closed vanessuniq closed 1 year ago
I like how it looks but a couple things. I don't want to display the latest but the version that Vulcan is currently running.
Also this requires internet access and some deployments of Vulcan may be in an environment without that.
@aaronlippold Do we want to enable any features that require internet access?
I like how it looks but a couple things. I don't want to display the latest but the version that Vulcan is currently running.
Also this requires internet access and some deployments of Vulcan may be in an environment without that.
@aaronlippold Do we want to enable any features that require internet access?
Ok, this can be accomplished by setting the config. But it will be a manual task to update the version
Update: displaying the version that Vulcan is currently running will be read from packge.json. This requires consistently update the app version in package.json with every release. if we want to notify the user of a newer version available, it will require internet access, fetching the latest version from github.
This pull request adds the latest release version tag to the Navbar component. The tag is fetched from the GitHub API and displayed next to the "VULCAN" text. It improves the user experience by showing the current release version prominently.
Changes Made:
Fixes #565