Skip to content
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

Merged
merged 7 commits into from
Jun 7, 2021
Merged

Feature: Display Graph Explorer Version #977

merged 7 commits into from
Jun 7, 2021

Conversation

ElinorW
Copy link
Contributor

@ElinorW ElinorW commented Jun 3, 2021

Overview

Displays the Graph Explorer Version.
Fixes #931

Demo

image

@@ -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>
Copy link
Collaborator

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

@github-actions
Copy link
Contributor

github-actions bot commented Jun 3, 2021

Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-977.centralus.azurestaticapps.net

@github-actions
Copy link
Contributor

github-actions bot commented Jun 3, 2021

Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-977.centralus.azurestaticapps.net

@github-actions
Copy link
Contributor

github-actions bot commented Jun 7, 2021

Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-977.centralus.azurestaticapps.net

@ElinorW ElinorW merged commit a7e715e into dev Jun 7, 2021
@ElinorW ElinorW deleted the feature/add-version branch June 7, 2021 07:15
thewahome added a commit that referenced this pull request Jun 8, 2021
* 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)
thewahome added a commit that referenced this pull request Jun 10, 2021
* 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)
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.

add a version number on Graph Explorer
3 participants