-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Display Graph Explorer Version #977
Conversation
@@ -53,8 +55,9 @@ export function appTitleDisplayOnMobileScreen( | |||
<div style={{ padding: 10 }} role={'heading'} aria-level={1}> | |||
<Label className={classes.graphExplorerLabel}> | |||
Graph Explorer | |||
</Label> | |||
<Label className={classes.versionLabel}>{`V${getVersion()}`}</Label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be written once at the top and called in each function. It will make it easier in case there will be a need for a change in the future
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-977.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-977.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-977.centralus.azurestaticapps.net |
* Task: Add Cred Scan (#937) * Task: telemetry capture English theme names only (#958) * Feature: add telemetry middleware (#961) * Task: Capture deployed version of application for all telemetry data collected (#964) * Task: Enable autocollection of unhandled exceptions (#963) * Fix: prevent running empty requests (#972) * Task: add code-owners (#969) * Task: send notification when release is created (#967) * Fix: interaction in progress (#976) * Feature: Display Graph Explorer Version (#977) * Feature: show delta links when property is present (#978) * Feature: Intergrate OCV feedback (#923) * Fix: mgt story links (#981) * Task: Update README.md for Azure auth steps (#982)
* Task: Update version number (#951) * Task: telemetry capture English theme names only (#958) * Feature: add telemetry middleware (#961) * Task: Capture deployed version of application for all telemetry data collected (#964) * Task: Enable autocollection of unhandled exceptions (#963) * Fix: prevent running empty requests (#972) * Task: add code-owners (#969) * Task: send notification when release is created (#967) * Fix: interaction in progress (#976) * Feature: Display Graph Explorer Version (#977) [Disabled] * Feature: show delta links when property is present (#978) * Fix: mgt story links (#981) * Task: Update README.md for Azure auth steps (#982)
Overview
Displays the Graph Explorer Version.
Fixes #931
Demo