Skip to content

Commit

Permalink
Merge pull request #484 from healthysustainablecities/enhancements
Browse files Browse the repository at this point in the history
Added a tooltip to the study region button in the GHSCI app with @jiy
  • Loading branch information
jiyoon0120 authored Oct 9, 2024
2 parents 6e7e9d3 + c7b156c commit 4ce916b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion process/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,10 @@ def studyregion_ui() -> None:
ui.tooltip('View summary indicator results').style(
'color: white;background-color: #6e93d6;',
)

else:
ui.tooltip(
'To view a study region, select it from the list below, or from the map (if analysis has been undertaken).',
).style('color: white;background-color: #6e93d6;')

ghsci.datasets.pop('dictionary', None)

Expand Down

0 comments on commit 4ce916b

Please sign in to comment.