NREL / NEB-Tool

A user friendly, graphical, open-source application (Web/Mac/Windows) of the multiple benefits framework for non-energy benefits, incorporating additional aspects to make the tool effective for use in the United States.
Other
1 stars 2 forks source link

Add version number to navbar #52

Closed rmroot closed 6 months ago

rmroot commented 6 months ago

Opening PR to test and see if I did this correctly in the pipeline.

This will add a version number to the navbar. Seeing if this is a functional solution.

add version number to navbar and append github hash on deployment in pipeline

github-actions[bot] commented 6 months ago

Azure Static Web Apps: Your stage site is ready! Visit it here: https://gray-tree-06c66911e-52.westus2.4.azurestaticapps.net

github-actions[bot] commented 6 months ago

Azure Static Web Apps: Your stage site is ready! Visit it here: https://gray-tree-06c66911e-52.westus2.4.azurestaticapps.net

jordanperr commented 6 months ago

This method seems appropriate to me. However, the current implementation is putting a different hash string in the gui, one that does not correspond to the current commit hash in the pull request. For example, in the most recent dev build I see "78efe81" listed in the GUI, but this should be coming from commit 4a08228.

github-actions[bot] commented 6 months ago

Azure Static Web Apps: Your stage site is ready! Visit it here: https://gray-tree-06c66911e-52.westus2.4.azurestaticapps.net

jordanperr commented 6 months ago

Related to #49 .

github-actions[bot] commented 6 months ago

Azure Static Web Apps: Your stage site is ready! Visit it here: https://gray-tree-06c66911e-52.westus2.4.azurestaticapps.net

jordanperr commented 6 months ago

This looks great! Thank you, @esserhr and @rmroot!