NCAR / wrfcloud

WRF Cloud Framework
Apache License 2.0
14 stars 6 forks source link

Add context help text #206

Open hahnd opened 1 year ago

hahnd commented 1 year ago

Describe the Enhancement

176 added the ability to include context help throughout the application. This issue is to fill out the content of the help text.

To do this, update web/src/app/context-help/help-data.ts, with a new HelpEntry. Then, drop the info button into the layout where you want to see the help: <mat-icon class="help-icon" (click)="app.showContextHelp('newHelpEntryID')">info</mat-icon> shazam!

Time Estimate

2d

Enhancement Checklist